A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

A

A_COMBAT - Static variable in class magellan.library.gamebinding.EresseaConstants
A state selector for the "Helfe Kämpfe" state.
A_GIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
A state selector for the "Helfe Gib" state.
A_GUARD - Static variable in class magellan.library.gamebinding.EresseaConstants
A state selector for the "Helfe Bewache" state.
A_GUISE - Static variable in class magellan.library.gamebinding.EresseaConstants
A state selector for the "Helfe Parteitarnung" state.
A_SILVER - Static variable in class magellan.library.gamebinding.EresseaConstants
A state selector for the "Helfe Silber" state.
AbortAction - Class in magellan.client.actions.file
DOCUMENT-ME
AbortAction(Client) - Constructor for class magellan.client.actions.file.AbortAction
Creates a new AbortAction object.
ABOUNT_APPLICATION_ICON - Static variable in class magellan.library.utils.MagellanImages
The application icon
ABOUT_MAGELLAN - Static variable in class magellan.library.utils.MagellanImages
The image for the About dialog
above(CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Returns true if the coordinate is above the box.
above(CoordinateID) - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Returns true if the coordinate is above this box (larger y value).
AbstractCompletionGUI - Class in magellan.client.swing.completion
DOCUMENT ME!
AbstractCompletionGUI() - Constructor for class magellan.client.swing.completion.AbstractCompletionGUI
 
AbstractInspector - Class in magellan.library.tasks
This is an abstract implementation of an inspector.
AbstractInspector(GameData) - Constructor for class magellan.library.tasks.AbstractInspector
 
AbstractLogListener - Class in magellan.library.utils.logging
Use this class to create your own log listeners.
AbstractLogListener() - Constructor for class magellan.library.utils.logging.AbstractLogListener
 
AbstractNodeWrapperDrawPolicy - Class in magellan.client.swing.tree
This class maintains a collection of WeakReferences to CellObjects.
AbstractNodeWrapperDrawPolicy() - Constructor for class magellan.client.swing.tree.AbstractNodeWrapperDrawPolicy
Creates new NodeWrapperPreferencesDialog
AbstractOperator - Class in magellan.library.utils.replacers
A replacer that defines a operation with the following definition elements treated as numbers.
AbstractOperator(int) - Constructor for class magellan.library.utils.replacers.AbstractOperator
Creates an AbstractOperator with the specified number of parameters.
AbstractOrderCompleter - Class in magellan.library.gamebinding
A class for offering possible completions on incomplete orders.
AbstractOrderCompleter(GameData, CompleterSettingsProvider) - Constructor for class magellan.library.gamebinding.AbstractOrderCompleter
Creates a new EresseaOrderCompleter taking context information from the specified GameData object.
AbstractOrderCompleter.IgnrCsComp - Class in magellan.library.gamebinding
Case-insensitive comparator for String and/or Completion objects
AbstractOrderCompleter.PrioComp - Class in magellan.library.gamebinding
Priority comparator for Completion objects
AbstractOrderParser - Class in magellan.library.gamebinding
A class for reading Eressea orders and checking their syntactical correctness.
AbstractOrderParser(GameData) - Constructor for class magellan.library.gamebinding.AbstractOrderParser
Creates a new AbstractOrderParser object.
AbstractOrderParser.BuildingOrderHandler - Class in magellan.library.gamebinding
Reader for orders with building argument.
AbstractOrderParser.FinalKeywordReader - Class in magellan.library.gamebinding
 
AbstractOrderParser.ShipOrderHandler - Class in magellan.library.gamebinding
Reader for orders with building argument.
AbstractOrderParser.StringChecker - Class in magellan.library.gamebinding
The StringChecker class may serve as a utility template for checking string tokens
AbstractOrderParser.Type - Enum in magellan.library.gamebinding
 
AbstractOrderParser.UCOrderHandler - Class in magellan.library.gamebinding
Reader for orders with unit container argument.
AbstractOrderParser.UnitOrderHandler - Class in magellan.library.gamebinding
Reader for orders with unit argument.
AbstractParameterReplacer - Class in magellan.library.utils.replacers
A default implementation of ParameterReplacer.
AbstractParameterReplacer(int) - Constructor for class magellan.library.utils.replacers.AbstractParameterReplacer
Creates a new AbstractParameterReplacer
AbstractParameterSwitch - Class in magellan.library.utils.replacers
A default implementation for replacers implementing AbstractSwitch and ParameterReplacer.
AbstractParameterSwitch(int) - Constructor for class magellan.library.utils.replacers.AbstractParameterSwitch
Creates new AbstractParameterSwitch
AbstractPlugInLoader<T> - Class in magellan.client.extern
Loads all external modules that can be found.
AbstractPlugInLoader() - Constructor for class magellan.client.extern.AbstractPlugInLoader
 
AbstractPreferencesAdapter - Class in magellan.client.preferences
This class is a helper class for creating PreferencesAdapters or ExtendedPreferencesAdapters.
AbstractPreferencesAdapter() - Constructor for class magellan.client.preferences.AbstractPreferencesAdapter
 
AbstractRegionReplacer - Class in magellan.library.utils.replacers
A replacer action on a region argument.
AbstractRegionReplacer() - Constructor for class magellan.library.utils.replacers.AbstractRegionReplacer
 
AbstractRegionShapeCellRenderer - Class in magellan.client.swing.map
Abstract base class for renderers that want to paint regions as a colored polygon.
AbstractRegionShapeCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.AbstractRegionShapeCellRenderer
 
AbstractRegionSwitch - Class in magellan.library.utils.replacers
DOCUMENT ME!
AbstractRegionSwitch() - Constructor for class magellan.library.utils.replacers.AbstractRegionSwitch
 
AbstractReportParser - Class in magellan.library.io
 
AbstractReportParser() - Constructor for class magellan.library.io.AbstractReportParser
 
AbstractSelectionAction - Class in magellan.client.actions.map
An abstract base class for selection action handling the selection updates.
AbstractSelectionAction(Client) - Constructor for class magellan.client.actions.map.AbstractSelectionAction
Creates the abstract action and registers as GameDataListener and SelectionListener.
AbstractSwitch - Class in magellan.library.utils.replacers
A replacer that modifies the definition list by skipping all elements till next occurrence of the implemented class if a certain condition is true.
AbstractSwitch() - Constructor for class magellan.library.utils.replacers.AbstractSwitch
 
AbstractTextCellRenderer - Class in magellan.client.swing.map
Abstract base class for text renderers.
AbstractTextCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.AbstractTextCellRenderer
Creates new AbstractTextCellRenderer
AbstractUnitReplacer - Class in magellan.library.utils.replacers
A replacer action on a region argument.
AbstractUnitReplacer() - Constructor for class magellan.library.utils.replacers.AbstractUnitReplacer
 
ac - Variable in class magellan.client.swing.completion.MarkedTextCompletionGUI
 
accept(File) - Method in class magellan.client.swing.EresseaFileFilter
Returns true iff this file is accepted by this filter.
accept(File) - Method in class magellan.client.utils.XMLFileFilter
 
accept(File, String) - Method in class magellan.library.utils.Resources.ResourceFilenameFilter
 
AcceptReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.AcceptReader
 
acceptUnit(Unit) - Method in class magellan.client.EMapDetailsPanel.ContextUnitFilter
 
acceptUnit(Unit) - Method in class magellan.library.utils.filters.UnitFactionFilter
DOCUMENT-ME
acceptUnit(Unit) - Method in class magellan.library.utils.filters.UnitFactionTLFilter
Accepts units with trustlevel between (or including) specified min an max.
acceptUnit(Unit) - Method in class magellan.library.utils.filters.UnitFilter
Returns true fall accepted units.
acceptUnit(Unit) - Method in class magellan.library.utils.replacers.FilterSwitch.MyFilterClass
Returns true iff the predicate replacer returns true for the unit.
acceptUnits(Collection<Unit>) - Method in class magellan.library.utils.filters.UnitFilter
Returns a collection of accepted units in col.
acceptUnits(Collection<Unit>, boolean) - Method in class magellan.library.utils.filters.UnitFilter
Filters the given collection.
acknowledge(int[]) - Method in class magellan.client.swing.tasks.TaskTablePanel
 
acquireItem(Unit, ItemType, int, boolean, boolean, boolean, int, Order) - Method in class magellan.library.gamebinding.EresseaRelationFactory.EresseaExecutionState
Tries to reserve a certain amount of an item.
actColor - Variable in class magellan.client.preferences.IconPreferences.EmphasizeStyle
 
actionPerformed - Variable in class magellan.client.utils.ErrorWindow
 
actionPerformed(ActionEvent) - Method in class magellan.client.actions.desktop.LayoutCheckboxMenuItem
 
actionPerformed(ActionEvent) - Method in class magellan.client.actions.file.FileHistoryAction
Loads the file that was selected.
actionPerformed(ActionEvent) - Method in class magellan.client.actions.MenuAction
This method is called whenever this action is invoked.
actionPerformed(ActionEvent) - Method in class magellan.client.completion.AutoCompletion
Offer auto completion when timer has fired.
actionPerformed(ActionEvent) - Method in class magellan.client.desktop.MagellanDesktop
 
actionPerformed(ActionEvent) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler.KeyboardActionListener
 
actionPerformed(ActionEvent) - Method in class magellan.client.EMapDetailsPanel
Called when one of the tag buttons is pressed.
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.ClientLookAndFeelPreferences
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.ClientNameGeneratorPreferences
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.ClientPreferences
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.DesktopPreferences
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.DesktopShortCutPreferences
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.DesktopShortCutPreferences.InformDialog
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.DesktopShortCutPreferences.TranslateStroke
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.IconColorMappingPreferences
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.IconColorMappingPreferences.HelpDialog
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.IconPreferences
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.IconPreferences.EmphasizeStyle
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.IconStyleSetPreferences
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel.ColorPanel
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.MinimapPreferences
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel
 
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.RegionOverviewPreferences.ExpandPanel
Update ui
actionPerformed(ActionEvent) - Method in class magellan.client.preferences.ResourcePreferences.DirButton
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.ArmyStatsDialog
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.AskForPasswordDialog
 
actionPerformed(ActionEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList.ButtonPanel
Performs the button actions.
actionPerformed(ActionEvent) - Method in class magellan.client.swing.completion.OrderEditorKit.CopyLineAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class magellan.client.swing.completion.OrderEditorKit.NextWordAction
The operation to perform when this action is triggered.
actionPerformed(ActionEvent) - Method in class magellan.client.swing.context.actions.ContextAction
 
actionPerformed(ActionEvent) - Method in class magellan.client.swing.context.actions.CopyAction
 
actionPerformed(ActionEvent) - Method in class magellan.client.swing.context.MapContextMenu.RendererActionListener
Changes the renderer.
actionPerformed(ActionEvent) - Method in class magellan.client.swing.context.MapContextMenu.TooltipActionListener
Changes the tooltip
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences
 
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.MapperPreferences
 
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddTooltipDialog
Reacts to click on Ok (by creating and adding the new tooltip) or Cancel (by adding nothing) and hiding the dialog.
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.ImExportDialog
Reacts to clicks on Ok (approved=true) or Cancel (approved = false) and hides dialog.
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
Called when the mode box changes its selection.
actionPerformed(ActionEvent) - Method in class magellan.client.swing.map.TradeTextCellRenderer
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.MapperPanel
Action event handler for timer events related to the scaling slider.
actionPerformed(ActionEvent) - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter.DetailListener
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter.DetailsDialog
DOCUMENT-ME
actionPerformed(ActionEvent) - Method in class magellan.client.swing.ProgressBarUI
Called if the timer fires.
actionPerformed(ActionEvent) - Method in class magellan.client.swing.TempUnitDialog.TempUnitDialogListener
Reacts on buttons and ENTER in text fields.
actionPerformed(ActionEvent) - Method in class magellan.client.swing.TipOfTheDay
Reacts on button actions.
actionPerformed(ActionEvent) - Method in class magellan.client.utils.ErrorWindow
 
actionPerformed(ActionEvent) - Method in class magellan.library.gamebinding.EresseaRelationFactory.Updater
Called when timer fired.
actionPerformed(ActionEvent) - Method in class magellan.plugin.battleanalyzer.BattleDock
 
actionPerformed(ActionEvent) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDialog
This method is called, if one of the buttons is clicked.
actionPerformed(ActionEvent) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
This method is called, if one of the buttons is clicked.
actionPerformed(ActionEvent) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
This method is called, if one of the buttons is clicked.
actionPerformed(ActionEvent) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
actionPerformed(ActionEvent) - Method in class magellan.plugin.extendedcommands.HelpDock
This method is called, if one of the buttons is clicked.
actionPerformed(ActionEvent) - Method in class magellan.plugin.groupeditor.GroupEditorDock
 
actionPerformed(ActionEvent) - Method in class magellan.plugin.MagellanMapEditPlugIn
handels the event that one of our Items was selected
activateDefaultLogListener(boolean) - Static method in class magellan.library.utils.logging.Logger
Activates or de-activates the default listener, which logs to System.err.
active - Variable in class magellan.client.preferences.ClientNameGeneratorPreferences
 
active - Static variable in class magellan.client.swing.TipOfTheDay
Set to true if the dialog has been set visible.
ACTIVE_OBJECT - Static variable in class magellan.client.swing.map.RenderingPlane
Indicates that the renderer will determine the regions itself.
ACTIVE_OR_SELECTED - Static variable in class magellan.client.swing.map.RenderingPlane
Indicates that both active and selected regions should be painted.
ACTIVE_REGION - Static variable in class magellan.client.swing.map.RenderingPlane
Indicates that the active region should be painted.
adapter - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer
 
adapter - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
The PreferencesAdapter used for changing colors.
adapter - Variable in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
adapter - Variable in class magellan.client.swing.tree.ItemNodeWrapper
 
adapter - Variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
adapter - Variable in class magellan.client.swing.tree.SkillNodeWrapper
 
adapter - Variable in class magellan.client.swing.tree.UnitListNodeWrapper
 
adapters - Variable in class magellan.client.swing.tree.NodeWrapperFactory
 
add - Variable in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
 
add - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
add - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
add() - Method in class magellan.library.relation.InterUnitRelation
Attaches an order to all report objects it is relevant to. source and target.
add() - Method in class magellan.library.relation.MaintenanceRelation
 
add() - Method in class magellan.library.relation.MovementRelation
 
add() - Method in class magellan.library.relation.RecruitmentRelation
 
add() - Method in class magellan.library.relation.RenameNamedRelation
Attaches an order to all report objects it is relevant to. source and named.
add() - Method in class magellan.library.relation.UnitContainerRelation
Attaches an order to all report objects it is relevant to.
add() - Method in class magellan.library.relation.UnitRelation
Attaches an order to all report objects it is relevant to.
add(int, Order) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
add(E) - Method in class magellan.library.utils.Bucket
Add an object to the front of the bucket.
add(Component) - Method in class magellan.client.desktop.MagellanDesktop
 
add(Component, Object) - Method in class magellan.client.desktop.MagellanDesktop
 
add(String, String) - Static method in class magellan.client.utils.ProfileManager
Adds a new profile and creates its directory.
add(CoordinateID) - Method in class magellan.library.CoordinateID
add(Order) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
add(Order) - Method in class magellan.library.impl.MagellanOrdersImplementation.OrdersIterator
 
add(Region) - Method in class magellan.library.gamebinding.EresseaRelationFactory.Updater
 
add(Regions.MultidimensionalDistance) - Method in class magellan.library.utils.Regions.MultidimensionalDistance
Adds a distance to this distance.
add(T) - Method in interface magellan.library.GameDataMerger.Assigner
Adds the argument to the result object.
addAdapter(PreferencesAdapter) - Method in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
DOCUMENT-ME
addAdapterImpl(PreferencesAdapter) - Method in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
 
addAdditionalIcon(String) - Method in class magellan.client.swing.tree.UnitNodeWrapper
Specifies an additional icon that is displayed in front of the unit text.
addAdditionalIcon(String) - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
Sets the value of addIcon.
addAdversary(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Add a foe
addAll(int, Collection<? extends Order>) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
addAll(Collection<? extends Order>) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
addAll(Translations, Rules) - Method in class magellan.library.utils.Translations
adds the complete translations to this translations the actual contents is not cleared!
addAllianceGroup(AllianceGroup) - Method in class magellan.library.EmptyData
 
addAllianceGroup(AllianceGroup) - Method in class magellan.library.GameData
Add an AllianceGroup.
addArmoured(Unit, int, int, ArmyStatsPanel.Army, int, ItemType, ItemType, Collection<Item>, boolean, boolean) - Method in class magellan.client.swing.ArmyStatsPanel
 
addArmy(DefaultMutableTreeNode, ArmyStatsPanel.Army) - Method in class magellan.client.swing.ArmyStatsPanel
 
addArmy(ArmyStatsPanel.Army) - Method in class magellan.client.swing.ArmyStatsPanel.IslandArmy
DOCUMENT-ME
addArmy(ArmyStatsPanel.Army) - Method in class magellan.client.swing.ArmyStatsPanel.RegionArmies
DOCUMENT-ME
addArmy(ArmyStatsPanel.Army) - Method in class magellan.client.swing.ArmyStatsPanel.WholeArmy
DOCUMENT-ME
addArmy(ArmyStatsPanel.IslandArmy) - Method in class magellan.client.swing.ArmyStatsPanel.IslandArmies
DOCUMENT-ME
addAttacked(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Add a victim
addAttribute(String) - Method in interface magellan.library.entities.Block
 
addAttribute(String, int) - Method in interface magellan.library.entities.Block
 
addAttribute(String, String) - Method in interface magellan.library.Addeable
Tags this object with the given key/value pair.
addAttribute(String, String) - Method in class magellan.library.EmptyData
 
addAttribute(String, String) - Method in interface magellan.library.entities.Block
Adds an attribute to the block, possibly referenced by a name
addAttribute(String, String) - Method in class magellan.library.GameData
 
addAttribute(String, String) - Method in class magellan.library.impl.MagellanBorderImpl
 
addAttribute(String, String) - Method in class magellan.library.impl.MagellanCombatSpellImpl
 
addAttribute(String, String) - Method in class magellan.library.impl.MagellanGroupImpl
 
addAttribute(String, String) - Method in class magellan.library.impl.MagellanHotSpotImpl
 
addAttribute(String, String) - Method in class magellan.library.impl.MagellanIslandImpl
 
addAttribute(String, String) - Method in class magellan.library.impl.MagellanMessageImpl
 
addAttribute(String, String) - Method in class magellan.library.impl.MagellanPotionImpl
 
addAttribute(String, String) - Method in class magellan.library.impl.MagellanRelatedImpl
 
addAttribute(String, String) - Method in class magellan.library.impl.MagellanSchemeImpl
 
addAttribute(String, String) - Method in class magellan.library.impl.MagellanSpellImpl
 
addAttribute(String, String) - Method in class magellan.library.impl.SpellBuilder
 
addAttribute(String, String) - Method in class magellan.library.RegionResource
 
addBeanHandler(String, String, CRParser.Type) - Method in class magellan.library.io.cr.CRParser.BlockParser
Adds a handler that manipulates a bean.
addBesiegerUnit(UnitID) - Method in interface magellan.library.Building
Add a besieging unit.
addBesiegerUnit(UnitID) - Method in class magellan.library.impl.MagellanBuildingImpl
 
addBlockHandler(String, CRParser.TagHandler) - Method in class magellan.library.io.cr.CRParser.BlockParser
Add a handler for a block, called if a block line like "NAME ..." is read.
addBookmark(Object) - Method in class magellan.client.utils.BookmarkManager
Differs from toggleBookmark in that way that it guarantees, that o is in the bookmark list after the call
addBookmark(Bookmark) - Method in class magellan.library.CompleteData
 
addBookmark(Bookmark) - Method in class magellan.library.EmptyData
 
addBookmark(Bookmark) - Method in class magellan.library.GameData
 
addBorder(Border) - Method in class magellan.library.impl.MagellanRegionImpl
Adds a border to this region.
addBorder(Border) - Method in interface magellan.library.Region
Adds a border to this region.
addBuilding(Building) - Method in class magellan.library.GameData
Add a building to the specified game data.
addBuilding(Building) - Method in class magellan.library.impl.MagellanRegionImpl
Adds a building to this container.
addBuilding(Building) - Method in interface magellan.library.Region
Adds a building to this container.
AddByMaskDialog(Dialog, String) - Constructor for class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
Creates a new AddByMaskDialog object.
addCacheHandler(CacheHandler) - Method in interface magellan.library.HasCache
Register a CacheHandler.
addCacheHandler(CacheHandler) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
addCacheHandler(CacheHandler) - Method in class magellan.library.impl.MagellanUnitImpl
 
addCategorizedUnitItems(Collection<Unit>, DefaultMutableTreeNode, Comparator<Units.StatItem>, Comparator<Unit>, boolean, NodeWrapperFactory, ContextFactory) - Method in class magellan.client.utils.Units
This method takes all items carried by units in the units Collection and sorts them by their category.
addCategorizedUnitItems(Collection<Unit>, DefaultMutableTreeNode, Comparator<Units.StatItem>, Comparator<Unit>, boolean, NodeWrapperFactory, ContextFactory, boolean) - Method in class magellan.client.utils.Units
This method takes all items carried by units in the units Collection and sorts them by their category.
addCellObject(CellObject) - Method in class magellan.client.swing.tree.AbstractNodeWrapperDrawPolicy
 
addCellObject(CellObject) - Method in interface magellan.client.swing.tree.NodeWrapperDrawPolicy
Adds a cell object to the preferences factory in order to display options for it in the preferences dialog.
addCheckedCommand(StringID, OrderHandler) - Method in class magellan.library.gamebinding.EresseaOrderParser
 
addChild(AllianceCategory) - Method in class magellan.library.rules.AllianceCategory
 
addChild(Category) - Method in class magellan.library.rules.Category
DOCUMENT-ME
addClosingListener(UserInterface.ClosingListener) - Method in class magellan.client.swing.ProgressBarUI
 
addClosingListener(UserInterface.ClosingListener) - Method in class magellan.library.utils.NullUserInterface
 
addClosingListener(UserInterface.ClosingListener) - Method in interface magellan.library.utils.UserInterface
Adds a listener that is called on WINDOW_CLOSING events.
addColor() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
addColor(int, String, Color) - Method in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
Adds a new pair to the indexed ModePanel.
addColor(int, RegionType, Color) - Method in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
 
addColumn(Group) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
Adds a new column
addCombatOrder(Unit, int) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addCombatOrder(Unit, int) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
addCombatOrder(Unit, int) - Method in interface magellan.library.gamebinding.OrderChanger
Adds a KÄMPFE order.
addCommand(StringID, OrderHandler) - Method in class magellan.library.gamebinding.AbstractOrderParser
Adds the specified handler for the specified command (and removes any previous handler for the command).
addCommand(StringID, RadixTree<OrderHandler>, Locale, OrderHandler) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
addCompletion(Completion) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Add a completion to the list of completions.
addCompletionGUI(CompletionGUI) - Method in class magellan.client.completion.AutoCompletion
Adds a new GUI to the list of available GUIs.
addCompletionGUI(CompletionGUI) - Method in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
Adds a GUI mode
addComponent(Component) - Method in class magellan.client.preferences.AbstractPreferencesAdapter
Adds the given component instead of a new JPanel.
addContextListener(ContextListener) - Method in class magellan.client.swing.tree.ContextManager
Registers a listener that will be notified if context menu creation fails.
AddCRAccessory - Class in magellan.client.swing
Plugin for options for the add CR dialog
AddCRAccessory(Properties, JFileChooser) - Constructor for class magellan.client.swing.AddCRAccessory
Creates a new OpenOrdersAccessory object.
AddCRAction - Class in magellan.client.actions.file
DOCUMENT ME!
AddCRAction(Client) - Constructor for class magellan.client.actions.file.AddCRAction
Creates new AddCRAction
addDescribeUnitContainerOrder(Unit, UnitContainer, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addDescribeUnitContainerOrder(Unit, UnitContainer, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
addDescribeUnitContainerOrder(Unit, UnitContainer, String) - Method in interface magellan.library.gamebinding.OrderChanger
Adds a command line "DESCRIBE uc \"descr\"" ("BESCHREIBE uc \"descr\"") , e.g.
addDescribeUnitOrder(Unit, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addDescribeUnitOrder(Unit, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
addDescribeUnitOrder(Unit, String) - Method in interface magellan.library.gamebinding.OrderChanger
Adds a command line "DESCRIBE UNIT \"descr\"" ("BESCHREIBE EINHEIT \"descr\"") , e.g.
addDescribeUnitPrivateOrder(Unit, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addDescribeUnitPrivateOrder(Unit, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
addDescribeUnitPrivateOrder(Unit, String) - Method in interface magellan.library.gamebinding.OrderChanger
Adds a command line "DESCRIBE PRIVATE \"descr\"" ("BESCHREIBE PRIVAT \"descr\"") , e.g.
addDirection(String, int) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds a completion for the direction specified.
addDirection(Direction) - Method in class magellan.library.gamebinding.MovementOrder
 
addDirections(String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for all directions.
addDockingWindowListener(DockingWindowListener) - Method in class magellan.client.desktop.MagellanDesktop
adds the listener to the DockingFrameWork
Addeable - Interface in magellan.library
This interface marks an object as addeable.
addEdit(UndoableEdit) - Method in class magellan.client.MagellanUndoManager
Calls super.addEdit() and fires property change for menu actions.
addEnemyUnits(String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
adds all units in this region whose faction has a trustlevel not greater than zero (TL_DEFAULT)
addEntry(float, float) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
DOCUMENT-ME
addEntry(float, Color) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
DOCUMENT-ME
addError(Problem) - Method in class magellan.library.GameData
 
addExpandInfo(DefaultMutableTreeNode) - Method in class magellan.client.EMapOverviewPanel
 
addExtension(File) - Method in class magellan.client.swing.EresseaFileFilter
Append an appropriate extension to a file.
addExternalCaretListener(CaretListener) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
addExternalCaretListener(CaretListener) - Method in interface magellan.client.swing.completion.OrderEditorList
DOCUMENT-ME
addExternalFocusListener(FocusListener) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
addExternalFocusListener(FocusListener) - Method in interface magellan.client.swing.completion.OrderEditorList
DOCUMENT-ME
addExternalKeyListener(KeyListener) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
addExternalKeyListener(KeyListener) - Method in interface magellan.client.swing.completion.OrderEditorList
DOCUMENT-ME
addFaction(Faction) - Method in class magellan.library.AllianceGroup
Adds a faction to the list of factions belonging to this alliance.
addFaction(Faction) - Method in class magellan.library.GameData
Add a faction to the specified game data.
addFactionItems(int, String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for all faction items of the current unit's faction.
addFactionItems(String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for all faction items of the current unit's faction.
addFactions(String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds all known factions to the completions with comment
addFamilarSpells(Unit, Unit, String, String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for a familiar of the mage, enclosed in opening and closing quotes
addFileName(String) - Method in class magellan.client.swing.OrderWriterDialog
 
addFileToHistory(File) - Method in class magellan.client.Client
Adds a single file to the file history.
addFileToHistory(File) - Method in class magellan.client.utils.FileHistory
Adds a single file to the file history, as well to the file history bucket as well to the file history menu.
addFilter(UnitFilter) - Method in class magellan.library.utils.replacers.UnitSelection
DOCUMENT-ME
addFiltered(Collection<Unit>, Collection<Unit>, UnitFilter) - Method in class magellan.client.EMapDetailsPanel
Adds all units from input to result that are excepted by filter.
addFilteredSpells(Unit, boolean, boolean, boolean, String, String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
adds the given spells if combat, only adds combat-spells and so on
addGameDataListener(GameDataListener) - Method in class magellan.client.event.EventDispatcher
Adds a listener for game data events.
addGameDataListener(GameDataListener) - Method in interface magellan.library.utils.guiwrapper.EventDispatcherInterface
Adds a listener for game data events.
addGiveOrder(Unit, Unit, int, StringID, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addGiveOrder(Unit, Unit, int, StringID, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
addGiveOrder(Unit, Unit, int, StringID, String) - Method in interface magellan.library.gamebinding.OrderChanger
Adds a GIVE target amount item order.
addGlobal() - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
 
addGroup(ArmyStatsPanel.WeaponGroup) - Method in class magellan.client.swing.ArmyStatsPanel.WarLine
DOCUMENT-ME
addGroupOrder(Unit, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addGroupOrder(Unit, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
addGroupOrder(Unit, String) - Method in interface magellan.library.gamebinding.OrderChanger
Adds a command line "GROUP \"name\"" ("GRUPPE \"name\"") , e.g.
addGuard(Unit) - Method in class magellan.library.impl.MagellanRegionImpl
add guarding Unit to region
addGuard(Unit) - Method in interface magellan.library.Region
Add guarding Unit to region.
addHandler(String, OrderReader.LineHandler) - Method in class magellan.library.utils.OrderReader
 
addHandler(CacheHandler) - Method in class magellan.library.utils.Cache
Register a CacheHandler.
addHelped(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Add an ally
addHerb() - Method in class magellan.client.swing.AlchemyDialog
 
addHerb(AlchemyDialog.PlannerModel.HerbInfo) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Add an ingredient.
addHideOrder(Unit, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addHideOrder(Unit, String) - Method in class magellan.library.gamebinding.e3a.E3AOrderChanger
E2K9 has no concept of stealth.
addHideOrder(Unit, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
addHideOrder(Unit, String) - Method in interface magellan.library.gamebinding.OrderChanger
Adds a command line "HIDE newstate" ("TARNE newstate") , e.g.
addId(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.IdHandler
 
addId(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.PromoteReader
 
addId(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.TeachReader
 
addIngredient(Item) - Method in class magellan.library.impl.MagellanPotionImpl
Puts a new element into the list of ingredients required to brew this potion.
addIngredient(Item) - Method in interface magellan.library.Potion
Puts a new element into the list of ingredients required to brew this potion.
addInspector(Inspector) - Method in class magellan.client.Client
Adds a new inspector to the taskpanel
addInspector(Inspector) - Method in class magellan.client.swing.tasks.TaskTablePanel
Adds a new inspector to the list of insprectors
addInspectorInterceptor(InspectorInterceptor) - Method in class magellan.client.Client
Adds a new inspector interceptor to the taskpanel inspectors
addInspectorInterceptor(InspectorInterceptor) - Method in class magellan.client.swing.tasks.TaskTablePanel
Adds a new inspector interceptor to the list of inspectors
addInstance(Object) - Method in class magellan.library.rules.Category
DOCUMENT-ME
addInterceptor(InspectorInterceptor) - Method in class magellan.library.tasks.AbstractInspector
 
addInterceptor(InspectorInterceptor) - Method in interface magellan.library.tasks.Inspector
Adds an interceptor to this Inspector.
addIsland(Island) - Method in class magellan.library.GameData
Add an island to the specified game data.
addIslandArmies(DefaultMutableTreeNode, ArmyStatsPanel.IslandArmies) - Method in class magellan.client.swing.ArmyStatsPanel
 
addIslandArmy(ArmyStatsPanel.IslandArmy) - Method in class magellan.client.swing.ArmyStatsPanel.WholeArmy
DOCUMENT-ME
addItem - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
addItem - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
addItem(String, int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Add an item if it's a weapon or armour
addItem(Item) - Method in class magellan.library.impl.MagellanUnitContainerImpl
Adds an item to the UnitContainer.
addItem(Item) - Method in class magellan.library.impl.MagellanUnitImpl
Adds an item to the unit.
addItem(Item) - Method in interface magellan.library.Unit
Adds an item to the unit.
addItem(Item) - Method in interface magellan.library.UnitContainer
Adds an item to the UnitContainer.
addItem(Item) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Add an item
addItem(ItemType, String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds an item by type
addItem(Unit, String, String) - Method in class magellan.library.io.nr.NRParser.RegionReader
 
addItemNode(ItemType, DefaultMutableTreeNode, Unit, Collection<Unit>, Comparator<Unit>, boolean, NodeWrapperFactory, ContextFactory) - Method in class magellan.client.utils.Units
 
addItems(AllianceCategory, List<AllianceState>, List<AllianceCategory>) - Method in class magellan.plugin.groupeditor.AllianceStateComboBox
recursive method to find all possible alliance category assignments
ADDITIONAL - Static variable in class magellan.client.swing.tree.GraphicsElement
DOCUMENT-ME
ADDITIONAL_STYLE - Static variable in class magellan.client.swing.tree.CellRenderer
ADDITIONAL PART
AdditionOperator - Class in magellan.library.utils.replacers
An addition operator summing the given numbers.
AdditionOperator() - Constructor for class magellan.library.utils.replacers.AdditionOperator
Creates a new AdditionOperator object.
addKeyStrokes(Component, Set<KeyStroke>) - Method in class magellan.client.preferences.DesktopShortCutPreferences
 
addLayoutComponent(String, Component) - Method in class magellan.client.swing.CenterLayout
DOCUMENT-ME
addLayoutComponent(String, Component) - Method in class magellan.client.swing.StartWindow.SimpleLayout
DOCUMENT-ME
addLayoutComponent(String, Component) - Method in class magellan.client.swing.tree.CellRenderer.SameHeightBoxLayout
DOCUMENT-ME
addLayoutComponent(String, Component) - Method in class magellan.client.swing.tree.LineWrapCellRenderer.SimpleLayout
 
addLayouts(File) - Method in class magellan.client.desktop.DFBInstance
Adds all docking layouts from the given file to the currently available layouts. all layouts are disabled and layouts with the same name are renamed
addLayouts(File) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
addLinebreak - Variable in class magellan.client.swing.completion.MarkedTextCompletionGUI
 
addList(String) - Method in class magellan.library.merge.PropertyMerger
 
addList(DefaultMutableTreeNode, Collection<ArmyStatsPanel.Armies>, boolean) - Method in class magellan.client.swing.ArmyStatsPanel
 
addListener(ChangeListener) - Static method in class magellan.client.utils.SelectionHistory
Registers another listener.
addListener(ShortcutListener) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
addListForEach(String, PropertyMerger.Modifier<X>) - Method in class magellan.library.merge.PropertyMerger
 
addLogListener(LogListener) - Static method in class magellan.library.utils.logging.Logger
Adds a listener to the list of notified listeners.
addLoot(String, int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Adds a loot item
addMaintenance(Item) - Method in class magellan.library.rules.ConstructibleType
Adds an item needed for upkeep.
addMaintenance(Unit) - Method in class magellan.library.impl.MagellanRegionImpl
 
addMaintenance(Unit) - Method in interface magellan.library.Region
Add a unit that may be in this region in the next turn.
addMapping(int, int) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
addMapping(CoordinateID, CoordinateID) - Method in class magellan.library.utils.transformation.MapTransformer
Stores a new mapping.
addMsgType(MessageType) - Method in class magellan.library.GameData
Add a message type to the specified game data.
addMultipleHideOrder(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addMultipleHideOrder(Unit) - Method in class magellan.library.gamebinding.e3a.E3AOrderChanger
Just change number and description.
addMultipleHideOrder(Unit) - Method in class magellan.library.gamebinding.EresseaOrderChanger
Adds camouflage orders, for hiding all that could identify the unit and remembering the old values in comments.
addMultipleHideOrder(Unit) - Method in interface magellan.library.gamebinding.OrderChanger
Adds command lines for hiding all that could identify this unit, like name, number, description etc.
addName() - Method in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
 
addName(Locale, String) - Method in class magellan.library.rules.OrderType
 
addNamed(Named, String, int, boolean) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds a thing to the completions, optionally with comments.
addNamed(Named, String, int, int, boolean) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds a thing to the completions, optionally with comments.
addNamingOrder(Unit, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addNamingOrder(Unit, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
addNamingOrder(Unit, String) - Method in interface magellan.library.gamebinding.OrderChanger
Adds a command line "NAME UNIT \"name\"" ("BENENNE EINHEIT \"name\"") , e.g.
addNamingOrder(Unit, UnitContainer, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addNamingOrder(Unit, UnitContainer, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
addNamingOrder(Unit, UnitContainer, String) - Method in interface magellan.library.gamebinding.OrderChanger
Adds a command line "NAME uc \"name\"" ("BENENNE uc \"name\"") , e.g.
addNeighbor(Direction, Region) - Method in class magellan.library.impl.MagellanRegionImpl
Adds a neighbor in the specified direction.
addNeighbor(Direction, Region) - Method in interface magellan.library.Region
Adds a neighbor in the specified direction.
addNotAlliedUnits(Alliance, String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
adds all units in this region, whose faction does not fit all of the alliances in the given Alliance-Object.
addNullHandler(String) - Method in class magellan.library.io.cr.CRParser.BlockParser
Adds a handler that does nothing (but doesn't cause an error) for the specified tag.
addObjectType(T, Map<String, T>, Map<String, T>) - Static method in class magellan.library.rules.GenericRules
Adds the specified object to the specified map by id and by name.
addOldUnit(Unit) - Method in class magellan.library.GameData
Add a unit that doesn't exist any more.
addOrder(String) - Method in class magellan.client.swing.completion.OrderEditor
Adds a order to this text pane.
addOrder(String) - Method in class magellan.library.impl.MagellanUnitImpl
Add a order to the unit's orders.
addOrder(String) - Method in interface magellan.library.Unit
Add a order to the unit's orders.
addOrder(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Adds an order to the current unit.
addOrder(String, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
addOrder(String, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
addOrder(String, boolean, int) - Method in class magellan.library.impl.MagellanUnitImpl
Add a order to the unit's orders.
addOrder(String, boolean, int) - Method in interface magellan.library.Unit
Add a order to the unit's orders.
addOrder(Order) - Method in class magellan.library.impl.MagellanUnitImpl
Add specified order at the end.
addOrder(Order, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
addOrder(Order, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
addOrder(Unit, String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Adds an order to the given unit.
addOrderAt(int, String) - Method in class magellan.library.impl.MagellanUnitImpl
Adds the order at position i and refreshes the relations
addOrderAt(int, String) - Method in interface magellan.library.Unit
Adds the order at position i and refreshes the relations
addOrderAt(int, String, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
addOrderAt(int, String, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
addOrderAt(int, Order) - Method in class magellan.library.impl.MagellanUnitImpl
 
addOrderAt(int, Order) - Method in interface magellan.library.Unit
Adds the order at position i and possibly refreshes the relations
addOrderAt(int, Order, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
addOrderAt(int, Order, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
addOrderConfirmListener(OrderConfirmListener) - Method in class magellan.client.event.EventDispatcher
Adds a listener for order confirm events.
addOrders(Collection<String>) - Method in class magellan.library.impl.MagellanUnitImpl
Adds the orders and refreshes the relations
addOrders(Collection<String>) - Method in interface magellan.library.Unit
Adds the orders and refreshes the relations
addOrders(Collection<String>, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
addOrders(Collection<String>, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
addOrders(List<String>, List<Region>, int, boolean, RoutePlanner.Costs) - Static method in class magellan.library.utils.RoutePlanner
Creates unit movement orders using the cost function provided as argument.
addOrders(Unit, String[]) - Static method in class magellan.client.utils.Units
Modifies u's orders as specified in s.
addOrders(Unit, String[], boolean) - Static method in class magellan.client.utils.Units
Modifies u's orders as specified in s.
addOrders2(Collection<Order>) - Method in class magellan.library.impl.MagellanUnitImpl
 
addOrders2(Collection<Order>) - Method in interface magellan.library.Unit
Adds the orders and refreshes the relations
addOrders2(Collection<Order>, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
addOrders2(Collection<Order>, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
addOrderWriterPlugin(OrderWriterPlugIn) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
You can use this method to add a OrderWriterPlugIn to the internal list of known OrderWriterPlugIns.
addOrderWriterPlugin(OrderWriterPlugIn) - Method in class magellan.library.utils.OrderWriter
You can use this method to add a OrderWriterPlugIn to the internal list of known OrderWriterPlugIns.
addOtherFactions(String, int, boolean) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds all factions except the current unit's.
addPair(String, Color) - Method in class magellan.client.preferences.IconColorMappingPreferences
presumes that the value is not used
addPanel(String) - Method in class magellan.client.preferences.AbstractPreferencesAdapter
Adds a panel to the PreferencesAdapter.
addPanel(String, LayoutManager) - Method in class magellan.client.preferences.AbstractPreferencesAdapter
 
addPartUnit(Unit, int, int, ArmyStatsPanel.Army, int, ItemType, ItemType, ItemType, boolean) - Method in class magellan.client.swing.ArmyStatsPanel
 
addPartUnit(Unit, int, int, ArmyStatsPanel.Army, int, ItemType, ItemType, ItemType, boolean, boolean) - Method in class magellan.client.swing.ArmyStatsPanel
 
addPath(GridBagConstraints, String, String) - Method in class magellan.client.preferences.ResourcePreferences
 
addPotion() - Method in class magellan.client.swing.AlchemyDialog
 
addPotion(AlchemyDialog.PlannerModel.PotionInfo) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Adds a potion.
addPotion(Potion) - Method in class magellan.library.GameData
Add a potion to the specified game data.
addPriorityGameDataListener(GameDataListener) - Method in class magellan.client.event.EventDispatcher
Adds the given game-data listener to the front of all registered listeners.
addPriorityGameDataListener(GameDataListener) - Method in interface magellan.library.utils.guiwrapper.EventDispatcherInterface
Adds the given game-data listener to the front of all registered listeners.
addPriorityOrderConfirmListener(OrderConfirmListener) - Method in class magellan.client.event.EventDispatcher
Adds the given order-confirm listener to the front of all registered listeners.
addPrioritySelectionListener(SelectionListener) - Method in class magellan.client.event.EventDispatcher
Adds the given selection listener to the front of all registered listeners.
addPriorityTempUnitListener(TempUnitListener) - Method in class magellan.client.event.EventDispatcher
Adds the given temp-unit listener to the front of all registered listeners.
addPriorityUnitOrdersListener(UnitOrdersListener) - Method in class magellan.client.event.EventDispatcher
Adds the given unit-orders listener to the front of all registered listeners.
addProblem(ProblemType) - Method in class magellan.client.preferences.TaskTablePreferences.TypeTree
 
addProblems(List<Problem>) - Method in class magellan.client.swing.tasks.TaskTablePanel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class magellan.client.MagellanUndoManager
Adds a listener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class magellan.client.MagellanUndoManager
Adds a listener.
addRawMaterial(Item) - Method in class magellan.library.rules.CastleType
 
addRawMaterial(Item) - Method in class magellan.library.rules.ConstructibleType
Add an item needed to construct one size point of this type.
addRawMaterial(Item) - Method in class magellan.library.rules.ShipType
 
addRecruitOrder(Unit, int) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
addRecruitOrder(Unit, int) - Method in class magellan.library.gamebinding.e3a.E3AOrderChanger
FIXME (stm) must honor primary and secondary races
addRecruitOrder(Unit, int) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
addRecruitOrder(Unit, int) - Method in interface magellan.library.gamebinding.OrderChanger
Adds a REKRUTIERE amount order.
addRegion(Region) - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
Enqueue an event for adding events corresponding to region.
addRegion(Region) - Method in class magellan.library.GameData
Add a region to the specified game data.
addRegionArmies(DefaultMutableTreeNode, ArmyStatsPanel.RegionArmies) - Method in class magellan.client.swing.ArmyStatsPanel
 
addRegionBuildingOwners(String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completion for all building owners in the current region.
addRegionBuildingOwners(String, int) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completion for all building owners in the current region.
addRegionBuildings(String, String, Building, boolean) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Add all the buildings in the current region except exclude (which may be null).
addRegionItemsFaction(String, int) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds all items of which the units of the current faction in the region have at least minAmount.
addRegions(Collection<? extends Region>) - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
Call addRegion for all regions.
addRegionShipCommanders(String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for all owners of ships in the region.
addRegionShipCommanders(String, int) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for all owners of ships in the region.
addRegionShips(String, String, Ship, boolean) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Add all the ships in the current region except exclude (which may be null).
addRegionType(RegionType) - Method in class magellan.library.rules.BuildingType
Registers type as allowed region type for this building.
addRegionUnits(String, boolean) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds all units in the region to the completions.
addRegionUnits(String, int, boolean) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds all units in the region to the completions.
addRelation(UnitRelation) - Method in class magellan.library.impl.MagellanRelatedImpl
 
addRelation(UnitRelation) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
addRelation(UnitRelation) - Method in class magellan.library.impl.MagellanUnitImpl
 
addRelation(UnitRelation) - Method in interface magellan.library.Related
Add a new relation to this object.
addRelation(UnitRelation) - Method in interface magellan.library.Unit
Adds a relation to this unit.
addReserve(Unit, StringID, Integer) - Method in class magellan.library.gamebinding.EresseaRelationFactory.EresseaExecutionState
 
addResource(Item) - Method in class magellan.library.rules.ItemType
Adds an item to the set of resources needed to make this ItemType.
addResource(RegionResource) - Method in class magellan.library.impl.MagellanRegionImpl
Adds a resource to this region.
addResource(RegionResource) - Method in interface magellan.library.Region
Adds a resource to this region.
AddressReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.AddressReader
 
addRoadResource(Resource) - Method in class magellan.library.rules.RegionType
Adds a resource need for road building.
addRow(Faction) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
Adds a new row
addScheme(Scheme) - Method in class magellan.library.impl.MagellanRegionImpl
Adds a scheme to this region.
addScheme(Scheme) - Method in interface magellan.library.Region
Adds a scheme to this region.
addScore(int) - Method in class magellan.library.utils.Score
Increases the score by add.
addSelectedRegionCoordinate(Region) - Method in class magellan.library.CompleteData
 
addSelectedRegionCoordinate(Region) - Method in class magellan.library.EmptyData
 
addSelectedRegionCoordinate(Region) - Method in class magellan.library.GameData
Adds a region to the selection
AddSelectionAction - Class in magellan.client.actions.map
Adds a previously saved selection file to the current selection.
AddSelectionAction(Client) - Constructor for class magellan.client.actions.map.AddSelectionAction
Creates a new AddSelectionAction object.
addSelectionListener(SelectionListener) - Method in class magellan.client.event.EventDispatcher
Adds a listener for selection events.
addServerURL(String) - Method in class magellan.client.swing.OrderWriterDialog
 
addSet - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
addSet() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
addSet() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
addSet(String) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
addSet(AdvancedRegionShapeCellRenderer.ARRSet) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
addShip(Ship) - Method in class magellan.library.GameData
Add a ship to the specified game data.
addShip(Ship) - Method in class magellan.library.impl.MagellanRegionImpl
Adds a ship to this container.
addShip(Ship) - Method in interface magellan.library.Region
Adds a ship to this container.
addShiptypes() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for all ship types in the rules.
addSign(Sign) - Method in class magellan.library.impl.MagellanRegionImpl
 
addSign(Sign) - Method in interface magellan.library.Region
Adds a sign to the region.
AddSignDialog - Class in magellan.client.swing
A dialog for adding a sign to a region
AddSignDialog(Frame, boolean, Properties, EventDispatcher, Region) - Constructor for class magellan.client.swing.AddSignDialog
Create a new dialog.
addSigns(Collection<Sign>) - Method in class magellan.library.impl.MagellanRegionImpl
 
addSigns(Collection<Sign>) - Method in interface magellan.library.Region
Add all signs in c to the region.
addSkill(String, int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Add a skill
addSkill(Skill) - Method in class magellan.library.impl.MagellanUnitImpl
Adds a skill to unit's collection of skills.
addSkill(Skill) - Method in interface magellan.library.Unit
Adds a skill to unit's collection of skills.
addSkill(Skill) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Add a skill
addSkill(Unit, String, int, int) - Method in class magellan.library.io.nr.NRParser.RegionReader
 
addSkills() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
addSkills() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
Cost is not appended in Atlantis.
addSpell(Spell) - Method in class magellan.library.GameData
Add a spell to the specified game data.
addSpell(Unit, String, boolean) - Method in class magellan.library.io.nr.NRParser.RegionReader
 
addState(int) - Method in class magellan.library.Alliance
Changes the state to include state.
addStroke(KeyStroke, Object) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
addStroke(KeyStroke, Object, boolean) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
addStyleset() - Method in class magellan.client.preferences.IconStyleSetPreferences
 
addStyleset(GraphicsStyleset) - Static method in class magellan.client.swing.tree.CellRenderer
Adds the given styleset to the styleset table.
addSubordinatedElement(SupportsEmphasizing) - Method in class magellan.client.swing.tree.DefaultNodeWrapper
 
addSubordinatedElement(SupportsEmphasizing) - Method in class magellan.client.swing.tree.EmphasizingImpl
 
addSubordinatedElement(SupportsEmphasizing) - Method in interface magellan.client.swing.tree.SupportsEmphasizing
Adds an item to the list of subordinate elements.
addSuppressComment() - Method in interface magellan.library.tasks.Problem
Modifies the orders such that this problem is not listed by the inspector in the future, i.e.
addSuppressComment() - Method in class magellan.library.tasks.ProblemFactory.BattleProblem
 
addSuppressComment() - Method in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
addSuppressComment() - Method in class magellan.library.tasks.ProblemFactory.MessageProblem
 
addSuppressComment() - Method in class magellan.library.tasks.SimpleProblem
Adds a comment to the unit that is responsible for this problem.
addSurroundingRegions(int, String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for all regions surrounding the current region, completing to the appropriate direction.
addTab(PreferencesAdapter) - Method in class magellan.client.swing.preferences.PreferencesDialog
Register a new container with this dialog.
addTag - Variable in class magellan.client.EMapDetailsPanel
 
addTagHandler(String, CRParser.TagHandler) - Method in class magellan.library.io.cr.CRParser.BlockParser
Adds a handler that is called if the specified tag (i.e., a line like ";tagName" is encountered.
addTempUnit(TempUnit) - Method in class magellan.library.CompleteData
 
addTempUnit(TempUnit) - Method in class magellan.library.EmptyData
 
addTempUnit(TempUnit) - Method in class magellan.library.GameData
Add a temp unit.
addTempUnitListener(TempUnitListener) - Method in class magellan.client.event.EventDispatcher
Adds a listener for temp unit events.
addToContainer(Component, KeyStroke, ActionListener, Action) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
Adds the given key stroke to the container searching an instance of JComponent.
addToIsland() - Method in class magellan.client.swing.context.UnitContainerContextMenu
 
AddToIslandDialog(Frame, String) - Constructor for class magellan.client.swing.context.UnitContainerContextMenu.AddToIslandDialog
Creates a new GiveOrderDialog object.
addTooltipDefinition(String, String) - Method in class magellan.client.swing.map.Mapper
Adds a new tooltip defintion
AddTooltipDialog(Dialog, String, String, String, int) - Constructor for class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddTooltipDialog
Creates a new AddTooltipDialog object.
addTranslation(String, String, int) - Method in class magellan.library.GameData
Puts a translation into the translation table.
addTranslation(String, String, int) - Method in class magellan.library.utils.Translations
Adds a new Translation
addTranslationStroke(KeyStroke) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
addType(String) - Method in class magellan.library.utils.Score
Adds an additional type.
addUnit(ArmyStatsPanel.PartUnit) - Method in class magellan.client.swing.ArmyStatsPanel.WeaponGroup
DOCUMENT-ME
addUnit(Unit) - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
Enqueue an event for adding events corresponding to unit.
addUnit(Unit) - Method in class magellan.library.GameData
Add a unit to the specified game data.
addUnit(Unit) - Method in interface magellan.library.Group
Adds a unit to this container.
addUnit(Unit) - Method in class magellan.library.impl.MagellanGroupImpl
Adds a unit to this container.
addUnit(Unit) - Method in class magellan.library.impl.MagellanUnitContainerImpl
Adds a unit to this container.
addUnit(Unit) - Method in interface magellan.library.UnitContainer
Adds a unit to this container.
addUnit(Unit) - Method in class magellan.library.utils.SkillStats
adds a unit to the internal statistics
addUnit(UnitID) - Method in class magellan.library.gamebinding.TeachOrder
Adds a target unit.
addUnit(UnitID, BattleInfo.UnitInfo) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Add a unit
addUnit(Unit, int, int) - Method in class magellan.client.swing.ArmyStatsPanel.WarLine
Deprecated. 
addUnit(Unit, int, int, ArmyStatsPanel.Army, int) - Method in class magellan.client.swing.ArmyStatsPanel
 
addUnit(Unit, String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds a unit to the completion in a standard manner without comment.
addUnit(Unit, String, int) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds a unit to the completion in a standard manner without comment.
addUnit(Unit, String, int, boolean) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds a unit to the completions in a standard manner without comments.
addUnitChangeListener(UnitChangeListener) - Method in class magellan.library.GameData
 
addUnitContainerOwner(UnitContainer, Unit, String, int) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for the owner u of UnitContainer c.
addUnitItems(int, String, StringID...) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for all items of the unit, excluding item types in exclude.
addUnitItems(String, StringID...) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for all items of the unit, excluding item types in exclude.
addUnitLuxuries(String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Adds completions for all the unit's luxury items.
addUnitOrdersListener(UnitOrdersListener) - Method in class magellan.client.event.EventDispatcher
Adds a listener for unit orders events.
addUnits(Collection<Unit>) - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
 
addUnits(DefaultMutableTreeNode, Collection<Unit>) - Method in class magellan.client.swing.ArmyStatsPanel
 
addVoid(CoordinateID) - Method in class magellan.library.GameData
Adds a "void" region at c.
addWholeArmy(DefaultMutableTreeNode, ArmyStatsPanel.WholeArmy) - Method in class magellan.client.swing.ArmyStatsPanel
 
addX - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
addX - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
addY - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
adjust(int, int) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Enlarge the box to contain the point (x,y) if necessary.
adjust(CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Enlarge the box to contain c if necessary.
adjustRatedMapping(GameData, GameData, Score<CoordinateID>) - Method in class magellan.library.utils.mapping.MappingEvaluator
 
adjustToScreen(int, int, int, int, Window) - Static method in class magellan.client.utils.SwingUtils
Adjust the given rectangle so that it fits the screen size of window.
AdmitReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.AdmitReader
 
AdvancedRegionShapeCellRenderer - Class in magellan.client.swing.map
DOCUMENT ME!
AdvancedRegionShapeCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
Creates new AdvancedRegionShapeCellRenderer
AdvancedRegionShapeCellRenderer.ColorTable - Class in magellan.client.swing.map
Implementation via SortedMap, maybe inefficient for small number of entries
AdvancedRegionShapeCellRenderer.Preferences - Class in magellan.client.swing.map
 
AdvancedRegionShapeCellRenderer.Preferences.ColorPanel - Class in magellan.client.swing.map
 
AdvancedRegionShapeCellRenderer.Preferences.ColorPanel.ColorPainter - Class in magellan.client.swing.map
 
AdvancedRegionShapeCellRenderer.Preferences.ColorShowPanel - Class in magellan.client.swing.map
 
AdvancedRegionShapeCellRenderer.Preferences.MappingPanel - Class in magellan.client.swing.map
 
AdvancedRegionShapeCellRenderer.Preferences.MappingPanel.PaintPanel - Class in magellan.client.swing.map
 
AdvancedRegionShapeCellRenderer.Preferences.StringPair - Class in magellan.client.swing.map
 
AdvancedRegionShapeCellRenderer.ValueMapping - Class in magellan.client.swing.map
Implementation via SortedMap, maybe inefficient for small number of entries
ADVANCEDSHAPERENDERER - Static variable in class magellan.library.utils.PropertiesHelper
Property type none: Prefix for advanced shape renderer settings
ADVANCEDSHAPERENDERER_COLORS - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: Postfix for advanced share renderer color settings
ADVANCEDSHAPERENDERER_CURRENT - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: Postfix for advanced share renderer current settings
ADVANCEDSHAPERENDERER_CURRENT_SET - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: Name of current advanced shape renderer set
ADVANCEDSHAPERENDERER_MAXIMUM - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: Postfix for advanced share renderer maximum settings
ADVANCEDSHAPERENDERER_MINIMUM - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: Postfix for advanced share renderer minimum settings
ADVANCEDSHAPERENDERER_SETS - Static variable in class magellan.library.utils.PropertiesHelper
Property type List: List of all available advanced shape rendererers
ADVANCEDSHAPERENDERER_TOOLTIP - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: ...
ADVANCEDSHAPERENDERER_UNKNOWN - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: ...
ADVANCEDSHAPERENDERER_VALUES - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: Postfix for advanced share renderer values settings
AdvancedTextCellRenderer - Class in magellan.client.swing.map
A slightly improved text cell renderer using the replacer engine of Magellan to create region dependent output.
AdvancedTextCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.AdvancedTextCellRenderer
Creates new AdvancedTextCellRenderer
AdvancedTextCellRenderer.ATRPreferences - Class in magellan.client.swing.map
 
AdvancedTextCellRenderer.ATRSet - Class in magellan.client.swing.map
Encapsulates one setting containing a name, a definition string and a cache object.
age - Variable in class magellan.library.impl.MagellanFactionImpl
taken from the cr: actual age of faction (Fiete)
AlchemyAction - Class in magellan.client.actions.extras
Just a little class to invoke the alchemy organizer
AlchemyAction(Client) - Constructor for class magellan.client.actions.extras.AlchemyAction
Creates a new AlchemyAction object.
AlchemyDialog - Class in magellan.client.swing
A dialog for planning production of potions.
AlchemyDialog(Frame, EventDispatcher, GameData, Properties, Collection<Region>) - Constructor for class magellan.client.swing.AlchemyDialog
Creates the dialog and makes it visible.
AlchemyDialog.AlchemyFileHandler - Class in magellan.client.swing
Handler for parsing alchemy settings files.
AlchemyDialog.AlchemyTable - Class in magellan.client.swing
A table with custom header.
AlchemyDialog.FactionDialog - Class in magellan.client.swing
Dialog for selecting a faction from all factions in the report.
AlchemyDialog.JLabelRenderer - Class in magellan.client.swing
Rendering table cells with JLabels (does not work well).
AlchemyDialog.PlannerModel - Class in magellan.client.swing
A model for the potion planning table.
AlchemyDialog.PlannerModel.CurrentMaxValue - Class in magellan.client.swing
Value for remaining max potion value
AlchemyDialog.PlannerModel.HerbInfo - Class in magellan.client.swing
 
AlchemyDialog.PlannerModel.IngredientValue - Class in magellan.client.swing
Value for ingredient
AlchemyDialog.PlannerModel.MaxValue - Class in magellan.client.swing
Value for maximum potion value
AlchemyDialog.PlannerModel.PotionInfo - Class in magellan.client.swing
 
AlchemyDialog.PlannerModel.PotionValue - Class in magellan.client.swing
Value for potion name
AlchemyDialog.PlannerModel.ProductionValue - Class in magellan.client.swing
Value for current production
AlchemyDialog.PlannerModel.RestValue - Class in magellan.client.swing
Value for remaining herb
AlchemyDialog.PlannerModel.StockValue - Class in magellan.client.swing
Value for current stock
AlchemyDialog.PlannerModel.ValueMarker - Class in magellan.client.swing
A class for helping to identify cell types by TableCellRenderer.getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)
AlchemyDialog.TextAreaRenderer - Class in magellan.client.swing
Renders cells with linewrap.
AlchemyFileHandler() - Constructor for class magellan.client.swing.AlchemyDialog.AlchemyFileHandler
 
AlchemyTable(TableModel) - Constructor for class magellan.client.swing.AlchemyDialog.AlchemyTable
 
align - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
alive - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
all - Variable in class magellan.library.gamebinding.GiveOrder
 
ALL - Static variable in interface magellan.library.gamebinding.OrderChanger
Code for ALL in commands like GIVE xyz ALL item, used in addGiveOrder.
ALL - Static variable in interface magellan.library.Order
stands for the amount "ALLES"
AllanonConstants - Class in magellan.library.gamebinding
This class contains some Allanon specific constants.
AllanonConstants() - Constructor for class magellan.library.gamebinding.AllanonConstants
 
AllanonGameSpecificRules - Class in magellan.library.gamebinding
This class implements all Allanon specific rule informations.
AllanonGameSpecificRules(Rules) - Constructor for class magellan.library.gamebinding.AllanonGameSpecificRules
 
AllanonMapMergeEvaluator - Class in magellan.library.gamebinding
This class should implement Mappings special to Allanon.
AllanonMapMergeEvaluator() - Constructor for class magellan.library.gamebinding.AllanonMapMergeEvaluator
 
AllanonMessageRenderer - Class in magellan.library.gamebinding
 
AllanonMessageRenderer(GameData) - Constructor for class magellan.library.gamebinding.AllanonMessageRenderer
The Constructor
AllanonMovementEvaluator - Class in magellan.library.gamebinding
 
AllanonMovementEvaluator(Rules) - Constructor for class magellan.library.gamebinding.AllanonMovementEvaluator
 
AllanonOrderChanger - Class in magellan.library.gamebinding
OrderChanger class for the game Allanon.
AllanonOrderChanger(Rules, SimpleOrderFactory) - Constructor for class magellan.library.gamebinding.AllanonOrderChanger
 
AllanonOrderCompleter - Class in magellan.library.gamebinding
 
AllanonOrderCompleter(GameData, CompleterSettingsProvider) - Constructor for class magellan.library.gamebinding.AllanonOrderCompleter
Creates a new AllanonOrderCompleter taking context information from the specified GameData object.
AllanonOrderParser - Class in magellan.library.gamebinding
 
AllanonOrderParser(GameData) - Constructor for class magellan.library.gamebinding.AllanonOrderParser
Creates a new EresseaOrderParser object.
AllanonOrderParser(GameData, AllanonOrderCompleter) - Constructor for class magellan.library.gamebinding.AllanonOrderParser
Creates a new EresseaOrderParser object and registers the specified OrderCompleter object.
AllanonOrderParser.AnwerbenReader - Class in magellan.library.gamebinding
 
AllanonOrderParser.BenenneReader - Class in magellan.library.gamebinding
 
AllanonOrderParser.BetreteReader - Class in magellan.library.gamebinding
 
AllanonOrderParser.ErkundeReader - Class in magellan.library.gamebinding
 
AllanonOrderParser.MeuchelnReader - Class in magellan.library.gamebinding
 
AllanonOrderWriter - Class in magellan.library.gamebinding
 
AllanonOrderWriter() - Constructor for class magellan.library.gamebinding.AllanonOrderWriter
 
AllanonPostProcessor - Class in magellan.library.gamebinding
 
AllanonPostProcessor() - Constructor for class magellan.library.gamebinding.AllanonPostProcessor
 
AllanonRelationFactory - Class in magellan.library.gamebinding
 
AllanonRelationFactory(Rules) - Constructor for class magellan.library.gamebinding.AllanonRelationFactory
 
AllanonSpecificStuff - Class in magellan.library.gamebinding
All the stuff needed for Allanon.
AllanonSpecificStuff() - Constructor for class magellan.library.gamebinding.AllanonSpecificStuff
 
ALLCR_COMPRESSED_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Selects .zip, .gz, and .bz2-files (but not .cr)
ALLCR_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Selects .cr, .zip, .gz, and .bz2-files
allFilter - Static variable in class magellan.library.utils.Units
 
Alliance - Class in magellan.library
A class representing an alliance status between two factions.
Alliance(Faction) - Constructor for class magellan.library.Alliance
Create a new Alliance object for an alliance with the specified faction and without any alliance status set.
Alliance(Faction, int) - Constructor for class magellan.library.Alliance
Create a new Alliance object for an alliance with the specified faction and the specified status.
AllianceCategory - Class in magellan.library.rules
This class contains an alliance category.
AllianceCategory(AllianceCategory) - Constructor for class magellan.library.rules.AllianceCategory
copy constructor
AllianceCategory(StringID) - Constructor for class magellan.library.rules.AllianceCategory
Creates a new AllianceCategory object.
AllianceFactionComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Alliance objects by comparing the factions they contain.
AllianceFactionComparator(Comparator<? super Faction>) - Constructor for class magellan.library.utils.comparator.AllianceFactionComparator
Creates a new AllianceFactionComparator object.
AllianceGroup - Class in magellan.library
A class representing an alliance with several members.
AllianceGroup(EntityID) - Constructor for class magellan.library.AllianceGroup
Create a new Alliance object.
AllianceGroup(EntityID, String) - Constructor for class magellan.library.AllianceGroup
Create a new Alliance object with name.
AllianceNodeWrapper - Class in magellan.client.swing.tree
Displays a alliance node with alliance as icon and text.
AllianceNodeWrapper(Faction, Map<EntityID, Alliance>) - Constructor for class magellan.client.swing.tree.AllianceNodeWrapper
 
allianceState - Variable in class magellan.library.io.nr.NRParser
 
AllianceStateComboBox - Class in magellan.plugin.groupeditor
Shows a JComboBox as default renderer for the table.
AllianceStateComboBox(GameData) - Constructor for class magellan.plugin.groupeditor.AllianceStateComboBox
Constructor to create a combobox with the alliance states.
AllianceStateRenderer - Class in magellan.plugin.groupeditor
Tool to render the alliance state of your faction
AllianceStateRenderer() - Constructor for class magellan.plugin.groupeditor.AllianceStateRenderer
Simple constructor
ALLIED - Static variable in class magellan.library.utils.comparator.FactionTrustComparator
The "allied" trust level
ALLIED_LINE - Static variable in class magellan.library.io.nr.NRParser
 
alliedLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
allies - Variable in class magellan.library.impl.MagellanFactionImpl
The allies of this faction are stored in this map with the faction ID of the ally as key and an Alliance object as value.
allies() - Method in interface magellan.library.Group
The alliances specific to this group.
allies() - Method in class magellan.library.impl.MagellanGroupImpl
The alliances specific to this group.
allItems() - Method in class magellan.library.impl.MagellanRegionImpl
allItems() - Method in interface magellan.library.Region
allLuxuries - Variable in class magellan.client.swing.map.TradeTextCellRenderer
 
allowCustomIcons - Variable in class magellan.client.EMapDetailsPanel
 
allRegionItems - Variable in class magellan.library.utils.Cache
Deprecated.
replaced by method in Units
allTips - Variable in class magellan.client.swing.TipOfTheDay
 
AllyReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.AllyReader
 
almostIntersects(double, double, double, double, double, double, double, double) - Static method in class magellan.library.utils.Regions
Returns true if the line segment (x1,y1)->(x2,y2) "almost" intersects (x3,y3)->(x4,y4).
ALWAYS_ONCE - Static variable in class magellan.client.swing.map.RenderingPlane
Indicates that the renderer does not depend on visible objects and should always be called.
ambiguousID - Static variable in interface magellan.library.Message
An placeholder ID for messages without valid ID.
amount - Variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
amount - Variable in class magellan.library.gamebinding.AttackOrder
 
amount - Variable in class magellan.library.gamebinding.GiveOrder
 
amount - Variable in class magellan.library.gamebinding.ReserveOrder
 
amount - Variable in class magellan.library.relation.IncomeRelation
The money earned
amount - Variable in class magellan.library.relation.ReserveRelation
The amount that is actually reserved.
amount - Variable in class magellan.library.relation.TransferRelation
The amount to transfer.
AngleSorter(List<CoordinateID>) - Constructor for class magellan.library.utils.Regions.AngleSorter
Initializes the comparator.
ANTLANTIS_LINE - Static variable in class magellan.library.io.nr.NRParser
 
ANY_TXT_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Selects .txt-files
apply() - Method in class magellan.client.preferences.IconPreferences.EmphasizeStyle
DOCUMENT-ME
apply() - Method in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel
Applies the settings of the panel to this.set.
apply(GraphicsElement) - Static method in class magellan.client.swing.tree.Tag2Element
apllies the remembered style to the given GraphicsElement
apply(GraphicsStyleset) - Method in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel
Applies the settings of the panel to resultSet.
apply(GraphicsStyleset) - Method in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel.ColorPanel
Applies the settings of this panel to resultSet.
applyChanges(int[]) - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
applyHandler(String) - Method in class magellan.library.utils.OrderReader
 
applyPreferences() - Method in class magellan.client.preferences.ClientFilePreferences
 
applyPreferences() - Method in class magellan.client.preferences.ClientLookAndFeelPreferences
DOCUMENT-ME
applyPreferences() - Method in class magellan.client.preferences.ClientMessagePreferences
 
applyPreferences() - Method in class magellan.client.preferences.ClientNameGeneratorPreferences
DOCUMENT-ME
applyPreferences() - Method in class magellan.client.preferences.ClientPreferences
 
applyPreferences() - Method in class magellan.client.preferences.ClientTextEncodingPreferences
save settings
applyPreferences() - Method in class magellan.client.preferences.DesktopPreferences
 
applyPreferences() - Method in class magellan.client.preferences.DesktopShortCutPreferences
 
applyPreferences() - Method in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
Apply settings to AutoCompletion
applyPreferences() - Method in class magellan.client.preferences.DetailsViewOrderEditorPreferences
DOCUMENT-ME
applyPreferences() - Method in class magellan.client.preferences.DetailsViewPreferences
preferences adapter code:
applyPreferences() - Method in class magellan.client.preferences.IconColorMappingPreferences
 
applyPreferences() - Method in class magellan.client.preferences.IconPreferences
 
applyPreferences() - Method in class magellan.client.preferences.IconStyleSetPreferences
 
applyPreferences() - Method in class magellan.client.preferences.MapPreferences
 
applyPreferences() - Method in class magellan.client.preferences.MinimapPreferences
 
applyPreferences() - Method in class magellan.client.preferences.PluginPreferences
 
applyPreferences() - Method in class magellan.client.preferences.RegionOverviewPreferences
 
applyPreferences() - Method in class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel
Appliy settings to EmapOverviewPanel.
applyPreferences() - Method in class magellan.client.preferences.RegionOverviewPreferences.ExpandPanel
Apply settings to EmapOverviewPanel.
applyPreferences() - Method in class magellan.client.preferences.RegionOverviewSkillPreferences
 
applyPreferences() - Method in class magellan.client.preferences.ResourcePreferences
 
applyPreferences() - Method in class magellan.client.preferences.TaskTablePreferences
 
applyPreferences() - Method in class magellan.client.swing.BasicRegionPanel.BRPPreferences
 
applyPreferences() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
DOCUMENT-ME
applyPreferences() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
applyPreferences() - Method in class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences
DOCUMENT-ME
applyPreferences() - Method in class magellan.client.swing.map.BorderCellRenderer.Preferences
 
applyPreferences() - Method in class magellan.client.swing.map.BuildingCellRenderer.BuildingCellRendererPreferences
 
applyPreferences() - Method in class magellan.client.swing.map.HexCellRenderer.DefaultRendererPreferencesAdapter
 
applyPreferences() - Method in class magellan.client.swing.map.HighlightShapeCellRenderer.Preferences
DOCUMENT-ME
applyPreferences() - Method in class magellan.client.swing.map.MapperPreferences
 
applyPreferences() - Method in class magellan.client.swing.map.PathCellRenderer.Preferences
 
applyPreferences() - Method in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
 
applyPreferences() - Method in class magellan.client.swing.map.SignTextCellRenderer.Preferences
DOCUMENT-ME
applyPreferences() - Method in class magellan.client.swing.map.TextCellRenderer.Preferences
DOCUMENT-ME
applyPreferences() - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
DOCUMENT-ME
applyPreferences() - Method in interface magellan.client.swing.preferences.PreferencesAdapter
This function is called for applying the preferences.
applyPreferences() - Method in class magellan.client.swing.tree.AbstractNodeWrapperDrawPolicy
Notifies the registered CellObjects that their preferences have changed.
applyPreferences(DetailedPreferencesAdapter) - Method in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
applySet(AdvancedRegionShapeCellRenderer.ARRSet) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
applyUIDefaults() - Method in class magellan.client.swing.tree.CellRenderer
Applies the default values to type set 4 (DEFAULT).
approved - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.ImExportDialog
 
approved - Variable in class magellan.client.swing.TempUnitDialog
 
approved() - Method in class magellan.client.swing.FactionPropertiesDialog
 
approved() - Method in class magellan.client.swing.SetOriginDialog
Returns if user has pressed the OK-Button.
approved() - Method in class magellan.library.utils.SetGirthDialog
Returns if user has pressed the OK-Button.
approveSelection() - Method in class magellan.client.swing.HistoryAccessory
 
ArbeiteReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.ArbeiteReader
 
areCompatibleLongOrders(Orders) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
areCompatibleLongOrders(Orders) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
areCompatibleLongOrders(Orders) - Method in interface magellan.library.gamebinding.OrderChanger
Determines if the orders in the collection are legal to have at the same time for one unit.
argc - Variable in class magellan.library.io.cr.Scanner
number of tokens
argv - Variable in class magellan.library.io.cr.Scanner
the tokens
armies - Variable in class magellan.client.swing.ArmyStatsPanel
 
armies - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmy
 
armies - Variable in class magellan.client.swing.ArmyStatsPanel.RegionArmies
 
armies - Variable in class magellan.client.swing.ArmyStatsPanel.WholeArmy
 
armour - Variable in class magellan.client.swing.ArmyStatsPanel.PartUnit
 
armourType - Variable in class magellan.client.swing.ArmyStatsPanel
 
Army(Faction, Region) - Constructor for class magellan.client.swing.ArmyStatsPanel.Army
Creates a new Army object.
ArmyComparator() - Constructor for class magellan.client.swing.ArmyStatsPanel.ArmyComparator
 
armystats - Variable in class magellan.client.swing.context.MapContextMenu
 
ArmyStatsAction - Class in magellan.client.actions.extras
DOCUMENT ME!
ArmyStatsAction(Client) - Constructor for class magellan.client.actions.extras.ArmyStatsAction
Creates a new ArmyStatsAction object.
ArmyStatsDialog - Class in magellan.client.swing
DOCUMENT ME!
ArmyStatsDialog(Frame, EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.ArmyStatsDialog
Creates new ArmyStatsDialog
ArmyStatsDialog(Frame, EventDispatcher, GameData, Properties, Collection<Region>) - Constructor for class magellan.client.swing.ArmyStatsDialog
Creates a new ArmyStatsDialog object.
ArmyStatsDialog.ExcludeDialog - Class in magellan.client.swing
 
ArmyStatsPanel - Class in magellan.client.swing
DOCUMENT ME!
ArmyStatsPanel(EventDispatcher, GameData, Properties, boolean) - Constructor for class magellan.client.swing.ArmyStatsPanel
Creates new ArmyStatsPanel
ArmyStatsPanel(EventDispatcher, GameData, Properties, boolean, Collection<Region>) - Constructor for class magellan.client.swing.ArmyStatsPanel
Creates a new ArmyStatsPanel object.
ArmyStatsPanel.Armies - Interface in magellan.client.swing
 
ArmyStatsPanel.Army - Class in magellan.client.swing
 
ArmyStatsPanel.ArmyComparator - Class in magellan.client.swing
 
ArmyStatsPanel.IslandArmies - Class in magellan.client.swing
 
ArmyStatsPanel.IslandArmy - Class in magellan.client.swing
 
ArmyStatsPanel.PartUnit - Class in magellan.client.swing
 
ArmyStatsPanel.RegionArmies - Class in magellan.client.swing
 
ArmyStatsPanel.WarLine - Class in magellan.client.swing
 
ArmyStatsPanel.WeaponGroup - Class in magellan.client.swing
 
ArmyStatsPanel.WholeArmy - Class in magellan.client.swing
 
ASCENDING - Static variable in class magellan.client.swing.table.TableSorter
Ascending sort order.
ASK_ALWAYS - Static variable in class magellan.client.utils.ProfileManager
 
askForGirth(BoxTransformer.BBox, int, MapMetric) - Method in class magellan.client.swing.ProgressBarUI
 
askForGirth(BoxTransformer.BBox, int, MapMetric) - Method in class magellan.library.utils.NullUserInterface
 
askForGirth(BoxTransformer.BBox, int, MapMetric) - Method in interface magellan.library.utils.UserInterface
Displays a SetGirthDialog.
AskForPasswordDialog - Class in magellan.client.swing
This class is called by the Client if there is a report with factions but without a passwort for one of them.
AskForPasswordDialog(Client, GameData) - Constructor for class magellan.client.swing.AskForPasswordDialog
 
askToSave() - Method in class magellan.client.Client
Asks the user whether the current report should be saved but does not do it!
assign(GameData) - Method in class magellan.library.GameData.MyAssigner
 
assign(GameData) - Method in interface magellan.library.utils.ReportMerger.AssignData
Do something with the given report
assignData - Variable in class magellan.library.utils.ReportMerger
 
assignHotSpot(String) - Method in class magellan.client.swing.MapperPanel
Assign the currently visible part of the map (the region at the center), a hot spot, an id and add it to the list of hot spots.
astral - Static variable in class magellan.library.GameDataMerger
 
astral - Static variable in class magellan.library.io.AbstractReportParser
 
ASTRAL_LAYER - Static variable in class magellan.library.gamebinding.EresseaMapMergeEvaluator
 
ASTRAL_LAYER - Static variable in class magellan.library.gamebinding.EresseaSpecificStuff
Layer index of "Astralraum".
AstralMappingEvaluator - Class in magellan.library.utils.mapping
 
AstralMappingEvaluator() - Constructor for class magellan.library.utils.mapping.AstralMappingEvaluator
 
AtlantisConstants - Class in magellan.library.gamebinding.atlantis
Constants for atlantis game.
AtlantisConstants() - Constructor for class magellan.library.gamebinding.atlantis.AtlantisConstants
 
AtlantisGameSpecificRules - Class in magellan.library.gamebinding.atlantis
Rules for Atlantis game
AtlantisGameSpecificRules(Rules) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
atlantisLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
AtlantisMapMetric - Class in magellan.library.gamebinding.atlantis
The metric for the atlantis game hexagonal map.
AtlantisMapMetric(Rules) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisMapMetric
 
AtlantisMovementEvaluator - Class in magellan.library.gamebinding.atlantis
Movement evaluator for Atlantis game.
AtlantisMovementEvaluator(Rules) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
AtlantisOrderChanger - Class in magellan.library.gamebinding.atlantis
Order changer for Atlantis game.
AtlantisOrderChanger(Rules, SimpleOrderFactory) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
AtlantisOrderCompleter - Class in magellan.library.gamebinding.atlantis
Order completer for Atlantis game
AtlantisOrderCompleter(GameData, CompleterSettingsProvider) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
 
AtlantisOrderParser - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser(GameData) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
AtlantisOrderParser(GameData, AtlantisOrderCompleter) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
AtlantisOrderParser.AcceptReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.AddressReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.AdmitReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.AllyReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.AttackReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.BareHandler - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.BehindReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.BoardReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.BuildReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.CastReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.CombatReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.DemolishReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.DirectionHandler - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.DisplayReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.EndReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.EnterReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.EntertainReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.FindReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.FlagHandler - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.FormReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.GiveReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.GuardReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.IdHandler - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.KeywordStringReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.LeaveReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.MoveReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.NameReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.NumberHandler - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.PasswordReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.ProduceReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.PromoteReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.QuitReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.RecruitReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.ResearchReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.ReshowReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.SailReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.SinkReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.StringHandler - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.StudyReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.TaxReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.TeachReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderParser.WorkReader - Class in magellan.library.gamebinding.atlantis
 
AtlantisOrderWriter - Class in magellan.library.gamebinding.atlantis
Order writer for Atlantis game.
AtlantisOrderWriter() - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderWriter
 
atlantisPattern - Static variable in class magellan.library.io.nr.NRGameNameIO
 
AtlantisRelationFactory - Class in magellan.library.gamebinding.atlantis
 
AtlantisRelationFactory(Rules) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisRelationFactory
 
AtlantisSpecificStuff - Class in magellan.library.gamebinding.atlantis
Atlantis specific stuff!
AtlantisSpecificStuff() - Constructor for class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
ATR_CURRENT_SET - Static variable in class magellan.library.utils.PropertiesHelper
 
ATR_HORIZONTAL_ALIGN - Static variable in class magellan.library.utils.PropertiesHelper
 
ATR_SETS - Static variable in class magellan.library.utils.PropertiesHelper
 
ATRPreferences(AdvancedTextCellRenderer) - Constructor for class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
Creates a new ATRPreferences object.
ATRSet(String) - Constructor for class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
Creates a new ATRSet object.
attachEditorManager(OrderEditorList) - Method in class magellan.client.completion.AutoCompletion
Registers a new OrderEditorList to be used by this AutoCompletion.
AttackInspector - Class in magellan.library.tasks
An inspector for problems with attacks
AttackInspector(GameData) - Constructor for class magellan.library.tasks.AttackInspector
 
AttackInspector.AttackProblemTypes - Enum in magellan.library.tasks
 
AttackOrder - Class in magellan.library.gamebinding
An ATTACK order.
AttackOrder(List<OrderToken>, String, UnitID) - Constructor for class magellan.library.gamebinding.AttackOrder
 
AttackReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.AttackReader
 
AttackReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.AttackReader
 
AttackRelation - Class in magellan.library.relation
A relation indicating that the source unit has a ATTACKIEREN order for the target unit.
AttackRelation(Unit, Unit, int) - Constructor for class magellan.library.relation.AttackRelation
Creates a new AttackRelation object.
ATTACKSELF - magellan.library.tasks.AttackInspector.AttackProblemTypes
 
ATTENTION - Static variable in class magellan.library.utils.MagellanImages
 
attributes - Variable in class magellan.library.impl.MagellanMessageImpl
The attributes of this message.
AURA - Static variable in interface magellan.library.Spell.Component
Key for the Aura component
autoCompletion - Variable in class magellan.client.swing.completion.ListCompletionGUI
 
AutoCompletion - Class in magellan.client.completion
DOCUMENT ME!
AutoCompletion(Properties, EventDispatcher) - Constructor for class magellan.client.completion.AutoCompletion
Creates new AutoCompletion
AUTOCOMPLETION_COMPLETION_GUI - Static variable in class magellan.library.utils.PropertiesHelper
 
AUTOCOMPLETION_EMPTY_STUB_MODE - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
AUTOCOMPLETION_ENABLED - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
AUTOCOMPLETION_HOTKEY_MODE - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
AUTOCOMPLETION_KEYS_BREAK - Static variable in class magellan.library.utils.PropertiesHelper
 
AUTOCOMPLETION_KEYS_COMPLETE - Static variable in class magellan.library.utils.PropertiesHelper
 
AUTOCOMPLETION_KEYS_CYCLE_BACKWARD - Static variable in class magellan.library.utils.PropertiesHelper
Property type number:
AUTOCOMPLETION_KEYS_CYCLE_FORWARD - Static variable in class magellan.library.utils.PropertiesHelper
Property type number:
AUTOCOMPLETION_KEYS_START - Static variable in class magellan.library.utils.PropertiesHelper
 
AUTOCOMPLETION_LIMIT_MAKE_COMPLETION - Static variable in class magellan.library.utils.PropertiesHelper
 
AUTOCOMPLETION_SELF_DEFINED_COMPLETIONS_COUNT - Static variable in class magellan.library.utils.PropertiesHelper
Property type number:
AUTOCOMPLETION_TIME - Static variable in class magellan.library.utils.PropertiesHelper
Property type number:
AUTUMN - Static variable in class magellan.library.rules.Date
a constant representing the season autumn
averagePrice - Variable in class magellan.client.swing.TradeOrganizer
 
averagePrice - Variable in class magellan.client.swing.TradeOrganizerOld
 
averageScore - Variable in class magellan.library.impl.MagellanFactionImpl
Durchschnittlicher Punktestand
awt(Object) - Method in class magellan.library.utils.logging.Logger
Logs an Logger.AWT level message.
awt(Object, Throwable) - Method in class magellan.library.utils.logging.Logger
Logs an Logger.AWT level message.
AWT - Static variable in class magellan.library.utils.logging.Logger
AWT messages are printed for debugging awt purposes
AWTLogger - Class in magellan.library.utils.logging
 
AWTLogger() - Constructor for class magellan.library.utils.logging.AWTLogger
 

B

B_ACADEMY - Static variable in class magellan.library.gamebinding.EresseaConstants
Building type academy
B_BUILDING - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Building type 2building"
B_CARAVANSEREI - Static variable in class magellan.library.gamebinding.EresseaConstants
Building type academy
B_FRAME - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Gerüst
B_GUARDHOUSE - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Wachstube
B_GUARDTOWER - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Wachturm
B_HARBOUR - Static variable in class magellan.library.gamebinding.EresseaConstants
Building type harbour
B_LIGHTHOUSE - Static variable in class magellan.library.gamebinding.EresseaConstants
building type lighthouse
back - Variable in class magellan.client.swing.ArmyStatsPanel
 
backColor - Variable in class magellan.client.swing.map.SignTextCellRenderer
 
BACKGROUND - Static variable in class magellan.library.utils.MagellanImages
The Magellan background color (light, reddish brown; tan; tawny)
BackgroundImagePreferences(MapCellRenderer) - Constructor for class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences
Creates a new BackgroundImagePreferences object.
BackgroundImageRenderer - Class in magellan.client.swing.map
Renders a background image behind the regions.
BackgroundImageRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.BackgroundImageRenderer
 
BackgroundImageRenderer.BackgroundImagePreferences - Class in magellan.client.swing.map
This is the inner class used for the preferences
BackgroundImageRenderer.BackgroundImagePreferences.PreferencesImagePanel - Class in magellan.client.swing.map
The JPanel where the image is pained centered.
BackgroundPanel() - Constructor for class magellan.client.desktop.MagellanDesktop.BackgroundPanel
Creates a new BackgroundPanel object.
bailOut(Throwable) - Static method in class magellan.client.Client
 
BannerReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BannerReader
 
BareHandler(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.BareHandler
 
base - Variable in class magellan.library.GameData
The base (radix) in which ids are interpreted.
base - Variable in class magellan.library.utils.replacers.ReplacerSystem
 
BaseMerger - Class in magellan.library.merge
 
BaseMerger(GameData, GameData, GameData) - Constructor for class magellan.library.merge.BaseMerger
 
BasicRegionPanel - Class in magellan.client.swing
A GUI component displaying very basic data about regions.
BasicRegionPanel(EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.BasicRegionPanel
Creates a new BasicRegionPanel object.
BasicRegionPanel.BasicStringTokenizer - Class in magellan.client.swing
This class emulates the behaviour of StringTokenizer with a string as delimiter.
BasicRegionPanel.BRPPreferences - Class in magellan.client.swing
 
BasicRegionPanel.HTMLLabel - Class in magellan.client.swing
A component that displays (and interpretes) a html string.
Battle - Interface in magellan.library
Container class for a battle.
BATTLE - Static variable in class magellan.library.Region.Visibility
6..this also exists, but I'm not sure what it does
BATTLE - Static variable in class magellan.library.tasks.MessageInspector
 
BattleAnalyzerPlugIn - Class in magellan.plugin.battleanalyzer
Analyzes battle reports.
BattleAnalyzerPlugIn() - Constructor for class magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn
 
BattleAnalyzerPlugIn.PlugInAction - Enum in magellan.plugin.battleanalyzer
An enum for all action types in this plugin.
BattleDock - Class in magellan.plugin.battleanalyzer
Shows battle details
BattleDock(Client, Properties) - Constructor for class magellan.plugin.battleanalyzer.BattleDock
Created a new instance of this class
BattleDock.TreePopupMenu - Class in magellan.plugin.battleanalyzer
 
BattleDock.TreeUtils - Class in magellan.plugin.battleanalyzer
 
BattleInfo - Class in magellan.plugin.battleanalyzer
Holds parsed info about a battle.
BattleInfo(CoordinateID, GameData) - Constructor for class magellan.plugin.battleanalyzer.BattleInfo
Initializes an empty battle info.
BattleInfo.Evaluator - Class in magellan.plugin.battleanalyzer
Computes aggregate info about a battle
BattleInfo.HostInfo - Class in magellan.plugin.battleanalyzer
Info about a host
BattleInfo.SpellID - Class in magellan.plugin.battleanalyzer
Identifies a spell for our purposes
BattleInfo.SpellInfo - Class in magellan.plugin.battleanalyzer
Info about spellcasting
BattleInfo.UnitInfo - Class in magellan.plugin.battleanalyzer
Info about a unit
BattleProblem(Battle, Faction, Region, Unit, Object, MessageInspector) - Constructor for class magellan.library.tasks.ProblemFactory.BattleProblem
 
battles - Variable in class magellan.library.impl.MagellanFactionImpl
contains the battles, this faction had in the current round, as Battle objects
BBoxes(MapMetric) - Constructor for class magellan.library.utils.transformation.BoxTransformer.BBoxes
Creates an empty set of boxes suited for the given metric.
BeanHandler(CRParser.BlockParser, String, CRParser.Type) - Constructor for class magellan.library.io.cr.CRParser.BeanHandler
Creates a bean handler that changes a property of a bean.
BeanShellEditor - Class in magellan.plugin.extendedcommands
A TextArea for BeanShell-Skripts.
BeanShellEditor() - Constructor for class magellan.plugin.extendedcommands.BeanShellEditor
Create the TextArea
BeanShellEditor.TabSizeEditorKit - Class in magellan.plugin.extendedcommands
 
BeanShellSyntaxDocument - Class in magellan.plugin.extendedcommands
Syntax-Highlighting for the BeanShell-Editor
BeanShellSyntaxDocument() - Constructor for class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
 
BeansprucheReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BeansprucheReader
 
BefoerderungReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BefoerderungReader
 
BEGIN_ACTION - Static variable in class magellan.client.swing.RemoveOrderDialog
 
BehindReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.BehindReader
 
BeklaueReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BeklaueReader
 
BelagereReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BelagereReader
 
belongsTo(Object) - Method in class magellan.library.utils.replacers.UnitSelection
DOCUMENT-ME
BenenneReader(OrderParser) - Constructor for class magellan.library.gamebinding.AllanonOrderParser.BenenneReader
 
BenenneReader(OrderParser) - Constructor for class magellan.library.gamebinding.e3a.E3AOrderParser.BenenneReader
 
BenenneReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BenenneReader
 
BenutzeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BenutzeReader
 
BeschreibeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BeschreibeReader
 
BestSkillComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on collections of Skill objects by comparing the best skills available in each set.
BestSkillComparator(Comparator<? super Skill>, Comparator<? super Skill>, Comparator<? super Skill>) - Constructor for class magellan.library.utils.comparator.BestSkillComparator
Creates a new BestSkillComparator object.
BetreteReader(OrderParser) - Constructor for class magellan.library.gamebinding.AllanonOrderParser.BetreteReader
 
BetreteReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BetreteReader
 
BewacheReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BewacheReader
 
BF_NORMAL - Static variable in class magellan.library.gamebinding.EresseaMovementEvaluator
The movement cost for normal movement
BF_RIDING - Static variable in class magellan.library.gamebinding.EresseaMovementEvaluator
The movement budget for riding units
BF_ROAD - Static variable in class magellan.library.gamebinding.EresseaMovementEvaluator
The movement cost for road movement
BF_WALKING - Static variable in class magellan.library.gamebinding.EresseaMovementEvaluator
The movement budget for walking units
binDir - Variable in class magellan.client.Client.Parameters
the program directory
BLANK - Static variable in class magellan.client.swing.map.AdvancedTextCellRenderer
 
Block - Interface in magellan.library.entities
 
BlockParser() - Constructor for class magellan.library.io.cr.CRParser.BlockParser
Creates a new parser.
BoardReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.BoardReader
 
bold - Variable in class magellan.client.preferences.DesktopShortCutPreferences.StrokeRenderer
 
bold - Variable in class magellan.client.preferences.IconPreferences.EmphasizeStyle
 
bold - Variable in class magellan.client.swing.tree.LineWrapCellRenderer
 
BOMReader - Class in magellan.library.io
Generic unicode textreader, which will use BOM mark to identify the encoding to be used.
BOMReader(InputStream, String) - Constructor for class magellan.library.io.BOMReader
 
Bookmark - Interface in magellan.library
 
Bookmark.BookmarkType - Enum in magellan.library
 
BookmarkBuilder - Interface in magellan.library
 
BookmarkDock - Class in magellan.client.utils
This is the old bookmark tool - now as a dock.
BookmarkDock() - Constructor for class magellan.client.utils.BookmarkDock
Creates a new BookmarkDialog object.
BookmarkImpl(Bookmark.BookmarkType) - Constructor for class magellan.library.impl.MagellanBookmarkBuilder.BookmarkImpl
 
BookmarkImpl(Selectable, String) - Constructor for class magellan.library.impl.MagellanBookmarkBuilder.BookmarkImpl
 
BookmarkManager - Class in magellan.client.utils
Manages setting an getting of Bookmarks.
- CTRL + F2 : place a bookmark on the current activeObject or removes it if already bookmarked
- F2 : go to next bookmark
- Shift + F2 : go to prior bookmark
BookmarkManager(EventDispatcher) - Constructor for class magellan.client.utils.BookmarkManager
Creates a new BookmarkManager object.
BOOKMARKMANAGER_LASTFILE - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: last file for loading/saving bookmarks
BOOKMARKS_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the BOOKMARKS component
Border - Interface in magellan.library
Container class for a region border based on its representation in a cr version > 45.
BORDER - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for border nodes
border1 - Variable in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer
 
border2 - Variable in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer
 
BorderCellRenderer - Class in magellan.client.swing.map
This renderer renders borders, like streets, coasts and the like.
BorderCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.BorderCellRenderer
Creates a new BorderCellRenderer object.
BORDERCELLRENDERER_USE_SEASON_IMAGES - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
BorderCellRenderer.Preferences - Class in magellan.client.swing.map
This Preferences dialog does nothing...
BorderNodeWrapper - Class in magellan.client.swing.tree
DOCUMENT-ME
BorderNodeWrapper(Border) - Constructor for class magellan.client.swing.tree.BorderNodeWrapper
Creates a new BorderNodeWrapper object.
borders() - Method in class magellan.library.impl.MagellanRegionImpl
Returns all borders of this region.
borders() - Method in interface magellan.library.Region
Returns all borders of this region.
BotschaftReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.BotschaftReader
 
boxes - Variable in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel.ColorPanel
 
boxes - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
BoxTransformer - Class in magellan.library.utils.transformation
This Translator puts all coordinates into a box.
BoxTransformer(BoxTransformer.BBoxes) - Constructor for class magellan.library.utils.transformation.BoxTransformer
Creates a new Transformer the puts all coordinates into the boxes.
BoxTransformer.BBox - Interface in magellan.library.utils.transformation
A bounding box in two dimensions.
BoxTransformer.BBoxes - Class in magellan.library.utils.transformation
A set of boxes for several layers.
branch - Variable in class magellan.library.utils.replacers.FilterSwitch
 
branches - Variable in class magellan.library.utils.replacers.IfBranchReplacer
 
BranchReplacer - Interface in magellan.library.utils.replacers
A Replacer that has branches (e.g. like an if-statment)
breakLines - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer
 
breakString(String, CellGeometry) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
 
brighterColor - Variable in class magellan.client.swing.map.AbstractTextCellRenderer
 
brighterColor - Variable in class magellan.client.swing.map.SignTextCellRenderer
 
BRPPreferences() - Constructor for class magellan.client.swing.BasicRegionPanel.BRPPreferences
Creates a new BRPPreferences object.
BT_STRASSE - Static variable in class magellan.library.gamebinding.EresseaConstants
Border type Straße
Bucket<E> - Class in magellan.library.utils
A LRU-like organized collection, i.e. calls to the add() method always insert elements at the front of the collection.
Bucket() - Constructor for class magellan.library.utils.Bucket
Creates a Bucket object with unlimited maximum size.
Bucket(int) - Constructor for class magellan.library.utils.Bucket
Creates a Bucket object with the specified maximum size.
buf - Variable in class magellan.client.swing.tree.LineWrapCellRenderer
 
buffer - Static variable in class magellan.client.swing.map.AdvancedTextCellRenderer
 
buffer - Variable in class magellan.library.utils.replacers.ListReplacer
 
build - Variable in class magellan.library.GameData
The "Build" attribute
build(BattleInfo.Builder, boolean) - Method in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
buildComparator(Comparator<? super Unit>, int[]) - Static method in class magellan.client.swing.tree.TreeHelper
 
buildDesktop(Map<String, Component>, File) - Method in class magellan.client.desktop.DFBInstance
This method builds the desktop.
buildDesktop(Map<String, Component>, File) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
buildFileHistoryMenu() - Method in class magellan.client.utils.FileHistory
Inserts the contents of the fileHistory bucket to the file history menu (it assumes that the menu has been cleared previously.
buildFromList(Comparator<S>[]) - Static method in class magellan.library.utils.comparator.tree.GroupingComparator
 
Building - Interface in magellan.library
A Building found in Atlantis reports.
BUILDING - magellan.library.Bookmark.BookmarkType
 
BUILDING_LINE - Static variable in class magellan.library.io.nr.NRParser
 
BuildingCellRenderer - Class in magellan.client.swing.map
A renderer for Building objects.
BuildingCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.BuildingCellRenderer
Creates a new BuildingCellRenderer object.
BuildingCellRenderer.BuildingCellRendererPreferences - Class in magellan.client.swing.map
This is the inner class used for the preferences
BuildingCellRendererPreferences(MapCellRenderer, Properties) - Constructor for class magellan.client.swing.map.BuildingCellRenderer.BuildingCellRendererPreferences
Creates a new BuildingCellRendererPreferences object.
BuildingIDMapping - Class in magellan.library.utils.mapping
 
BuildingIDMapping() - Constructor for class magellan.library.utils.mapping.BuildingIDMapping
 
BuildingInspector - Class in magellan.library.tasks
This class inspects buildings.
BuildingInspector(GameData) - Constructor for class magellan.library.tasks.BuildingInspector
 
buildingLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
BUILDINGMAINTENANCE - magellan.library.tasks.MaintenanceInspector.MaintenanceProblemTypes
 
BuildingMaintenanceOrder - Class in magellan.library.gamebinding
A virtual order for paying building maintenance in the region.
BuildingMaintenanceOrder() - Constructor for class magellan.library.gamebinding.BuildingMaintenanceOrder
 
BuildingOrderHandler(OrderParser) - Constructor for class magellan.library.gamebinding.AbstractOrderParser.BuildingOrderHandler
 
BUILDINGRENDERER_RENDER - Static variable in class magellan.library.utils.PropertiesHelper
 
buildings - Variable in class magellan.client.swing.map.BuildingCellRenderer.BuildingCellRendererPreferences
 
buildings - Variable in class magellan.library.CompleteData
 
buildings() - Method in class magellan.library.GameData
Deprecated.
buildings() - Method in class magellan.library.impl.MagellanRegionImpl
Returns an unmodifiable collection of all the buildings in this container.
buildings() - Method in interface magellan.library.Region
Returns an unmodifiable collection of all the buildings in this container.
BUILDINGS - Static variable in class magellan.client.utils.TreeBuilder
Buildings are interesting.
buildingSortIndex - Variable in class magellan.library.io.cr.CRParser.RegionParseState
 
BuildingType - Class in magellan.library.rules
Stores attributes for a type of building.
BuildingType(StringID) - Constructor for class magellan.library.rules.BuildingType
Creates a new BuildingType object.
BUILDINGTYPE - magellan.plugin.extendedcommands.ContainerType
 
BuildingTypeComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Building objects by comparing their types.
BuildingTypeComparator(Comparator<? super Building>) - Constructor for class magellan.library.utils.comparator.BuildingTypeComparator
Creates a new BuildingTypeComparator object.
buildingView() - Method in class magellan.library.CompleteData
 
buildingView() - Method in class magellan.library.EmptyData
 
buildingView() - Method in class magellan.library.GameData
Returns a modifiable view of the buildings.
buildPattern() - Static method in class magellan.library.GameDataMerger
 
buildPattern() - Static method in class magellan.library.io.AbstractReportParser
 
BuildReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.BuildReader
 
buildShortCutTable(Collection<Component>) - Method in class magellan.client.desktop.MagellanDesktop
Based on the components used by the desktop this method builds the KeyStroke-HashMap.
buildTree(DefaultMutableTreeNode, Collection<Region>, Collection<Unit>, Collection<Unit>, Map<ID, TreeNode>, Map<ID, TreeNode>, Map<ID, TreeNode>, Map<ID, TreeNode>, Comparator<? super Unit>, Map<EntityID, Alliance>, int[], GameData) - Method in class magellan.client.utils.TreeBuilder
DOCUMENT-ME
buildTree(DefaultMutableTreeNode, GameData) - Method in class magellan.client.utils.TreeBuilder
constructs a region tree from scratch
BULLETS_CLOSED - Static variable in class magellan.library.utils.MagellanImages
Closed node icon for (message) tree
BULLETS_LEAF - Static variable in class magellan.library.utils.MagellanImages
Leaf icon for (message) tree
BULLETS_OPEN - Static variable in class magellan.library.utils.MagellanImages
Open node icon for (message) tree
ButtonPanel() - Constructor for class magellan.client.swing.completion.MultiEditorOrderEditorList.ButtonPanel
Creates a new ButtonPanel object.
buttons - Variable in class magellan.client.preferences.IconColorMappingPreferences
 
buttons - Variable in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel.ColorPanel
 
buttons - Variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
buy - Variable in class magellan.client.swing.TradeOrganizer
 
buy - Variable in class magellan.client.swing.TradeOrganizerOld
 
BuyTable() - Constructor for class magellan.client.swing.TradeOrganizer.BuyTable
Creates a new BuyTable object.
BuyTable() - Constructor for class magellan.client.swing.TradeOrganizerOld.BuyTable
Creates a new BuyTable object.
BZ2_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Selects .bz2-files
BZIP2 - Static variable in class magellan.library.io.file.FileType
 
BZip2FileType - Class in magellan.library.io.file
A BZip2FileType represents file compressed with bzip2.

C

C_ARMOUR - Static variable in class magellan.library.gamebinding.EresseaConstants
Item category ID ARMOUR
C_HERBS - Static variable in class magellan.library.gamebinding.EresseaConstants
Item category ID HERBS
C_LUXURIES - Static variable in class magellan.library.gamebinding.EresseaConstants
Item category ID LUXURIES
C_MISC - Static variable in class magellan.library.gamebinding.EresseaConstants
Item category ID MISC
C_RANGED_WEAPONS - Static variable in class magellan.library.gamebinding.EresseaConstants
Item category ID DISTANCE WEAPONS
C_RESOURCES - Static variable in class magellan.library.gamebinding.EresseaConstants
Item category ID RESOURCES
C_WEAPONS - Static variable in class magellan.library.gamebinding.EresseaConstants
Item category ID WEAPONS
cache - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
 
cache - Variable in class magellan.library.impl.MagellanUnitContainerImpl
 
Cache - Class in magellan.library.utils
A class for caching data that is time consuming to compute or wasteful to allocate but frequently needed.
Cache() - Constructor for class magellan.library.utils.Cache
 
CacheableOrderEditor - Interface in magellan.library.utils.guiwrapper
This is a wrapper for the OrderEditor that is part of the Client package.
CacheHandler - Interface in magellan.library.utils
An interface to be implemented by all classes that want to be notified about cache clean-up.
calculateCoastBorders(GameData) - Static method in class magellan.library.utils.Regions
Checks all regions and recalculates the BitMap for the borders, where is ocean and where not
calculateInnerArea(JComponent, Rectangle) - Static method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
Calculates the usable area
calendar - Variable in class magellan.client.swing.DebugDock
 
calendar - Variable in class magellan.library.utils.logging.AbstractLogListener
 
cancel - Variable in class magellan.client.preferences.DesktopShortCutPreferences.TranslateStroke
 
cancel - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
cancel - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddTooltipDialog
 
cancel - Variable in class magellan.client.swing.TempUnitDialog
 
cancelButton - Variable in class magellan.client.utils.ErrorWindow
 
cancelCellEditing() - Method in class magellan.client.preferences.DesktopShortCutPreferences.KeyStrokeCellEditor
 
canLandInRegion(Ship, Region) - Method in class magellan.library.gamebinding.AllanonGameSpecificRules
 
canLandInRegion(Ship, Region) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
canLandInRegion(Ship, Region) - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
 
canLandInRegion(Ship, Region) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
canLandInRegion(Ship, Region) - Method in interface magellan.library.gamebinding.GameSpecificRules
This method checks if a ship can land in a specific region
canPlan(Ship) - Static method in class magellan.library.utils.ShipRoutePlanner
Returns true if the ship is complete and ship's owner belongs to a privileged faction.
canPlan(Unit) - Static method in class magellan.library.utils.UnitRoutePlanner
Returns true if this unit can move at all and is of a privileged faction.
canRide(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
canShow(GameData) - Static method in class magellan.client.swing.OrderWriterDialog
Returns true if the dialog can be show for the given data, i.e., if it has privileged factions.
canWalk(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
CAP_NO_HORSES - Static variable in interface magellan.library.gamebinding.MovementEvaluator
The unit does not possess horses
CAP_NO_HORSES - Static variable in interface magellan.library.Unit
CAP_UNSKILLED - Static variable in interface magellan.library.gamebinding.MovementEvaluator
The unit is not sufficiently skilled in horse riding
CAP_UNSKILLED - Static variable in interface magellan.library.Unit
capacity - Variable in class magellan.library.impl.MagellanShipImpl
The maximum payload of this ship in silver. 0 <= capacity <= getType().getCapacity() if the ship is damaged.
card - Variable in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
The layout which manages the mode cards
cardLayout - Variable in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
 
cards - Variable in class magellan.client.preferences.IconPreferences
 
caretAdapter - Variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
caretListeners - Variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
caretUpdate - Variable in class magellan.client.swing.completion.MarkedTextCompletionGUI
 
caretUpdate(CaretEvent) - Method in class magellan.client.completion.AutoCompletion
updates the completion gui when the user clicks inside editor or moves cursor.
caretUpdate(CaretEvent) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
 
cargo - Variable in class magellan.library.impl.MagellanShipImpl
the weight of the units and items on this ship in silver
cast - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
castleType - Variable in class magellan.library.io.nr.NRParser
 
CastleType - Class in magellan.library.rules
Stores attributes for a type of castle, that is, a building that influences the peasants.
CastleType(StringID) - Constructor for class magellan.library.rules.CastleType
Creates a new CastleType object.
CastReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.CastReader
 
catapultVictims - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
categorize - Variable in class magellan.client.swing.ArmyStatsDialog
 
categorize - Variable in class magellan.client.swing.ArmyStatsPanel
 
categorized - Variable in class magellan.client.swing.ArmyStatsPanel.WarLine
 
categorizeUnitItems(Collection<Unit>) - Method in class magellan.client.utils.Units
Calculates the amounts of all items of all units and records the amount in the itemCategoriesMap.
category - Variable in class magellan.library.rules.SkillType
 
Category - Class in magellan.library.rules
DOCUMENT-ME
Category(ID) - Constructor for class magellan.library.rules.Category
Creates a new Category object.
Category(ID, Category) - Constructor for class magellan.library.rules.Category
Creates a new Category object.
CELL_EDITOR - Static variable in interface magellan.client.swing.tree.Changeable
Flag to indicate that the element should be edited by a cell editor.
cellGeo - Variable in class magellan.client.swing.map.HexCellRenderer
The cell geometry used for rendering.
CellGeometry - Class in magellan.client.swing.map
A class holding the information necessary to describe the geometry of a map cell.
CellGeometry() - Constructor for class magellan.client.swing.map.CellGeometry
Creates a new CellGeometry object with no geometry data set.
CellGeometry(String) - Constructor for class magellan.client.swing.map.CellGeometry
Creates a new CellGeometry object initializing itself with the data available in the specified resource file.
CellObject - Interface in magellan.client.swing.tree
An interface serving as an abstraction layer between a tree cell renderer and the user object to render.
CellObject2 - Interface in magellan.client.swing.tree
A CellObject that supports a more flexible icon order.
CellRenderer - Class in magellan.client.swing.tree
TreeCellRenderer with stylesets.
CellRenderer(MagellanContext) - Constructor for class magellan.client.swing.tree.CellRenderer
Creates new CellRenderer
CELLRENDERER_CUSTOM_STYLESETS - Static variable in class magellan.library.utils.PropertiesHelper
Property type String:
CELLRENDERER_EMPHASIZE_STYLE - Static variable in class magellan.library.utils.PropertiesHelper
Property type String:
CELLRENDERER_SHOW_TOOLTIPS - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
CELLRENDERER_SKILL_ICON_TEXT_COLOR_MAP - Static variable in class magellan.library.utils.PropertiesHelper
Property type String:
CELLRENDERER_STYLESETS - Static variable in class magellan.library.utils.PropertiesHelper
Property type List:
CellRenderer.SameHeightBoxLayout - Class in magellan.client.swing.tree
A box layout assuring that all components have the same height.
cEnable - Variable in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
center(Component) - Static method in class magellan.client.utils.SwingUtils
Centers the given component on the current graphics configuration (i.e. on the current screen).
CENTER - Static variable in class magellan.client.swing.map.AbstractTextCellRenderer
DOCUMENT-ME
CENTER - Static variable in class magellan.client.swing.map.SignTextCellRenderer
DOCUMENT-ME
CenterLayout - Class in magellan.client.swing
Simple layout that arranges the first component of the container centered and spans the whole area if the corresponding mode is set.
centerWindow() - Method in class magellan.client.swing.MapSaverUI
This method sets the window dimension and positions the window to the center of the screen.
centerWindow() - Method in class magellan.client.swing.SetOriginDialog
This method sets the window dimension and positions the window to the center of the screen.
centerWindow() - Method in class magellan.library.utils.SetGirthDialog
This method sets the window dimension and positions the window to the center of the screen.
cForGUIs - Variable in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
Changeable - Interface in magellan.client.swing.tree
An interface signaling a context manager that this element can be edited.
changeColor() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
changeDialog() - Method in class magellan.client.swing.TempUnitDialog
 
changedToUnConfirmed() - Method in class magellan.client.event.OrderConfirmEvent
Deprecated.
(stm) does this belong here? Not needed any more (was used by EMapOverviewPanel).
changedUpdate(DocumentEvent) - Method in class magellan.client.swing.completion.OrderEditor
 
changedUpdate(DocumentEvent) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
 
ChangeFactionConfirmationAction - Class in magellan.client.actions.orders
DOCUMENT ME!
ChangeFactionConfirmationAction(Client, Faction, int, boolean, boolean) - Constructor for class magellan.client.actions.orders.ChangeFactionConfirmationAction
Creates a new ChangeFactionConfirmationAction object.
changeHotSpot - Variable in class magellan.client.swing.context.MapContextMenu
 
changeMetalBackground() - Method in class magellan.client.preferences.ClientLookAndFeelPreferences
 
changeName(String, String) - Method in class magellan.library.EmptyRules
 
changeName(String, String) - Method in interface magellan.library.Rules
Changes the name of an object identified by the given old name.
changeName(String, String) - Method in class magellan.library.rules.GenericRules
 
changeName(ID, String) - Method in class magellan.library.rules.GenericRules
Changes the name of an object identified by the specified id.
changeName(ID, String, Map<String, T>, Map<String, T>) - Static method in class magellan.library.rules.GenericRules
 
changePair() - Method in class magellan.client.preferences.IconColorMappingPreferences
 
changeSelState - Variable in class magellan.client.swing.context.MapContextMenu
 
check() - Method in class magellan.library.utils.Resources
Checks if all resource bundle contain the same set of keys.
checkBox - Variable in class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel
 
checkBox - Variable in class magellan.client.preferences.RegionOverviewPreferences.ExpandPanel
 
checkBox(int, String, String) - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
checkConnection() - Method in class magellan.library.io.file.FileType
Tests if an InputStream can be opened for this FileType.
checkConnection() - Method in class magellan.library.io.file.PipeFileType
 
checkConnection() - Method in class magellan.library.io.file.ZipFileType
 
checkDistArguments(Region, Region, Regions.RegionInfo, Regions.RegionInfo) - Method in class magellan.library.utils.Regions.MultidimensionalMetric
Should be called by Regions.MultidimensionalMetric.relax(Regions.RegionInfo, Regions.RegionInfo) to exclude some special cases.
checkedCast(Collection, Class<T>) - Static method in class magellan.library.utils.filters.CollectionFilters
Casts any collection to a generic collection.
checkFinal(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
Checks whether the token t is the end of line or a comment, i.e. the indicating a valid end of the order.
checkForMaterial(Item, int) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
checkForMaterials(Iterator<Item>) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Check for the necessary materials to produce an item considering all privileged factions in the current region
checkForMaterials(Iterator<Item>, int) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Check for the necessary materials to produce an item considering all privileged factions in the current region
checkIgnoreRegion(Region) - Method in class magellan.library.tasks.AbstractInspector
Returns false.
checkIgnoreUnit(Unit) - Method in class magellan.library.tasks.AbstractInspector
Returns false
checkIgnoreUnit(Unit, Problem) - Method in class magellan.library.tasks.AbstractInspector
Returns true iff this unit's orders contain AbstractInspector#getSuppressUnitComment(ProblemType).
checkIgnoreUnitContainer(UnitContainer) - Method in class magellan.library.tasks.AbstractInspector
Calls AbstractInspector.checkIgnoreUnit(Unit) for the container's owner unit.
checkInner() - Method in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
Subclasses may override this method if they want to check the content, which is in innerToken.
checkInner() - Method in class magellan.library.gamebinding.EresseaOrderParser.DefaultReader.DefaultChecker
 
checkInner() - Method in class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader.ZaubereSpruchChecker
 
checkItem(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns true if token represents an item.
checkJar(File) - Static method in class magellan.client.utils.MagellanFinder
Checks if the given file is a zip and contains a "magellan/client/Client.class".
checkJar(File) - Static method in class magellan.library.utils.MagellanFinder
Deprecated.
Checks if the given file is a zip and contains a "magellan/client/Client.class".
checkJar(String) - Static method in class magellan.client.utils.MagellanFinder
Checks if the given file is a zip and contains a "magellan/client/Client.class".
checkJar(String) - Static method in class magellan.library.utils.MagellanFinder
Deprecated.
Checks if the given file is a zip and contains a "magellan/client/Client.class".
checkMarkedText() - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
 
checkName(String) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
checkNameGen() - Method in class magellan.client.swing.TempUnitDialog
 
checkNext() - Method in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
checkNext() - Method in class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader.ZaubereSpruchChecker
 
checkNextFinal() - Method in class magellan.library.gamebinding.AbstractOrderParser
Checks whether the next token is the end of line or a comment, i.e. the indicating a valid end of the order.
checkPathToExpand(TreePath) - Method in class magellan.client.EMapOverviewPanel
Looks a path down from root to the leaf if to expand any segment
checkRegex() - Method in class magellan.client.swing.RemoveOrderDialog
 
checkSimpleObjects(MouseEvent, DefaultMutableTreeNode, Object) - Method in class magellan.client.swing.tree.ContextManager
 
checkVersion(File, Properties) - Static method in class magellan.library.utils.JECheck
Checks whether the version of the specified ECheck executable is valid and its output can be processed.
chkRootHandles - Variable in class magellan.client.preferences.ClientLookAndFeelPreferences
if selected, region overview's and faction stat's top nodes will have handles
chkSearchClassPath - Variable in class magellan.client.preferences.ResourcePreferences
 
chkSearchResources - Variable in class magellan.client.preferences.ResourcePreferences
 
chooser - Variable in class magellan.client.swing.HistoryAccessory
 
chooseZipEntry(ZipEntry[]) - Method in class magellan.library.io.file.FileTypeFactory.FileTypeChooser
Selects a ZipEntry.
cHotKey - Variable in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
cleanShutdown - Variable in class magellan.client.utils.ErrorWindow
 
cleanTranslations(GameData) - Method in class magellan.client.swing.CRWriterDialog
 
clear() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
DOCUMENT-ME
clear() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
DOCUMENT-ME
clear() - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
 
clear() - Static method in class magellan.client.utils.SelectionHistory
Empties the history.
clear() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Deletes all completions.
clear() - Method in class magellan.library.impl.MagellanOrdersImplementation
 
clear() - Method in class magellan.library.utils.Bucket
Empty bucket.
clear() - Method in class magellan.library.utils.Cache
Clears all members of this Cache.
clear() - Method in class magellan.library.utils.OrderedHashtable
Clears this hashtable so that it contains neither keys nor values.
clear() - Method in class magellan.library.utils.RadixTreeImpl
 
clear() - Method in class magellan.library.utils.TagMap
Deprecated.
 
clear() - Method in class magellan.library.utils.Translations
clear complete contents of the Translations
clear(CoordinateID) - Method in class magellan.client.swing.context.MapContextMenu
Right click on an area without an existing region... the assumed CordinateID is provided
CLEAR - magellan.plugin.extendedcommands.PlugInAction
 
CLEAR - Static variable in interface magellan.library.utils.replacers.Replacer
The "clear" keyword
clearBookmarks() - Method in class magellan.client.utils.BookmarkManager
Removes all bookmarks
clearBorders() - Method in class magellan.library.impl.MagellanRegionImpl
Removes all borders from this region.
clearBorders() - Method in interface magellan.library.Region
Removes all borders from this region.
clearBuffer() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
 
clearBuffer() - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
DOCUMENT-ME
clearBuffer() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Clears the collection of icons and indicates that it should be re-created.
clearCache() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
clearCache() - Method in interface magellan.library.HasCache
Releases the memory for the cache.
clearCache() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
clearCache() - Method in class magellan.library.impl.MagellanUnitImpl
 
clearCache(Cache) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
clearCache(Cache) - Method in interface magellan.library.utils.CacheHandler
Called if a cache is cleared.
clearCommandMap() - Method in class magellan.library.gamebinding.AbstractOrderParser
 
clearCommands() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
clearError(Object) - Method in class magellan.library.utils.logging.Logger
Stops remembering an object for Logger.errorOnce(Object).
clearFileHistoryMenu() - Method in class magellan.client.utils.FileHistory
Uses the current contents of the file history bucket to remove these menu items from the file history menu.
clearIngredients() - Method in class magellan.library.impl.MagellanPotionImpl
Removes all ingredients of this potion.
clearIngredients() - Method in interface magellan.library.Potion
Removes all ingredients of this potion.
clearItems() - Method in class magellan.library.impl.MagellanUnitImpl
Removes all items from this unit.
clearItems() - Method in interface magellan.library.Unit
Removes all items from this unit.
clearNodes() - Method in class magellan.client.swing.tree.AbstractNodeWrapperDrawPolicy
 
clearOpaque(Component) - Method in class magellan.client.desktop.MagellanDesktop
 
clearOrders() - Method in class magellan.library.impl.MagellanUnitImpl
Clears the orders
clearOrders() - Method in interface magellan.library.Unit
Clears the orders and refreshes the relations
clearOrders(boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
clearOrders(boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
clearRegionResources() - Method in class magellan.library.impl.MagellanRegionImpl
Removes all resources from this region.
clearRegionResources() - Method in interface magellan.library.Region
Removes all resources from this region.
clearRelations() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
clearRelations() - Method in class magellan.library.impl.MagellanUnitImpl
 
clearRelations() - Method in interface magellan.library.Related
Removes all relations.
clearRelations() - Method in interface magellan.library.Unit
 
clearSchemes() - Method in class magellan.library.impl.MagellanRegionImpl
Removes all schemes from this region.
clearSchemes() - Method in interface magellan.library.Region
Removes all schemes from this region.
clearSigns() - Method in class magellan.library.impl.MagellanRegionImpl
 
clearSigns() - Method in interface magellan.library.Region
Remove all signs
clearSkills() - Method in class magellan.library.impl.MagellanUnitImpl
Removes all skills from this unit.
clearSkills() - Method in interface magellan.library.Unit
Removes all skills from this unit.
clearTemps() - Method in class magellan.library.impl.MagellanUnitImpl
Clears the list of temp units created by this unit.
clearTemps() - Method in interface magellan.library.Unit
Clears the list of temp units created by this unit.
clearTranslations(EntityID) - Method in class magellan.library.EmptyData
 
clearTranslations(EntityID) - Method in class magellan.library.GameData
Removes all translations for Faction f.
clearUnusedContainers(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Clears the commands if there are now unitcontainers associated with this script
clearUnusedUnits(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Clears the commands if there are now units associated with this script
client - Variable in class magellan.client.actions.MenuAction
 
client - Variable in class magellan.client.utils.FileHistory
 
client - Variable in class magellan.library.utils.HTTPClient
The real client that makes everything
Client - Class in magellan.client
This class is the root of all evil.
Client(GameData, File, File, File, boolean, File) - Constructor for class magellan.client.Client
Creates a new Client object taking its data from gd.
Client(GameData, File, File, File, File) - Constructor for class magellan.client.Client
Creates a new Client object taking its data from gd.
CLIENT_LAST_CR_ADDED - Static variable in class magellan.library.utils.PropertiesHelper
 
CLIENT_LAST_SELECTED_ADD_CR_FILEFILTER - Static variable in class magellan.library.utils.PropertiesHelper
 
CLIENT_LAST_SELECTED_ADD_CR_FILEFILTER_ID - Static variable in class magellan.library.utils.PropertiesHelper
 
CLIENT_LAST_SELECTED_OPEN_CR_FILEFILTER - Static variable in class magellan.library.utils.PropertiesHelper
 
CLIENT_LAST_SELECTED_OPEN_CR_FILEFILTER_ID - Static variable in class magellan.library.utils.PropertiesHelper
 
CLIENT_LOOK_AND_FEEL - Static variable in class magellan.library.utils.PropertiesHelper
Property type String:
Client.Parameters - Class in magellan.client
Stores command line parameters
Client.ReportObserver - Class in magellan.client
Simple class to look for events changing the data.
ClientFilePreferences - Class in magellan.client.preferences
 
ClientFilePreferences(Client, Properties) - Constructor for class magellan.client.preferences.ClientFilePreferences
Creates a new HistoryPanel object.
ClientLookAndFeelPreferences - Class in magellan.client.preferences
This component serves the Look'n Feel Preferences
ClientLookAndFeelPreferences(Client, Properties) - Constructor for class magellan.client.preferences.ClientLookAndFeelPreferences
Creates a new LAndF object.
ClientMessagePreferences - Class in magellan.client.preferences
The preferences dialog for the message panel.
ClientMessagePreferences(MessagePanel) - Constructor for class magellan.client.preferences.ClientMessagePreferences
Creates a new Pref object.
ClientNameGeneratorPreferences - Class in magellan.client.preferences
 
ClientNameGeneratorPreferences(Client, Properties) - Constructor for class magellan.client.preferences.ClientNameGeneratorPreferences
Creates a new NameGenPrefAdapter object.
ClientPreferences - Class in magellan.client.preferences
This is the panel for the client settings.
ClientPreferences(Properties, Client) - Constructor for class magellan.client.preferences.ClientPreferences
Creates a new ClientPreferences object.
CLIENTPREFERENCES_DONT_SHOW_TABS - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean: If true, don't show tabs in docking layout.
CLIENTPREFERENCES_LOAD_LAST_REPORT - Static variable in class magellan.library.utils.PropertiesHelper
 
ClientTextEncodingPreferences - Class in magellan.client.preferences
This preferences dialog configures the textfile encoding properties of Magellan.
ClientTextEncodingPreferences(Properties) - Constructor for class magellan.client.preferences.ClientTextEncodingPreferences
 
cLimitMakeCompletion - Variable in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
CLIPBOARD - magellan.client.actions.file.SaveOrdersAction.Mode
save to clipboard
clipboardValue - Variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
clipboardValue - Variable in class magellan.client.swing.tree.UnitListNodeWrapper
 
clone() - Method in class magellan.client.swing.tree.GraphicsStyleset
Creates a shallow copy.
clone() - Method in class magellan.library.CoordinateID
Returns a copy of this CoordinateID object.
clone() - Method in class magellan.library.EmptyData
 
clone() - Method in class magellan.library.EntityID
Returns a copy of this EntityID object.
clone() - Method in class magellan.library.GameData
returns a clone of the game data (using CRWriter/CRParser trick encapsulated in Loader)
clone() - Method in interface magellan.library.ID
Returns a copy of this object.
clone() - Method in interface magellan.library.Identifiable
Returns a copy of this object identified by a copy of the orignial's id.
clone() - Method in class magellan.library.impl.MagellanDescribedImpl
Returns a copy of this described object.
clone() - Method in class magellan.library.impl.MagellanIdentifiableImpl
Returns a copy of this object identified by a copy of the orignial's id.
clone() - Method in class magellan.library.impl.MagellanNamedImpl
Returns a copy of this named object.
clone() - Method in class magellan.library.IntegerID
Returns a copy of this IntegerID object.
clone() - Method in class magellan.library.LongID
Returns a copy of this LongID object.
clone() - Method in class magellan.library.rules.Date
Creates a copy of this Date object.
clone() - Method in class magellan.library.rules.EresseaDate
Creates a copy of this Date object.
clone() - Method in class magellan.library.StringID
Returns a copy of this string id object.
clone() - Method in class magellan.library.UnitID
 
clone() - Method in class magellan.library.utils.OrderedHashtable
Creates a shallow copy of this hashtable.
clone() - Method in class magellan.plugin.extendedcommands.Script
 
clone(CoordinateID) - Method in class magellan.library.EmptyData
 
clone(CoordinateID) - Method in class magellan.library.GameData
Returns a clone of the game data (using CRWriter/CRParser trick encapsulated in Loader) and at the same time translates the origin to newOrigin.
clone(ReportTransformer) - Method in class magellan.library.EmptyData
 
clone(ReportTransformer) - Method in class magellan.library.GameData
Returns a clone of the game data (using CRWriter/CRParser trick encapsulated in Loader) and at the same time translates the new report.
cloneData(GameData) - Method in class magellan.client.swing.CRWriterDialog
 
cloneGameData(GameData) - Method in class magellan.library.io.cr.Loader
Creates a clone of the GameData using CRWriter/CRParser
cloneGameData(GameData, ReportTransformer) - Method in class magellan.library.io.cr.Loader
Creates a clone of the GameData using CRWriter/CRParser
cloneGameDataInMemory(GameData, CoordinateID) - Method in class magellan.library.io.cr.Loader
cloneGameDataInMemory(GameData, ReportTransformer) - Method in class magellan.library.io.cr.Loader
Clones the data and translates coordinates.
close - Variable in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
 
close() - Method in class magellan.client.utils.ErrorWindow
 
close() - Method in class magellan.client.utils.NameGenerator
 
close() - Method in class magellan.library.io.BOMReader
 
close() - Method in class magellan.library.io.cr.CRWriter
 
close() - Method in class magellan.library.utils.FixedWidthWriter
DOCUMENT-ME
close() - Method in class magellan.library.utils.JECheck
Closes the reader on the output of ECheck.
close(WindowEvent) - Method in interface magellan.library.utils.UserInterface.ClosingListener
Returns true if the dialog should be closed after receiving an event e of type WindowEvent.WINDOW_CLOSING.
closeTab(String, Tab) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
CLOSING - magellan.library.gamebinding.AbstractOrderParser.Type
 
closingToken - Variable in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
 
cmapping - Variable in class magellan.client.preferences.IconPreferences
 
cmplt() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Called to produce the basic completions when token has been read.
cmplt() - Method in class magellan.library.gamebinding.AllanonOrderCompleter
 
cmplt() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
 
cmplt() - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
 
cmplt() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
 
cmpltAllianz() - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
Complete ALLIANZ order
cmpltAttack() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
 
cmpltAttack() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Attack.
cmpltBeanspruche() - Method in class magellan.library.gamebinding.AllanonOrderCompleter
 
cmpltBeanspruche() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Beanspruche.
cmpltBeklaue() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Beklaue.
cmpltBelagere() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Belagere.
cmpltBenenne() - Method in class magellan.library.gamebinding.AllanonOrderCompleter
 
cmpltBenenne() - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
 
cmpltBenenne() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Benenne.
cmpltBenenneFremdeEinheit() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BenenneFremdeEinheit.
cmpltBenenneFremdePartei() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BenenneFremdePartei.
cmpltBenenneFremdes(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BenenneFremdes.
cmpltBenenneFremdesGebaeude() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BenenneFremdesGebaeude.
cmpltBenenneFremdesSchiff() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BenenneFremdesSchiff.
cmpltBenutze(int) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Benutze.
cmpltBeschreibe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Beschreibe.
cmpltBetrete() - Method in class magellan.library.gamebinding.AllanonOrderCompleter
 
cmpltBetrete() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Betrete.
cmpltBetreteBurg() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BetreteBurg.
cmpltBetreteSchiff() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BetreteSchiff.
cmpltBewache() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BEWACHE.
cmpltBezahle() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
 
cmpltBezahleNicht() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
 
cmpltBotschaft() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Botschaft.
cmpltBotschaftEinheit(boolean) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BotschaftEinheit.
cmpltBotschaftGebaeude() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BotschaftGebaeude.
cmpltBotschaftGebaeudeID() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BotschaftGebaeudeID.
cmpltBotschaftPartei() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BotschaftPartei.
cmpltBotschaftSchiff() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BotschaftSchiff.
cmpltBotschaftSchiffID() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command BotschaftSchiffID.
cmpltDescription() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Add completions for command Description.
cmpltDirection() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
 
cmpltFactions(String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Add completions for command Factions.
cmpltFahre(boolean) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Fahre.
cmpltFolge() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Folge.
cmpltFolgeEinheit(boolean) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command FolgeEinheit.
cmpltFolgeSchiff() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command FolgeSchiff.
cmpltForsche() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Forsche.
cmpltGib() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Gib.
cmpltGibJe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command GibJe.
cmpltGibUID(boolean) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command GibUID.
cmpltGibUIDAlles() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command GibUIDAlles.
cmpltGibUIDAmount() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command GibUIDAmount.
cmpltGibUIDAmount(UnitID, int, boolean) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command GibUIDAmount.
cmpltGruppe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Gruppe.
cmpltHelfe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Helfe.
cmpltHelfeFID() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command HelfeFID.
cmpltHelfeFIDModifier() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command HelfeFIDModifier.
cmpltId() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
Add completion for an ID.
cmpltItem(StringID...) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
 
cmpltKaempfe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Kaempfe.
cmpltKaempfeHelfe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command KaempfeHelfe.
cmpltKampfzauber(boolean, String, String) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Kampfzauber.
cmpltKampfzauberSpell() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command KampfzauberSpell.
cmpltKaufe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Kaufe.
cmpltKaufeAmount() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command KaufeAmount.
cmpltKeyword(StringID...) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
 
cmpltKontaktiere() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Kontaktiere.
cmpltLehre(boolean) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Lehre.
cmpltLerne() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Lerne.
cmpltLerneTalent(SkillType) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command LerneTalent.
cmpltLiefere() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Liefere.
cmpltLocale() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Locale.
cmpltMache() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
 
cmpltMache() - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
 
cmpltMache() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Mache.
cmpltMacheAmount() - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
 
cmpltMacheAmount() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command MacheAmount.
cmpltMacheBuilding(String) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command MacheBuilding.
cmpltMacheBurg() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command MacheBurg.
cmpltMacheSchiff() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command MacheSchiff.
cmpltMacheStrasse() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command MacheStrasse.
cmpltMacheTemp() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command MacheTemp.
cmpltMacheTempID() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command MacheTempID.
cmpltNach() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Nach.
cmpltNachDirection() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command NachDirection.
cmpltNeustart() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Neustart.
cmpltNumber(int, int) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
Add completions for a number between min and max (inclusively).
cmpltNummer() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Nummer.
cmpltNummerId() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
add completions for command NUMMER EINHEIT/BUILDING/SHIP ...
cmpltOption() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Option.
cmpltOptionOption() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command OptionOption.
cmpltPflanze() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Pflanze.
cmpltPflanze(int) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Pflanze.
cmpltPiraterie() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Piraterie.
cmpltPiraterieFID() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command PiraterieFID.
cmpltPraefix() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Praefix.
cmpltRekrutiere() - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
 
cmpltRekrutiere() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Rekrutiere.
cmpltRekrutiereAmount() - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
Complete REKTUTIERE x Rasse
cmpltReserviere() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Reserviere.
cmpltReserviereAmount() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command ReserviereAmount.
cmpltReserviereJe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command ReserviereJe.
cmpltRoute() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Route.
cmpltRouteDirection() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command RouteDirection.
cmpltSabotiere() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Sabotiere.
cmpltSortiere() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Sortiere.
cmpltSortiereHinter() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command SortiereHinter.
cmpltSortiereVor() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command SortiereVor.
cmpltSpioniere() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Spioniere.
cmpltStirb() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Stirb.
cmpltTarne(boolean) - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
Only TARNE PARTEI [NICHT] allowed in E3!
cmpltTarne(boolean) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Tarne.
cmpltTarnePartei() - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
 
cmpltTarnePartei() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command TarnePartei.
cmpltTarneParteiNummer() - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
 
cmpltTarneParteiNummer() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command TarneParteiNummer.
cmpltTransportiere(boolean) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Transportiere.
cmpltVergesse() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Vergesse.
cmpltVerkaufe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Verkaufe.
cmpltVerkaufeAlles() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command VerkaufeAlles.
cmpltVerkaufeAmount() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command VerkaufeAmount.
cmpltZaubere(boolean, boolean, boolean, boolean, String, String) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Zaubere.
cmpltZaubereRegion() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command ZaubereRegion.
cmpltZaubereRegionStufe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command ZaubereRegionStufe.
cmpltZaubereSpruch(Spell) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command ZaubereSpruch.
cmpltZaubereStufe() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command ZaubereStufe.
cmpltZeige() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Zeige.
cmpltZeigeAlle() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command ZeigeAlle.
cmpltZerstoere() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Zerstoere.
cmpltZerstoereStrasse() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command ZerstoereStrasse.
cmpltZuechte() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Add completions for command Zuechte.
colButton - Variable in class magellan.client.preferences.IconPreferences.EmphasizeStyle
 
COLLAPSE_FLAG - Static variable in class magellan.client.EMapOverviewPanel
DOCUMENT-ME
COLLAPSE_ONLY_EXPANDED - Static variable in class magellan.client.EMapOverviewPanel
DOCUMENT-ME
CollapsePanel() - Constructor for class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel
Creates a new CollapsePanel object.
collapseSelected() - Method in class magellan.client.EMapOverviewPanel
 
collator - Variable in class magellan.client.preferences.DesktopShortCutPreferences
 
collectCollapseInfo() - Method in class magellan.client.EMapOverviewPanel
Collections all information about nodes to be collapsed.
collectExpandInfo(Region, DefaultMutableTreeNode, TreePath) - Method in class magellan.client.EMapOverviewPanel
 
CollectionFactory - Class in magellan.library.utils
Creates collections.
CollectionFactory() - Constructor for class magellan.library.utils.CollectionFactory
 
CollectionFilters - Class in magellan.library.utils.filters
A tool box of methods to filter collections by class.
CollectionFilters() - Constructor for class magellan.library.utils.filters.CollectionFilters
 
color - Variable in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
 
color - Variable in class magellan.client.preferences.IconColorMappingPreferences.MapElement
 
colorMap - Static variable in class magellan.client.swing.tree.CellRenderer
DOCUMENT-ME
ColorMappingListCellRenderer() - Constructor for class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer
Creates a new ColorMappingListCellRenderer object.
ColorPainter() - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel.ColorPainter
Creates a new ColorPainter object.
ColorPanel() - Constructor for class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel.ColorPanel
Creates a new ColorPanel object.
ColorPanel() - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
Creates a new ColorPanel object.
colors - Variable in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel
 
colors - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
 
Colors - Class in magellan.client.utils
A class to unify encoding and decoding of colors stored in string representation (e.g. in magellan.ini).
Colors() - Constructor for class magellan.client.utils.Colors
 
ColorShowPanel() - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorShowPanel
Creates a new ColorShowPanel object.
ColorShowPanel(boolean) - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorShowPanel
Creates a new ColorShowPanel object.
ColorTable() - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
Creates a new ColorTable object.
columns - Variable in class magellan.plugin.groupeditor.GroupEditorTableModel
 
COMANDFILENAME - Static variable in class magellan.plugin.extendedcommands.ExtendedCommands
 
COMBAT_STATUS - Static variable in class magellan.client.swing.tree.TreeHelper
DOCUMENT-ME
COMBAT_STATUS_PART - Static variable in class magellan.library.io.nr.NRParser
 
combatContext - Variable in class magellan.client.EMapDetailsPanel
 
CombatOrder - Class in magellan.library.gamebinding
A combat status order (KÄMPFE).
CombatOrder(List<OrderToken>, String) - Constructor for class magellan.library.gamebinding.CombatOrder
 
CombatReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.CombatReader
 
CombatSpell - Interface in magellan.library
A class representing a combat spell set for a certain unit.
combatState - Variable in class magellan.client.swing.TempUnitDialog
 
combatStatus - Variable in class magellan.client.swing.TempUnitDialog
 
combatStatusPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
CombatStatusRelation - Class in magellan.library.relation
A relation indicating that the source unit changes its battle status
CombatStatusRelation(Unit, boolean, int) - Constructor for class magellan.library.relation.CombatStatusRelation
Creates a new CombatStatusRelation.
CombatStatusRelation(Unit, int, int) - Constructor for class magellan.library.relation.CombatStatusRelation
Creates a new CombatStatusRelation.
combatStatusToString(int) - Static method in class magellan.library.utils.MagellanFactory
Deprecated.
This is Eressea specific. Use GameSpecificStuff.getCombatStates().
combatStatusToString(Unit) - Static method in class magellan.library.utils.MagellanFactory
Returns a locale specific string representation of the specified unit combat status.
command - Variable in class magellan.library.utils.OrderReader
 
commands - Variable in class magellan.plugin.extendedcommands.ContainerPriorityComparator
 
commands - Variable in class magellan.plugin.extendedcommands.UnitPriorityComparator
 
COMMANDS_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the COMMANDS component
comment - Variable in class magellan.library.utils.OrderReader
 
COMMENT - Static variable in class magellan.client.actions.map.SaveSelectionAction
comment character
commentContext - Variable in class magellan.client.EMapDetailsPanel
 
commentHandle(String) - Method in class magellan.library.utils.OrderReader
 
comments - Variable in class magellan.library.impl.MagellanUnitContainerImpl
Comments modifiable by the user.
COMMENTS - Static variable in class magellan.client.utils.TreeBuilder
Comments are interesting.
commentStart - Variable in class magellan.library.utils.OrderWriter
 
COMMENTSTART - Static variable in class magellan.library.gamebinding.EresseaOrderChanger
 
COMPARABLE_COMAPRATOR - Static variable in class magellan.client.swing.table.TableSorter
Compares two objects that must implement Comparable (for a common T)
compare(Object, Object) - Method in class magellan.client.preferences.DesktopShortCutPreferences.ListenerComparator
 
compare(Object, Object) - Method in class magellan.library.gamebinding.AbstractOrderCompleter.IgnrCsComp
Compares Strings or completions case insensitively.
compare(String, String) - Method in class magellan.library.utils.NumberStringComparator
 
compare(Map<? extends ID, Skill>, Map<? extends ID, Skill>) - Method in class magellan.library.utils.comparator.BestSkillComparator
Compares its two arguments for order according to their skills.
compare(Map<? extends ID, Skill>, Map<? extends ID, Skill>) - Method in class magellan.library.utils.comparator.SpecifiedSkillTypeSkillComparator
Compares its two arguments for order according to their skills.
compare(Map<? extends ID, Skill>, Map<? extends ID, Skill>) - Method in class magellan.library.utils.comparator.TopmostRankedSkillComparator
Compares its two arguments for order according to their skills.
compare(KeyStroke, KeyStroke) - Method in class magellan.client.preferences.DesktopShortCutPreferences.KeyStrokeComparator
 
compare(ArmyStatsPanel.Armies, ArmyStatsPanel.Armies) - Method in class magellan.client.swing.ArmyStatsPanel.ArmyComparator
DOCUMENT-ME
compare(Alliance, Alliance) - Method in class magellan.library.utils.comparator.AllianceFactionComparator
Compares its two arguments for order with regard to their trust levels.
compare(Building, Building) - Method in class magellan.library.utils.comparator.BuildingTypeComparator
Compares its two arguments for order according to their types.
compare(Completion, Completion) - Method in class magellan.library.gamebinding.AbstractOrderCompleter.PrioComp
Compares to Completions by priority.
compare(CoordinateID, CoordinateID) - Method in class magellan.library.utils.Regions.AngleSorter
 
compare(Faction, Faction) - Method in class magellan.library.utils.comparator.FactionDetailComparator
Compares the exact trust levels of the two factions.
compare(Faction, Faction) - Method in class magellan.library.utils.comparator.FactionTrustComparator
Compares its two arguments for order with regard to their trust levels (one of FactionTrustComparator.PRIVILEGED, FactionTrustComparator.ALLIED, FactionTrustComparator.DEFAULT, or FactionTrustComparator.ENEMY.
compare(Island, Island) - Method in class magellan.library.utils.comparator.UnitIslandComparator
Compares two islands
compare(Item, Item) - Method in class magellan.library.utils.comparator.ItemCategoryComparator
 
compare(Message, Message) - Method in class magellan.library.utils.comparator.MessageTypeComparator
Compares its two arguments for order according to their types
compare(Named, Named) - Method in class magellan.library.utils.comparator.NameComparator
Compares its two arguments for order according to their names.
compare(Potion, Potion) - Method in class magellan.library.utils.comparator.PotionLevelComparator
Compares its two arguments for order according to their levels
compare(Region, Region) - Method in class magellan.library.utils.comparator.RegionIslandComparator
Compares its two arguments for order according to the islands they belong to.
compare(UnitRelation, UnitRelation) - Method in class magellan.library.gamebinding.EresseaRelationFactory.OrderPreferenceComparator
 
compare(MessageType, MessageType) - Method in class magellan.library.utils.comparator.MessageTypeSectionComparator
Compares its two arguments for order according to the sections they belong to.
compare(SkillType, SkillType) - Method in class magellan.library.utils.comparator.SkillTypeComparator
Deprecated.
Compares its two arguments for order according to their types.
compare(SkillType, SkillType) - Method in class magellan.library.utils.comparator.SkillTypeRankComparator
 
compare(Ship, Ship) - Method in class magellan.library.utils.comparator.ShipFactionComparator
Compares its two arguments for order according to their types.
compare(Ship, Ship) - Method in class magellan.library.utils.comparator.ShipTypeComparator
Compares its two arguments for order according to their types. ' *
compare(Skill, Skill) - Method in class magellan.library.utils.comparator.SkillByTypeComparator
Compares its two arguments for order according to their types.
compare(Skill, Skill) - Method in class magellan.library.utils.comparator.SkillComparator
Compares its two arguments for order according to the skill levels and days.
compare(Skill, Skill) - Method in class magellan.library.utils.comparator.SkillRankComparator
 
compare(Spell, Spell) - Method in class magellan.library.utils.comparator.SpellLevelComparator
Compares its two arguments for order according to their levels
compare(Unique, Unique) - Method in class magellan.library.utils.comparator.IDComparator
Compares its two arguments for order according to their ids.
compare(UnitContainer, UnitContainer) - Method in class magellan.library.utils.comparator.UnitContainerOwnerComparator
Compares its two arguments for order according to their ids.
compare(UnitContainer, UnitContainer) - Method in class magellan.plugin.extendedcommands.ContainerPriorityComparator
 
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.LinearUnitTempUnitComparator
Compares its two arguments for order according to their types.
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitCombatStatusComparator
Compares its two arguments for order according to the combat-status
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitFactionComparator
Compares its two arguments for order according to the factions they belong to.
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitFactionDisguisedComparator
Compares its two arguments for order according to the health-status
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitGroupComparator
Compares its two arguments for order according to the groups they belong to.
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitGuiseFactionComparator
Compares its two arguments for order according to the factions they are disguised as.
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitHealthComparator
Compares its two arguments for order according to the health-status.
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitPreferredFactionComparator
Compares two units, where unit one is regarded less than unit two if unit one belongs to the preferred faction, whereas unit two does not.
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitRegionComparator
Compares its two arguments for order according to the regions they belong to.
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitSkillComparator
Compares its two arguments for order according to their skills.
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitTempUnitComparator
Compares its two arguments for order according to their names.
compare(Unit, Unit) - Method in class magellan.library.utils.comparator.UnitTrustComparator
Compares its two arguments for order according to their factions' trust levels.
compare(Unit, Unit) - Method in class magellan.plugin.extendedcommands.UnitPriorityComparator
 
compare(Taggable, Taggable) - Method in class magellan.library.utils.comparator.TaggableComparator
Compares its two arguments for order according to the factions they belong to.
compare(T, T) - Method in class magellan.library.utils.comparator.NaturalOrderComparator
Deprecated.
 
compare(T, T) - Method in class magellan.library.utils.comparator.SortIndexComparator
Compares its two arguments for order according to their sort indices.
compare(T, T) - Method in class magellan.library.utils.comparator.ToStringComparator
Compares its two arguments for order according to their names.
compare(T, T) - Method in class magellan.library.utils.comparator.tree.GroupingComparator
Compares its two arguments.
compareImpl(Category, Category) - Static method in class magellan.library.rules.Category
 
compareTo(int, int, int, int) - Method in class magellan.library.utils.Regions.MultidimensionalDistance
Compares the distance (plus potential) first, the number of "non-plussed" regions on the path second, and the real distance third.
compareTo(Object) - Method in class magellan.library.CoordinateID
Defines the natural ordering of coordinates which is: Iff the z coordinates differ their difference is returned.
compareTo(Object) - Method in interface magellan.library.ID
Imposes a natural ordering on ID objects.
compareTo(Object) - Method in interface magellan.library.Identifiable
Imposes a natural ordering on Identifiable objects.
compareTo(Object) - Method in class magellan.library.impl.MagellanIdentifiableImpl
Imposes a natural ordering on Identifiable objects.
compareTo(Object) - Method in class magellan.library.impl.MagellanMessageImpl
 
compareTo(Object) - Method in class magellan.library.IntegerID
Imposes a natural ordering on IntegerID objects which is based on the natural ordering of the underlying integers.
compareTo(Object) - Method in class magellan.library.LongID
Imposes a natural ordering on LongID objects which is based on the natural ordering of the underlying integers.
compareTo(Object) - Method in class magellan.library.rules.AllianceCategory
Compares this category to another one according to the bitmask values.
compareTo(Object) - Method in class magellan.library.rules.CastleType
Imposes a natural ordering on CastleType objects according to their minimum size attribute.
compareTo(Object) - Method in class magellan.library.rules.Category
Imposes a natural ordering on ItemCategory objects.
compareTo(Object) - Method in class magellan.library.rules.Date
Imposes a natural ordering on date objects based on the numeric ordering of the integer date value.
compareTo(Object) - Method in class magellan.library.rules.ItemType
Compares this type to another type by name.
compareTo(Object) - Method in class magellan.library.StringID
Performs a lexicographical comparision between this object and another instance of class StringID.
compareTo(Object) - Method in class magellan.library.utils.Version
Compares this object with the specified object for order.
compareTo(LanguageDialog.Lang) - Method in class magellan.client.utils.LanguageDialog.Lang
Compares the String representations.
compareTo(EresseaRelationFactory.OrderInfo) - Method in class magellan.library.gamebinding.EresseaRelationFactory.OrderInfo
 
compareTo(Regions.MultidimensionalDistance) - Method in class magellan.library.utils.Regions.MultidimensionalDistance
 
compareTo(Regions.MultiDimensionalInfo) - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
compareTo(Score<K>) - Method in class magellan.library.utils.Score
Compares the score to another score.
compareTo(Units.StatItem) - Method in class magellan.library.utils.Units.StatItem
compare by type name
complete() - Method in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
Subclasses should call an appropriate method of getCompleter() here.
complete() - Method in class magellan.library.gamebinding.EresseaOrderParser.DefaultReader.DefaultChecker
 
complete() - Method in class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader.ZaubereSpruchChecker
 
complete(String) - Method in interface magellan.library.utils.RadixTree
Complete the a prefix to the point where ambiguity starts.
complete(String) - Method in class magellan.library.utils.RadixTreeImpl
Complete the a prefix to the point where ambiguity starts.
CompleteData - Class in magellan.library
An implementation of the GameData supporting all of the attributes defined there.
CompleteData(Rules) - Constructor for class magellan.library.CompleteData
Creates a new, empty CompleteData object.
CompleteData(Rules, String) - Constructor for class magellan.library.CompleteData
Creates a new CompleteData object.
completeId() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.BareHandler
 
completeId() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.IdHandler
 
completeId() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.TeachReader
 
completer - Variable in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
Completer - Interface in magellan.library.completion
DOCUMENT ME!
CompleterSettingsProvider - Interface in magellan.library.completion
DOCUMENT-ME
completeString(OrderToken, OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.StringHandler
 
completeString(OrderToken, OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.StudyReader
 
Completion - Class in magellan.library.completion
A class representing a possible completion of an incomplete order.
Completion(String) - Constructor for class magellan.library.completion.Completion
Creates a new Completion object.
Completion(String, int) - Constructor for class magellan.library.completion.Completion
Creates a new Completion object.
Completion(String, String) - Constructor for class magellan.library.completion.Completion
Creates a new Completion object.
Completion(String, String, int) - Constructor for class magellan.library.completion.Completion
Creates a new Completion object.
Completion(String, String, int, int) - Constructor for class magellan.library.completion.Completion
Creates a new Completion object.
Completion(String, String, String) - Constructor for class magellan.library.completion.Completion
Creates a new Completion object.
Completion(String, String, String, int) - Constructor for class magellan.library.completion.Completion
Creates a new Completion object.
Completion(String, String, String, int, int) - Constructor for class magellan.library.completion.Completion
Creates a new Completion object.
Completion(Completion) - Constructor for class magellan.library.completion.Completion
Creates a new Completion object as shallow copy of another one.
CompletionGUI - Interface in magellan.client.swing.completion
Simple base interface for all elements that show the user possible completions.
completions - Variable in class magellan.library.gamebinding.AbstractOrderCompleter
 
COMPLETIONSETTINGS_FILENAME - Static variable in class magellan.client.Client
Deprecated.
A separate completion file is no longer actively supported
Component(String, String) - Constructor for class magellan.library.impl.MagellanSpellImpl.Component
 
componentHidden(ComponentEvent) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
componentMoved(ComponentEvent) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
componentRequestFocus(String) - Method in class magellan.client.desktop.MagellanDesktop
The component with the ID id will gain the focus.
componentResized(ComponentEvent) - Method in class magellan.client.swing.MapperPanel.MinimapScaler
 
componentResized(ComponentEvent) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
Informs trees on size changes to recompute their row bounds.
componentShown(ComponentEvent) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
CompoundIterator<T> - Class in magellan.library.utils
An iterator that iterates over the union of two collections.
CompoundIterator(Collection<? extends T>...) - Constructor for class magellan.library.utils.CompoundIterator
 
compute(Object[]) - Method in class magellan.library.utils.replacers.AbstractOperator
Computes the result from the parameters in numbers and returns the result.
compute(Object[]) - Method in class magellan.library.utils.replacers.AdditionOperator
Adds two numbers given as arguments.
compute(Object[]) - Method in class magellan.library.utils.replacers.DivisionOperator
Divides the first argument number by the second.
compute(Object[]) - Method in class magellan.library.utils.replacers.MultiplicationOperator
Multiplies two numbers given as arguments.
compute(Object[]) - Method in class magellan.library.utils.replacers.SubtractionOperator
Subtracts the second number given as argument from the first one.
computeOneLineSize(FontMetrics) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
computeSize(JTree, BasicTreeUI, int) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
con - Variable in class magellan.client.swing.TempUnitDialog
 
configure(TradeOrganizer.SortableRegionTableModel.ColumnInfo...) - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
 
confirm(String, String) - Method in class magellan.client.swing.ProgressBarUI
 
confirm(String, String) - Method in class magellan.library.utils.NullUserInterface
 
confirm(String, String) - Method in interface magellan.library.utils.UserInterface
Opens a confirm dialog.
ConfirmAction - Class in magellan.client.actions.orders
DOCUMENT ME!
ConfirmAction(Client, EMapOverviewPanel) - Constructor for class magellan.client.actions.orders.ConfirmAction
Creates a new ConfirmAction object.
CONFIRMED - Static variable in class magellan.library.utils.OrderWriter
Marker for confirmed units
CONFIRMEDTEMP - Static variable in class magellan.library.utils.OrderWriter
Marker for confirmed TEMP units
CONFIRMEDTEMPCOMMENT - Static variable in class magellan.library.impl.MagellanUnitImpl
 
confirmedUnitsNotOverwritten - Variable in class magellan.library.gamebinding.GameSpecificOrderReader.Status
if doNotOverwriteConfirmedorders=true then this is a counter of the units which were protected by this setting and left unchanged
conMenu - Variable in class magellan.client.swing.map.Mapper
 
connect(Collection<Component>) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
construct() - Method in class magellan.library.impl.SpellBuilder
Creates a Spell object after it has been completely constructed
ConstructibleType - Class in magellan.library.rules
A type abstracting a unit container with building and maintenance costs.
ConstructibleType(StringID) - Constructor for class magellan.library.rules.ConstructibleType
 
container - Variable in class magellan.library.gamebinding.UCArgumentOrder
 
ContainerPriorityComparator - Class in magellan.plugin.extendedcommands
Compares two containers with their script priorities
ContainerPriorityComparator(ExtendedCommands) - Constructor for class magellan.plugin.extendedcommands.ContainerPriorityComparator
 
ContainerType - Enum in magellan.plugin.extendedcommands
An enum for all container types in this plugin.
contains(Object) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
contains(Object) - Method in class magellan.library.utils.Bucket
Check if an object is inside the bucket.
contains(String) - Method in interface magellan.library.utils.RadixTree
Check if the tree contains any entry corresponding to the given key.
contains(String) - Method in class magellan.library.utils.RadixTreeImpl
 
contains(String) - Method in class magellan.library.utils.Translations
Returns true if given String is already in this translations.
contains(List<AllianceState>, AllianceState) - Method in class magellan.plugin.groupeditor.AllianceStateComboBox
Checks, if this is already a state inside the given list.
CONTAINS_ACTION - Static variable in class magellan.client.swing.RemoveOrderDialog
 
containsAll(Collection<?>) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
containsAll(Collection<?>) - Method in class magellan.library.utils.Bucket
Check if a list of objects is inside the bucket.
containsAttribute(String) - Method in interface magellan.library.Addeable
Returns true if a value has been added for the given key.
containsAttribute(String) - Method in class magellan.library.GameData
 
containsAttribute(String) - Method in class magellan.library.impl.MagellanBorderImpl
 
containsAttribute(String) - Method in class magellan.library.impl.MagellanCombatSpellImpl
 
containsAttribute(String) - Method in class magellan.library.impl.MagellanGroupImpl
 
containsAttribute(String) - Method in class magellan.library.impl.MagellanHotSpotImpl
 
containsAttribute(String) - Method in class magellan.library.impl.MagellanIslandImpl
 
containsAttribute(String) - Method in class magellan.library.impl.MagellanMessageImpl
 
containsAttribute(String) - Method in class magellan.library.impl.MagellanPotionImpl
 
containsAttribute(String) - Method in class magellan.library.impl.MagellanRelatedImpl
 
containsAttribute(String) - Method in class magellan.library.impl.MagellanSchemeImpl
 
containsAttribute(String) - Method in class magellan.library.impl.MagellanSpellImpl
 
containsAttribute(String) - Method in class magellan.library.RegionResource
 
containsBuilding(Region, BuildingType) - Static method in class magellan.library.utils.Regions
Returns true if r contains a build with the specified type
containsHarbour(Region, Collection<BuildingType>) - Static method in class magellan.library.utils.Regions
 
containsKey(Object) - Method in class magellan.library.utils.RadixTreeImpl
 
containsKey(Object) - Method in class magellan.library.utils.TagMap
Deprecated.
 
containsRegionType(RegionType) - Method in class magellan.library.rules.BuildingType
Returns true if either no RegionType has been registered by BuildingType.addRegionType(RegionType) or if at least one RegionType has been registered and type is one of the allowed types.
containsTag(Object, String) - Method in class magellan.library.utils.ExternalTagMap
Deprecated.
DOCUMENT-ME
containsTag(String) - Method in class magellan.library.impl.MagellanGroupImpl
 
containsTag(String) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
containsTag(String) - Method in class magellan.library.impl.MagellanUnitImpl
 
containsTag(String) - Method in interface magellan.library.utils.Taggable
Returns true if there is a tag with key tag associated with this object.
containsTrustLevelsSetByUser(GameData) - Static method in class magellan.library.utils.TrustLevels
determines if the specified gamedata contains trust levels, that were set by the user explicitly or read from CR (which means the same)
containsValue(Object) - Method in class magellan.library.utils.RadixTreeImpl
 
containsValue(Object) - Method in class magellan.library.utils.TagMap
Deprecated.
 
content - Variable in class magellan.client.swing.ArmyStatsPanel
 
content - Variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
content - Variable in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
 
content - Variable in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
 
context - Variable in class magellan.client.swing.map.HexCellRenderer
 
context - Variable in class magellan.client.swing.map.Mapper
 
context - Variable in class magellan.client.swing.map.TradeTextCellRenderer
 
context - Variable in class magellan.client.swing.MapperPanel
 
CONTEXT_MENU - Static variable in interface magellan.client.swing.tree.Changeable
Flag to indicate that the element should be edited by a context menu.
ContextAction - Class in magellan.client.swing.context.actions
This class encapsulates basic functions for contextmenu actions.
ContextAction(Object, List<?>, EventDispatcher) - Constructor for class magellan.client.swing.context.actions.ContextAction
 
ContextAction(Object, EventDispatcher) - Constructor for class magellan.client.swing.context.actions.ContextAction
 
contextArgument - Variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
ContextChangeable - Interface in magellan.client.swing.context
Marks renderers that should be included in a context menu.
contextDataChanged() - Method in interface magellan.client.swing.context.ContextObserver
Called if the state has changed to notify the observer that it should be updated.
contextDataChanged() - Method in class magellan.client.swing.context.MapContextMenu
 
contextDataChanged() - Method in class magellan.client.swing.tree.NodeWrapperFactory
DOCUMENT-ME
contextFactory - Variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
ContextFactory - Interface in magellan.client.swing.context
Interface for automated context menu creation.
contextFailed(Component, MouseEvent) - Method in interface magellan.client.swing.tree.ContextListener
DOCUMENT-ME
ContextListener - Interface in magellan.client.swing.tree
DOCUMENT ME!
contextManager - Variable in class magellan.client.EMapDetailsPanel
 
ContextManager - Class in magellan.client.swing.tree
A context management class for trees.
ContextManager(JTree, EventDispatcher) - Constructor for class magellan.client.swing.tree.ContextManager
Creates new ContextManager
contextMenu - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
contextMenu - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer
 
contextMenu - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
 
contextMenu - Variable in class magellan.client.swing.tree.NodeWrapperFactory
 
ContextObserver - Interface in magellan.client.swing.context
Marks a class that should be notified of change by a context menu
ContextUnitFilter(List<?>) - Constructor for class magellan.client.EMapDetailsPanel.ContextUnitFilter
Creates a filter that accepts units that are in all regions occuring in context.
continueLine() - Method in class magellan.library.io.nr.NRParser
 
ControlRelation - Class in magellan.library.relation
A relation indicating that the source unit gives command to the target unit.
ControlRelation(Unit, Unit, int) - Constructor for class magellan.library.relation.ControlRelation
Creates a new ControlRelation object.
ConversionAction - Class in magellan.client.actions.extras
 
ConversionAction(Client) - Constructor for class magellan.client.actions.extras.ConversionAction
Creates the menu action.
ConversionAction.ConversionDialog - Class in magellan.client.actions.extras
A dialog with a text input field to input an ID.
ConversionDialog(Client, EventDispatcher, GameData, Properties) - Constructor for class magellan.client.actions.extras.ConversionAction.ConversionDialog
Create the dialog
convert(SelectionEvent, GameData) - Static method in class magellan.client.event.SelectionEvent
 
convertUmlauts(String) - Static method in class magellan.library.utils.Umlaut
Expand all umlauts in a string.
convexHull(Collection<CoordinateID>) - Static method in class magellan.library.utils.Regions
Computes the convex hull of a given set of coordinates.
COORD2 - Static variable in class magellan.library.io.nr.NRParser
 
coord2Pattern - Static variable in class magellan.library.io.nr.NRParser
 
COORD3 - Static variable in class magellan.library.io.nr.NRParser
 
coord3Pattern - Static variable in class magellan.library.io.nr.NRParser
 
CoordinateID - Class in magellan.library
A CoordinateID uniquely identifies a location in a three dimensional space by x-, y- and z-axis components.
CoordinateID.Triplet - Class in magellan.library
Convenience implementation of a mutable coordinate triplet.
coordPattern - Static variable in class magellan.library.io.AbstractReportParser
 
coords2Points(List<CoordinateID>, double[], double[]) - Static method in class magellan.library.utils.Regions
Converts the given coordinates to lists of map coordinates
copy() - Method in class magellan.client.swing.ArmyStatsPanel.Army
 
copy() - Method in class magellan.client.swing.ArmyStatsPanel.IslandArmy
 
copy() - Method in class magellan.client.utils.ProfileDialog
Copies an existing profile.
copy() - Method in class magellan.library.rules.EresseaDate
Creates a clone.
copy(File) - Static method in class magellan.library.io.file.CopyFile
Copies the given source file to a temporary file.
copy(File, File) - Static method in class magellan.library.io.file.CopyFile
Copies the given source file to the given destination.
CopyAction - Class in magellan.client.swing.context.actions
 
CopyAction(ID, List<?>, EventDispatcher) - Constructor for class magellan.client.swing.context.actions.CopyAction
 
CopyAction(ID, EventDispatcher) - Constructor for class magellan.client.swing.context.actions.CopyAction
 
CopyFile - Class in magellan.library.io.file
Handles backup generation for files.
copyInt(String, String) - Method in class magellan.library.merge.PropertyMerger
 
copyLineAction - Static variable in class magellan.client.swing.completion.OrderEditorKit
DOCUMENT-ME
CopyLineAction() - Constructor for class magellan.client.swing.completion.OrderEditorKit.CopyLineAction
Creates a new CopyLineAction object.
copyLineActionKeyStroke - Static variable in class magellan.client.swing.completion.OrderEditorKit
DOCUMENT-ME
copyNameID - Variable in class magellan.client.swing.context.MapContextMenu
 
copySkills(Unit, Unit) - Static method in class magellan.library.utils.MagellanFactory
Copies the skills of the given unit.
copySkills(Unit, Unit, boolean) - Static method in class magellan.library.utils.MagellanFactory
Copies the skills of the given unit.
copyStreams(InputStream, OutputStream) - Static method in class magellan.library.io.file.CopyFile
Reads everything from source and writes it to target and attempts to close them after reading.
copyStreams(InputStream, OutputStream, boolean) - Static method in class magellan.library.io.file.CopyFile
Reads everything from source and writes it to target.
copyToClipboard() - Method in class magellan.client.swing.OrderWriterDialog
 
copyToClipboard(Faction) - Method in class magellan.client.swing.OrderWriterDialog
 
CopyTree - Class in magellan.client.swing.tree
An extended JTree that supports CopyToClipboard by STRG+C and STRG+INSERT
CopyTree() - Constructor for class magellan.client.swing.tree.CopyTree
Creates a new object.
CopyTree(TreeModel) - Constructor for class magellan.client.swing.tree.CopyTree
Creates a new CopyTree object.
costs - Variable in class magellan.library.relation.RecruitmentRelation
Recruitment costs in silver
count - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
count - Variable in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
CountMap() - Constructor for class magellan.library.gamebinding.EresseaOrderChanger.CountMap
 
countPersons - Variable in class magellan.library.utils.replacers.UnitCountReplacer
 
cPanel - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
cPopup - Variable in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
CR - Static variable in class magellan.library.io.file.FileType
 
CR_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Selects .cr-files
create() - Method in interface magellan.library.gamebinding.ParserCache.Factory
 
create(int) - Static method in class magellan.library.IntegerID
Returns a (possibly) new IntegerID object.
create(int) - Static method in class magellan.library.LongID
Creates an ID with the specified value.
create(int, int) - Static method in class magellan.library.CoordinateID
Create a CoordinateID with a z-value of 0.
create(int, int, int) - Static method in class magellan.library.CoordinateID
Creates a new CoordinateID object.
create(long) - Static method in class magellan.library.LongID
Creates an ID with the specified value.
create(File) - Static method in class magellan.library.io.file.FileBackup
Returns the new backup file for the given file.
create(File, int) - Static method in class magellan.library.io.file.FileBackup
Returns the new backup file for the given file and backup level
create(File, File) - Static method in class magellan.library.io.file.FileBackup
Returns the new backup file for the given file.
create(File, File, int) - Static method in class magellan.library.io.file.FileBackup
Returns the new backup file for the given file.
create(Long) - Static method in class magellan.library.LongID
Returns a (possibly) new StringID object.
create(Object) - Static method in class magellan.client.event.SelectionEvent
Creates an empty selection event.
create(Object, Object, int) - Static method in class magellan.client.event.SelectionEvent
Select one arbitrary object
create(Object, Collection<Region>) - Static method in class magellan.client.event.SelectionEvent
Make a SelectionEvent.ST_REGIONS selection.
create(Object, List<? extends List<?>>) - Static method in class magellan.client.event.SelectionEvent
Creates a SelectionEvent.ST_DEFAULT SelectionEvent with all the details.
create(Object, SelectionEvent) - Static method in class magellan.client.event.SelectionEvent
Copies an event to an event with a new source.
create(Object, HasRegion) - Static method in class magellan.client.event.SelectionEvent
Select a single HasRegion.
create(Object, HasRegion, Collection<? extends HasRegion>) - Static method in class magellan.client.event.SelectionEvent
Select a number of HasRegions with one active object
create(Object, Region) - Static method in class magellan.client.event.SelectionEvent
Select a single region.
create(Object, Region, Collection<Region>) - Static method in class magellan.client.event.SelectionEvent
Select a number of Regions with one active Region
create(String) - Static method in class magellan.library.IntegerID
Creates a (possibly) new IntegerID object by parsing the specified string for a decimal integer.
create(String) - Static method in class magellan.library.LongID
Creates an id with the integer represented by s.
create(String) - Static method in class magellan.library.StringID
Returns a (possibly) new StringID object.
create(String, String) - Static method in class magellan.library.tasks.ProblemType
Creates a new problem type.
create(CoordinateID) - Static method in class magellan.library.CoordinateID
Creates a CoordinateID identical to c.
CREATE_ISLANDS - Static variable in class magellan.client.utils.TreeBuilder
Islands should be displayed.
createAlignPanel() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
createAlliance(EntityID, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a new AllianceGroup
createArmies(GameData) - Method in class magellan.client.swing.ArmyStatsPanel
 
createArmies(GameData, Collection<Region>) - Method in class magellan.client.swing.ArmyStatsPanel
 
createArmies(GameData, Collection<Region>, boolean) - Method in class magellan.client.swing.ArmyStatsPanel
 
createBackup - Variable in class magellan.library.io.file.FileType
 
createBattle(CoordinateID) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Battle
createBattle(CoordinateID, boolean) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Battle
createBBox() - Method in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
 
createBBox() - Method in class magellan.library.gamebinding.EresseaMapMetric
 
createBBox() - Method in interface magellan.library.gamebinding.MapMetric
Returns a bounding box suited for this coordinate system.
createBookmark() - Static method in class magellan.library.utils.MagellanFactory
 
createBookmark(GameData, String, String, String) - Static method in class magellan.library.utils.MagellanFactory
 
createBookmark(Selectable) - Static method in class magellan.library.utils.MagellanFactory
 
createBookmarkMenu() - Method in class magellan.client.Client
 
createBorder(IntegerID) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Border
createBorder(IntegerID, int, String, int) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Border
createBorderlessJSplitPane(int) - Static method in class magellan.client.swing.ui.UIFactory
 
createBorderlessJSplitPane(int, Component, Component) - Static method in class magellan.client.swing.ui.UIFactory
DOCUMENT-ME
createBorderNodeWrapper(Border) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for a border (street, wall, etc.)
createBranchReplacer(BranchReplacer, StringTokenizer, ReplacerFactory, String, ReplacerSystem) - Static method in class magellan.library.utils.replacers.DefinitionMaker
 
createBuilding(EntityID, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Building
createCombatSpell(IntegerID) - Static method in class magellan.library.utils.MagellanFactory
Creates a new CombatSpell
createContextMenu() - Method in class magellan.client.swing.map.TradeTextCellRenderer
 
createContextMenu(EventDispatcher, GameData, Object, SelectionEvent, DefaultMutableTreeNode) - Method in interface magellan.client.swing.context.ContextFactory
Creates an appropriate context menu
createContextMenu(EventDispatcher, GameData, Object, SelectionEvent, DefaultMutableTreeNode) - Method in class magellan.client.swing.context.UnitContainerContextFactory
Creates a context menu based on the type of argument.
createContextMenu(EventDispatcher, GameData, Object, SelectionEvent, DefaultMutableTreeNode) - Method in class magellan.client.swing.context.UnitContextFactory
 
createContextMenu(EventDispatcher, GameData, UnitContainer, Collection<?>) - Method in interface magellan.client.swing.context.UnitContainerContextMenuProvider
Creates a JMenuItem.
createContextMenu(EventDispatcher, GameData, UnitContainer, Collection<?>) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
createContextMenu(EventDispatcher, GameData, Unit, Collection<?>) - Method in interface magellan.client.swing.context.UnitContextMenuProvider
Creates a JMenuItem.
createContextMenu(EventDispatcher, GameData, Unit, Collection<?>) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
createCrTempFile() - Static method in class magellan.library.io.file.CopyFile
Identical to CopyFile.createTempFile("magellan", ".tmp.cr").
CREATED - Static variable in class magellan.client.event.TempUnitEvent
An event indicating that a temp unit was created.
createDefault(StringViewMap, Map<String, View>) - Method in class magellan.client.desktop.DFBInstance
Creates a default Docking layout set.
createDefaultDocument() - Method in class magellan.plugin.extendedcommands.BeanShellEditor.TabSizeEditorKit
 
createDefaultLayout(String, boolean) - Static method in class magellan.client.desktop.DockingLayout
Creates the default layout.
createDefaultPairs() - Method in class magellan.client.preferences.IconColorMappingPreferences
 
createDefaultTableHeader() - Method in class magellan.client.swing.AlchemyDialog.AlchemyTable
Creates multiline headers with tooltips.
createDefinition(String, String, ReplacerFactory) - Method in class magellan.library.utils.replacers.DefinitionMaker
Parses defStr and sets up a replacers system accordingly.
createDefinition(String, String, ReplacerFactory, String) - Static method in class magellan.library.utils.replacers.DefinitionMaker
Parses defStr and sets up a replacers system accordingly.
createDefinitionString(GraphicsStyleset) - Static method in class magellan.client.swing.tree.CellRenderer
 
createDescribeUnitContainerOrder(UnitContainer, Unit, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
createDescribeUnitOrder(String, Unit) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
createDescribeUnitPrivateOrder(String, Unit) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
createDescriptionPanel(String, Component) - Static method in class magellan.client.swing.map.HexCellRenderer
 
createDesktopMenu(Map<String, Component>, Properties, ActionListener) - Method in class magellan.client.desktop.DFBInstance
This method creates the desktop menu.
createDesktopMenu(Map<String, Component>, Properties, ActionListener) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
createDistanceCoordinate(CoordinateID) - Method in class magellan.library.CoordinateID
Creates the distance coordinate from this coordinate to the given coordinate
createEditedTable() - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
createEditMenu() - Method in class magellan.client.Client
 
createEncodingReader(InputStream, String) - Static method in class magellan.library.io.file.FileType
Creates a Reader.
createEncodingWriter(OutputStream, String) - Static method in class magellan.library.io.file.FileType
Creates a Writer with the specified encoding.
createEntity(I, GameData) - Method in class magellan.library.merge.EntityMerger
 
createEntity(IntegerID, GameData) - Method in class magellan.library.merge.IslandMerger
 
createEntityID(int, int) - Static method in class magellan.library.EntityID
Returns a (possibly) new EntityID object.
createEntityID(String, int) - Static method in class magellan.library.EntityID
Constructs a new entity id parsing the specified string for an integer using the specified radix.
createEntityID(String, int, int) - Static method in class magellan.library.EntityID
Constructs a new entity id parsing the specified string for an integer using the specified radix.
createExtrasMenu() - Method in class magellan.client.Client
 
createFaction(EntityID, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Faction
createFactionNodeWrapper(Faction, Region, Map<EntityID, Alliance>) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for a faction.
createFileMenu() - Method in class magellan.client.Client
 
createFileType(File, boolean) - Method in class magellan.library.io.file.FileTypeFactory
Creates an InputStreamSourceFileType of the given file name.
createFileType(File, boolean, FileTypeFactory.FileTypeChooser) - Method in class magellan.library.io.file.FileTypeFactory
Creates an InputStreamSourceFileType of the given file name.
createFilter(Object) - Method in class magellan.library.utils.replacers.FilterSwitch
 
createFontPanel(JPanel) - Method in class magellan.client.preferences.ClientLookAndFeelPreferences
 
createFullSetPanel() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
createGameData(String) - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
This is a callback interface to let the GameSpecificStuff create the GameData object.
createGameData(String) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
createGameData(String) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
This is a callback interface to let the GameSpecificStuff create the GameData object.
createGameData(String) - Method in class magellan.library.gamebinding.EresseaSpecificStuff
This is a callback interface to let the GameSpecificStuff create the GameData object.
createGameData(String) - Method in interface magellan.library.gamebinding.GameSpecificStuff
Return a GameData object for the specified game
createGameData(String) - Method in class magellan.library.io.GameDataReader
Creates a new GameData based on the gamename rules.
createGroup(IntegerID, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Group
createGroup(IntegerID, GameData, String) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Group
createGroup(IntegerID, GameData, String, Faction) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Group
createGroupNodeWrapper(Group) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for a group.
createHideOrder(Unit, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
createInfinity(CoordinateID) - Method in interface magellan.library.utils.Regions.Metric
Creates an entry with infinite distance for the specified node.
createInfinity(CoordinateID) - Method in class magellan.library.utils.Regions.MultidimensionalMetric
 
createInfinity(Region) - Static method in class magellan.library.utils.Regions.MultiDimensionalInfo
Returns a new info with infinite distance for the region.
createInputStream() - Method in class magellan.library.io.file.BZip2FileType
 
createInputStream() - Method in class magellan.library.io.file.FileType
Creates an InputStream for the underlying file.
createInputStream() - Method in class magellan.library.io.file.GZipFileType
 
createInputStream() - Method in class magellan.library.io.file.InputStreamSourceFileType
 
createInputStream() - Method in class magellan.library.io.file.PipeFileType
 
createInputStream() - Method in class magellan.library.io.file.ZipFileType
 
createInputStreamSourceFileType(File) - Method in class magellan.library.io.file.FileTypeFactory
Creates an InputStreamSourceFileType of the given file name.
createIsland(IntegerID, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Island
createIslandNodeWrapper(Island) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for an island.
createItem(String, int) - Method in class magellan.plugin.battleanalyzer.BattleInfo
Constructs an item.
createItemDrawPolicy(Properties, String) - Method in class magellan.client.swing.tree.ItemNodeWrapper
 
createItemNodeWrapper(Item) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for an item without unit.
createItemNodeWrapper(ItemCategory, int, String) - Method in class magellan.client.swing.tree.NodeWrapperFactory
 
createItemNodeWrapper(Unit, Units.StatItem) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for an item.
createItemNodeWrapper(Unit, Units.StatItem, long) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for an item.
createKey(Unit, UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
createKeyComponents(AutoCompletion) - Method in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
createLAndFPanel(JPanel) - Method in class magellan.client.preferences.ClientLookAndFeelPreferences
 
createLibrary(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
 
createList() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
createListModel() - Method in class magellan.client.preferences.IconColorMappingPreferences
 
createListReplacer(StringTokenizer, ReplacerFactory, String, ReplacerSystem) - Static method in class magellan.library.utils.replacers.DefinitionMaker
 
createMap() - Static method in class magellan.library.utils.CollectionFactory
 
createMap(int) - Static method in class magellan.library.utils.CollectionFactory
 
createMap(int, float) - Static method in class magellan.library.utils.CollectionFactory
 
createMapContextMenu(EventDispatcher, GameData) - Method in interface magellan.client.swing.context.MapContextMenuProvider
creates a JMenuItem.
createMapContextMenu(EventDispatcher, GameData) - Method in class magellan.plugin.MagellanMapEditPlugIn
Creates the Context-MenuItem (after Right-Click on Map)
createMapMenu() - Method in class magellan.client.Client
 
createMenu() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
createMessage(String) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Message
createMessage(IntegerID) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Message
createMessage(IntegerID, String) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Message
createMessage(IntegerID, MessageType, Map<String, String>) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Message
createMessage(Message) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Message
createMiscPanel(JPanel) - Method in class magellan.client.preferences.ClientLookAndFeelPreferences
 
createNamingOrder(String, Unit) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
createNamingOrder(UnitContainer, String, Unit) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
createNavPanel() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
createNewLayout(String) - Method in class magellan.client.desktop.DFBInstance
This method creates a new layout with the given name and the default settings.
createNewLayout(String) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
createNewTable() - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
createNodeWrapper(ArmyStatsPanel.PartUnit) - Method in class magellan.client.swing.ArmyStatsPanel
 
createNullContainer(GameData) - Static method in class magellan.library.utils.MagellanFactory
Returns a null object.
createOrder(String) - Method in class magellan.library.impl.MagellanUnitImpl
 
createOrder(String) - Method in interface magellan.library.Unit
Parses the given order line and returns a corresponding order.
createOrder(Unit, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
createOrder(Unit, String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
createOrder(Unit, String) - Method in interface magellan.library.gamebinding.OrderChanger
Turns line of text into an Order object.
createOrderedMap() - Static method in class magellan.library.utils.CollectionFactory
 
createOrderedMap(int) - Static method in class magellan.library.utils.CollectionFactory
 
createOrderedMap(int, float) - Static method in class magellan.library.utils.CollectionFactory
 
createOrdersMenu() - Method in class magellan.client.Client
 
createOutputStream() - Method in class magellan.library.io.file.BZip2FileType
 
createOutputStream() - Method in class magellan.library.io.file.FileType
Creates an OutputStream for the underlying file.
createOutputStream() - Method in class magellan.library.io.file.GZipFileType
 
createOutputStream() - Method in class magellan.library.io.file.InputStreamSourceFileType
 
createOutputStream() - Method in class magellan.library.io.file.PipeFileType
 
createOutputStream() - Method in class magellan.library.io.file.ZipFileType
 
createPair() - Method in class magellan.client.preferences.IconColorMappingPreferences
 
createParameterReplacer(ParameterReplacer, StringTokenizer, ReplacerFactory, String, ReplacerSystem) - Static method in class magellan.library.utils.replacers.DefinitionMaker
 
createPopup() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
createPopup() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
createPopupMenu(DockingWindow) - Method in class magellan.client.desktop.MagellanPopupMenuFactory
 
createPotion(IntegerID) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Potion
createPotionNodeWrapper(Potion) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for a potion.
createPotionNodeWrapper(Potion, String, String) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for a potion with the given name and appendix to the name.
createPreferencesAdapter() - Method in class magellan.client.Client
Returns an adapter for the preferences of this class.
createPreferencesAdapter() - Method in class magellan.client.desktop.MagellanDesktop
 
createPreferencesAdapter() - Method in class magellan.client.EMapDetailsPanel
 
createPreferencesAdapter() - Method in class magellan.client.EMapOverviewPanel
 
createPreferencesAdapter() - Method in class magellan.client.swing.MapperPanel
 
createPreferencesAdapter() - Method in interface magellan.client.swing.preferences.PreferencesFactory
Creates the component for the preferences.
createPreferencesAdapter() - Method in class magellan.client.swing.tasks.TaskTablePanel
 
createPreferencesAdapter() - Method in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
createPreferencesAdapter() - Method in class magellan.client.swing.tree.NodeWrapperFactory
 
createPreferencesAdapter() - Method in class magellan.client.utils.IconAdapterFactory
 
createPreferencesAdapter() - Method in class magellan.client.utils.PluginSettingsFactory
 
createPreferencesAdapter() - Method in class magellan.client.utils.ResourceSettingsFactory
DOCUMENT-ME
createProblem(GameData, Battle, Faction, Region, Unit, Object, MessageInspector) - Static method in class magellan.library.tasks.ProblemFactory
 
createProblem(GameData, Message, Faction, Region, Unit, Object, MessageInspector) - Static method in class magellan.library.tasks.ProblemFactory
 
createProblem(Problem.Severity, ProblemType) - Static method in class magellan.library.tasks.ProblemFactory
Creates a dummy problem without object, inspector, or line.
createProblem(Problem.Severity, ProblemType, Region, Unit, Faction, Object, Inspector, String, int) - Static method in class magellan.library.tasks.ProblemFactory
Creates a problem with all parameters given;
createProblem(Problem.Severity, ProblemType, UnitContainer, Inspector) - Static method in class magellan.library.tasks.ProblemFactory
Creates a problem without line.
createProblem(Problem.Severity, ProblemType, UnitContainer, Inspector, int) - Static method in class magellan.library.tasks.ProblemFactory
Creates a problem.
createProblem(Problem.Severity, ProblemType, Unit, Inspector) - Static method in class magellan.library.tasks.ProblemFactory
Creates a problem without line.
createProblem(Problem.Severity, ProblemType, Unit, Inspector, int) - Static method in class magellan.library.tasks.ProblemFactory
Creates a problem.
createProblem(Problem.Severity, ProblemType, Unit, Inspector, String, int) - Static method in class magellan.library.tasks.ProblemFactory
Creates a problem.
createProfile() - Method in class magellan.client.utils.ProfileDialog
Adds a new profile.
createReader() - Method in class magellan.library.io.file.FileType
Creates a Reader for this FileType.
createReader() - Method in class magellan.library.io.file.PipeFileType
 
createRegion(CoordinateID, GameData) - Method in class magellan.library.io.nr.NRParser
 
createRegion(CoordinateID, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Region
createRegionArmies(Region, boolean) - Method in class magellan.client.swing.ArmyStatsPanel
 
createRegionNode(Region, NodeWrapperFactory, Map<EntityID, Alliance>, Map<ID, TreeNode>, Map<ID, TreeNode>, Map<ID, TreeNode>, Comparator<? super Unit>, int[], GameData, boolean) - Method in class magellan.client.swing.tree.TreeHelper
Creates the subtree for one region with units (sorted by faction or other criteria), ships, buildings, borders etc.
createRegionNodeWrapper(Region) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for a region.
createRegionNodeWrapper(Region, long) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for a region including a number (of persons).
createRelationNodeWrapper(Unit, UnitRelation, CellObject) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit relation.
createRelationNodeWrapper(Unit, UnitRelation, CellObject2) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit relation.
createRelations(Region) - Method in class magellan.library.gamebinding.EresseaRelationFactory
 
createRelations(Region) - Method in interface magellan.library.gamebinding.RelationFactory
 
createRelations(Unit, int) - Method in class magellan.library.gamebinding.EresseaRelationFactory
Deprecated. 
createReplacer(String) - Method in class magellan.library.utils.replacers.DefaultReplacerFactory
Looks up and instanciates a replacer.
createReplacer(String) - Method in interface magellan.library.utils.replacers.ReplacerFactory
Return an instance for the given name.
createReplacer(String) - Static method in class magellan.library.utils.replacers.ReplacerHelp
Returns a replacer for the given definition string, using the default separator § and unknown result "-?".
createReplacer(String, String) - Static method in class magellan.library.utils.replacers.ReplacerHelp
Returns a replacer for the given definition string, using the default separator § and given unknown result.
createReplacer(String, String, String) - Static method in class magellan.library.utils.replacers.ReplacerHelp
Parses defStr and sets up a replacers system accordingly.
createReplacer(String, StringTokenizer, ReplacerFactory, String, ReplacerSystem) - Static method in class magellan.library.utils.replacers.DefinitionMaker
 
createRootWindow(Map<String, Component>, File) - Method in class magellan.client.desktop.DFBInstance
This method tries to setup the infonode docking framework.
createRuleBase(GameData) - Method in class magellan.client.swing.ArmyStatsPanel
 
createScheme(CoordinateID) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Scheme
createScript(Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
 
createScript(UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
 
createSetPanel() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
createShip(EntityID, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Ship
createSimpleDrawPolicy(Properties, String) - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
DOCUMENT-ME
createSimpleDrawPolicy(Properties, String) - Method in class magellan.client.swing.tree.SimpleNodeWrapper
 
createSimpleDrawPolicy(Properties, String) - Method in class magellan.client.swing.tree.UnitListNodeWrapper
 
createSimpleNodeWrapper(Object, String) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates new SimpleNodeWrapper with one icon and generated text.
createSimpleNodeWrapper(Object, String, String) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates new SimpleNodeWrapper with one icon and given text.
createSimpleNodeWrapper(Object, String, Collection<String>) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates new SimpleNodeWrapper with several icons and given text.
createSimpleNodeWrapper(Object, Collection<String>) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates new SimpleNodeWrapper with multiple icons and generated text.
createSkillNodeWrapper(Unit, Skill, Skill) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for a skill.
createSpell(StringID, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a new spell.
createSpellNodeWrapper(CombatSpell) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for a combat spell.
createSpellNodeWrapper(Spell) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a node for a spell.
createStatItem(Item) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Create a StatItem matching an items type and amount
createString(ReplacerSystem, Region) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
 
createStylesContainer() - Method in class magellan.client.preferences.DetailsViewOrderEditorPreferences
 
createSubList(int, CoordinateID, CoordinateID, List<Sorted>, int, int) - Method in class magellan.client.swing.map.Mapper
Creates a sublist of regions to render according to the state of the given int.
createSwitchBranchReplacer(BranchReplacer, StringTokenizer, ReplacerFactory, String, ReplacerSystem) - Static method in class magellan.library.utils.replacers.DefinitionMaker
 
createSyncMap() - Static method in class magellan.library.utils.CollectionFactory
 
createSyncMap(int) - Static method in class magellan.library.utils.CollectionFactory
 
createSyncMap(int, float) - Static method in class magellan.library.utils.CollectionFactory
 
createSyncOrderedMap() - Static method in class magellan.library.utils.CollectionFactory
 
createSyncOrderedMap(int) - Static method in class magellan.library.utils.CollectionFactory
 
createSyncOrderedMap(int, float) - Static method in class magellan.library.utils.CollectionFactory
 
createSyncOrderedMap(Map<K, V>) - Static method in class magellan.library.utils.CollectionFactory
 
createTable() - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
Creates the table out of the GUI mask.
createTemp(GameData, UnitID) - Method in class magellan.library.impl.MagellanUnitImpl
Creates a new temp unit with this unit as the parent.
createTemp(GameData, UnitID) - Method in interface magellan.library.Unit
Creates a new temp unit with this unit as the parent.
createTempFile() - Static method in class magellan.library.io.file.CopyFile
Identical to createTempFile("magellan", null).
createTempFile(String) - Static method in class magellan.library.io.file.CopyFile
Identical to createTempFile(prefix, null).
createTempID(GameData, Properties, Unit) - Static method in class magellan.library.UnitID
Creates a temp id.
createTempUnit() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList.ButtonPanel
 
createTempUnit(UnitID, MagellanUnitImpl) - Static method in class magellan.library.utils.MagellanFactory
Creates a new TempUnit
createTexts() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
createTitle(Unit, UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
createTreeBuilder() - Method in class magellan.client.EMapOverviewPanel
 
createTrees() - Method in class magellan.client.swing.ArmyStatsPanel
 
createUnit(UnitID, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Unit
createUnitContainerNodeWrapper(UnitContainer) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit container.
createUnitContainerNodeWrapper(UnitContainer, boolean, boolean) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit container with extended options.
createUnitContainerNodeWrapper(UnitContainer, boolean, boolean, String) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit container with extended options.
createUnitContainerNodeWrapper(UnitContainer, String) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit container.
createUnitID(int, int) - Static method in class magellan.library.UnitID
Constructs a new UnitID object based on the specified Integer and specified radix.
createUnitID(String, int) - Static method in class magellan.library.UnitID
Constructs a new UnitID object by parsing the specified string.
createUnitID(String, int, int) - Static method in class magellan.library.UnitID
Constructs a new UnitID object by parsing the specified string.
createUnitListNodeWrapper(String, String, Collection<Unit>, String) - Method in class magellan.client.swing.tree.NodeWrapperFactory
 
createUnitNodeWrapper(Unit) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit.
createUnitNodeWrapper(Unit, long) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit.
createUnitNodeWrapper(Unit, long, int) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit.
createUnitNodeWrapper(Unit, String) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit.
createUnitNodeWrapper(Unit, String, long, int) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Creates a wrapper node for a unit.
createVoid(CoordinateID, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a void Region
createWrapper(CoordinateID, Region, GameData) - Static method in class magellan.library.utils.MagellanFactory
Creates a new Region
createWriter(String) - Method in class magellan.library.io.file.FileType
Creates a backup of the underlying file and returns a Writer for this.
createWriter(String) - Method in class magellan.library.io.file.PipeFileType
A PipeFileType does not create backups.
createWriter(String, int) - Method in class magellan.library.io.file.FileType
Creates a backup of the underlying file and returns a Writer for this.
createWriter(String, int) - Method in class magellan.library.io.file.PipeFileType
A PipeFileType does not create backups.
createZero(CoordinateID) - Method in interface magellan.library.utils.Regions.Metric
Creates an entry with zero distance for the specified node.
createZero(CoordinateID) - Method in class magellan.library.utils.Regions.MultidimensionalMetric
 
createZeroUnit(Region) - Static method in class magellan.library.utils.MagellanFactory
Creates a new ZeroUnit
createZipFileType(File, boolean, FileTypeFactory.FileTypeChooser) - Method in class magellan.library.io.file.FileTypeFactory
This method either loads a Zipfile and checks it content for a CR file or it creates a new Zipfile by using ZipOutputStream to create a new ZipFile with one entry.
CRGameNameIO - Class in magellan.library.io.cr
The purpose of this class is to try to read the game name from a cr report file.
CRGameNameIO() - Constructor for class magellan.library.io.cr.CRGameNameIO
 
criterion - Variable in class magellan.library.utils.replacers.IfBranchReplacer
 
crop(List<Completion>, List<OrderToken>) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Filters all Completion objects from list, that do not match the last word in txt, usually the order entered so far.
crParser - Variable in class magellan.library.io.cr.CRParser.BlockParser
 
CRParser - Class in magellan.library.io.cr
Parser for cr-files.
CRParser(UserInterface) - Constructor for class magellan.library.io.cr.CRParser
Creates a new parser.
CRParser(UserInterface, CoordinateID) - Constructor for class magellan.library.io.cr.CRParser
CRParser(UserInterface, ReportTransformer) - Constructor for class magellan.library.io.cr.CRParser
Creates a new parser.
CRParser.BeanHandler - Class in magellan.library.io.cr
A handler that accesses java bean properties.
CRParser.BeanState - Interface in magellan.library.io.cr
A Parse state that can be used by CRParser.BeanHandler.
CRParser.BlockParser - Class in magellan.library.io.cr
A class to parse a block by reading properties and blocks using a scanner.
CRParser.ParseState - Interface in magellan.library.io.cr
A state object that is maintained by the parser.
CRParser.RegionDefaultTagHandler - Class in magellan.library.io.cr
The fallback handler for regions.
CRParser.RegionParseState - Class in magellan.library.io.cr
A ParseState for regions.
CRParser.RegionTagHandler - Class in magellan.library.io.cr
A handler that handles tags or blocks in a region block ("REGION").
CRParser.TagHandler - Class in magellan.library.io.cr
A class that handles individual tags or blocks as they are read by the parser.
CRParser.Type - Enum in magellan.library.io.cr
The bean type
CRParser.UnitDefaultTagHandler - Class in magellan.library.io.cr
The fallback handler for unit tags.
CRParser.UnitParseState - Class in magellan.library.io.cr
A ParseState for parsing unit blocks ("EINHEIT").
CRParser.UnitTagHandler - Class in magellan.library.io.cr
A handler that handles unit tags or blocks.
CRWriter - Class in magellan.library.io.cr
A class for writing game data, or parts of it, to a stream in the computer report format.
CRWriter(GameData, UserInterface, Writer) - Constructor for class magellan.library.io.cr.CRWriter
Creates a CR writer which uses the specified writer.
CRWriter(GameData, UserInterface, FileType, String) - Constructor for class magellan.library.io.cr.CRWriter
Creates a CR writer that writes to the specified file.
CRWriter(GameData, UserInterface, FileType, String, int) - Constructor for class magellan.library.io.cr.CRWriter
Creates a CR writer that writes to the specified file.
CRWriterDialog - Class in magellan.client.swing
A GUI for writing a CR to a file or copy it to the clipboard.
CRWriterDialog(Frame, boolean, GameData, Properties) - Constructor for class magellan.client.swing.CRWriterDialog
Create a new CRWriterDialog object as a dialog with a parent window.
CRWriterDialog(Frame, boolean, GameData, Properties, Collection<Region>) - Constructor for class magellan.client.swing.CRWriterDialog
Create a new CRWriterDialog object as a dialog with a parent window and a set of selected regions.
CRWriterDialog(GameData) - Constructor for class magellan.client.swing.CRWriterDialog
Create a stand-alone instance of CRWriterDialog.
CS_AGGRESSIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
CS_DEFENSIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
CS_FLEE - Static variable in class magellan.library.gamebinding.EresseaConstants
CS_FRONT - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The front line combat status
CS_FRONT - Static variable in class magellan.library.gamebinding.EresseaConstants
CS_HELPNOT - Static variable in class magellan.library.gamebinding.EresseaConstants
The EresseaConstants.O_COMBAT_HELP NOT combat status
CS_HELPYES - Static variable in class magellan.library.gamebinding.EresseaConstants
CS_INIT - Static variable in class magellan.library.gamebinding.EresseaConstants
"undefined" value for combat status
CS_NOT - Static variable in class magellan.library.gamebinding.EresseaConstants
CS_REAR - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The rear line combat status
CS_REAR - Static variable in class magellan.library.gamebinding.EresseaConstants
cShowPanel - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
cSId - Variable in class magellan.library.io.nr.NRParser
 
CSPELL_PART - Static variable in class magellan.library.io.nr.NRParser
 
cspellPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
CSPELLS_PART - Static variable in class magellan.library.io.nr.NRParser
 
cspellsPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
curList - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
CURRENT_PROFILE - Static variable in class magellan.client.utils.ProfileManager
 
currentFaction - Variable in class magellan.library.utils.OrderReader
 
CurrentMaxValue(Integer) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.CurrentMaxValue
 
CurrentMaxValue(String) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.CurrentMaxValue
 
currentRegion - Variable in class magellan.library.utils.OrderReader
 
currentStep - Variable in class magellan.client.swing.StartWindow
 
currentUnit - Variable in class magellan.library.utils.OrderReader
 
currentUnitChanged() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList.ButtonPanel
Updates the buttons according to the current unit.
curSort - Variable in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
 
curTempID - Variable in class magellan.library.GameData
The current TempUnit-ID.
curText - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
cycleBackward() - Method in class magellan.client.completion.AutoCompletion
Selects the previous completion in the list, if available.
cycleCompletion(JTextComponent, Collection<Completion>, String, int) - Method in interface magellan.client.swing.completion.CompletionGUI
Called to cycle through multiple completions.
cycleCompletion(JTextComponent, Collection<Completion>, String, int) - Method in class magellan.client.swing.completion.ListCompletionGUI
sets the currently selected index in the list
cycleCompletion(JTextComponent, Collection<Completion>, String, int) - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
DOCUMENT-ME
cycleCompletion(JTextComponent, Collection<Completion>, String, int) - Method in class magellan.client.swing.completion.NoneCompletionGUI
DOCUMENT-ME
cycleForward() - Method in class magellan.client.completion.AutoCompletion
Selects the next completion in the list, if available.

D

damageRatio - Variable in class magellan.library.impl.MagellanShipImpl
The ratio to which degree this ship is damaged.
data - Variable in class magellan.client.swing.InternationalizedDataDialog
 
data - Variable in class magellan.client.swing.map.BuildingCellRenderer.BuildingCellRendererPreferences
 
data - Variable in class magellan.client.swing.map.HexCellRenderer
The game data this renderer may use for additional information on what and how to render.
data - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.ImExportDialog
 
data - Variable in class magellan.library.impl.MagellanUnitContainerImpl
The game data this unit capsule refers to.
dataChanged() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
DOCUMENT-ME
DataMapping - Interface in magellan.library.utils.mapping
A class that produces mappings from one game data into another.
dataReport - Variable in class magellan.library.utils.ReportMerger
 
date - Variable in class magellan.library.GameData
The 'round' this game data belongs to.
Date - Class in magellan.library.rules
This class represents a Magellan Date.
Date(int) - Constructor for class magellan.library.rules.Date
Creates new Date
DATE_LINE - Static variable in class magellan.library.io.nr.NRParser
 
dateLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
dead - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
debug(Component) - Static method in class magellan.client.Client
Returns a String representing all parts of the component for debugging.
debug(Object) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.DEBUG level.
debug(Object, Throwable) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.DEBUG level.
debug(String) - Method in class magellan.client.swing.DebugDock
 
DEBUG - Static variable in class magellan.library.utils.logging.Logger
Debug messages are printed for debugging purposes
DEBUG_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the DEBUG component
DebugDock - Class in magellan.client.swing
This is a small listener dock that prints all log events to a textarea.
DebugDock() - Constructor for class magellan.client.swing.DebugDock
 
decimalToHexadecimal(long) - Static method in class magellan.library.utils.Utils
Returns the hex value of a decimal number
decode(String) - Static method in class magellan.client.utils.Colors
Decode a string with three integers separated by ";" to a Color.
def - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
def - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
 
DEFAULT - magellan.library.utils.Encoding
Default Encoding
DEFAULT - Static variable in class magellan.library.utils.comparator.FactionTrustComparator
The "default" trust level
DEFAULT - Static variable in class magellan.library.utils.comparator.IDComparator
The default IDComparator.
DEFAULT - Static variable in class magellan.library.utils.comparator.NameComparator
The default NameComparator without a subComparator
DEFAULT - Static variable in class magellan.library.utils.comparator.ToStringComparator
The default NameComparator without a subComparator
DEFAULT_BACKUP_LEVEL - Static variable in class magellan.library.io.file.FileBackup
this is normally a bad idea, but we allow this global
DEFAULT_COMPARATOR - Static variable in class magellan.library.utils.comparator.FactionTrustComparator
A convenient constant providing a comparator that just compares the trust level (privilegd,allied,default,enemy)
DEFAULT_COMPARATOR - Static variable in class magellan.library.utils.comparator.TaggableComparator
 
DEFAULT_COMPARATOR - Static variable in class magellan.library.utils.comparator.UnitTrustComparator
The comparator without subComparator, used as fall back.
DEFAULT_EMAIL - Static variable in class magellan.client.swing.OrderWriterDialog
 
DEFAULT_ENCODING - Static variable in class magellan.library.io.file.FileType
A String representation of the default encoding.
DEFAULT_FACTION_KEY - Static variable in class magellan.client.swing.map.RegionShapeCellRenderer
The default value for factionKey.
DEFAULT_FIXED_WIDTH - Static variable in class magellan.client.swing.OrderWriterDialog
 
DEFAULT_LAF - Static variable in class magellan.client.Client
 
DEFAULT_MAILSERVER_PORT - Static variable in class magellan.client.swing.OrderWriterDialog
 
DEFAULT_PAINTMODE_KEY - Static variable in class magellan.client.swing.map.RegionShapeCellRenderer
The default value for paintKey.
DEFAULT_PART - Static variable in class magellan.library.io.nr.NRParser
 
DEFAULT_PRIORITY - Static variable in class magellan.library.completion.Completion
Field DEFAULT_PRIORITY The default priority value, lower priority comes first
DEFAULT_REGION_KEY - Static variable in class magellan.client.swing.map.RegionShapeCellRenderer
The default value for regionKey.
DEFAULT_SERVER_ADDRESS - Static variable in class magellan.client.swing.OrderWriterDialog
 
DEFAULT_STYLE - Static variable in class magellan.client.swing.tree.CellRenderer
DEFAULT TYPE
DEFAULT_SUBJECT - Static variable in class magellan.client.swing.OrderWriterDialog
 
DEFAULT_TOOLTIP - Static variable in class magellan.client.swing.map.Mapper
Default tooltip
DEFAULT_TOOLTIP_DEFINITION - Static variable in class magellan.client.swing.map.Mapper
Deprecated.
DefaultChecker() - Constructor for class magellan.library.gamebinding.EresseaOrderParser.DefaultReader.DefaultChecker
 
defaultFactory - Static variable in class magellan.library.utils.replacers.ReplacerHelp
 
defaultHandle(String) - Method in class magellan.library.utils.OrderReader
 
defaultIcon - Static variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
defaultIcon - Static variable in class magellan.client.swing.tree.UnitListNodeWrapper
 
defaultListener - Variable in class magellan.client.swing.DebugDock
 
DefaultNodeWrapper - Class in magellan.client.swing.tree
A default implementation of a node wrapper for convenience.
DefaultNodeWrapper() - Constructor for class magellan.client.swing.tree.DefaultNodeWrapper
 
defaultPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
DefaultReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.DefaultReader
 
defaultRenderer - Variable in class magellan.client.swing.tree.LineWrapCellRenderer
 
defaultRenderer - Variable in class magellan.client.swing.tree.MixedTreeCellRenderer
 
DefaultRendererPreferencesAdapter(MapCellRenderer) - Constructor for class magellan.client.swing.map.HexCellRenderer.DefaultRendererPreferencesAdapter
Creates a new DefaultRendererPreferencesAdapter object.
DefaultReplacerFactory - Class in magellan.library.utils.replacers
DOCUMENT ME!
DefaultReplacerFactory() - Constructor for class magellan.library.utils.replacers.DefaultReplacerFactory
Creates new DefaultReplacerFactory
DefaultReplacerFactory.ReplacerInfo - Class in magellan.library.utils.replacers
 
deferPainting(boolean) - Method in class magellan.client.swing.map.Mapper
Activates or de-activates deferred painting after loading and scaling images.
DefinitionMaker - Class in magellan.library.utils.replacers
DOCUMENT ME!
DefinitionMaker() - Constructor for class magellan.library.utils.replacers.DefinitionMaker
Creates new DefinitionMaker
defText - Variable in class magellan.client.swing.BasicRegionPanel.BRPPreferences
 
delete - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
delete(String) - Method in interface magellan.library.utils.RadixTree
Delete a key and its associated value from the tree.
delete(String) - Method in class magellan.library.utils.RadixTreeImpl
 
deleteAllTags() - Method in class magellan.library.impl.MagellanGroupImpl
 
deleteAllTags() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
deleteAllTags() - Method in class magellan.library.impl.MagellanUnitImpl
 
deleteAllTags() - Method in interface magellan.library.utils.Taggable
Remove all tags from this object.
deleteCurrentLayout() - Method in class magellan.client.desktop.DFBInstance
Deletes the current layout and selects the first layout.
deleteCurrentLayout() - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
deleteEmptyFactions(GameData) - Method in class magellan.client.swing.CRWriterDialog
 
deletePairs() - Method in class magellan.client.preferences.IconColorMappingPreferences
 
deleteTemp(UnitID, GameData) - Method in class magellan.library.impl.MagellanUnitImpl
Removes a temp unit with this unit as the parent completely from the game data.
deleteTemp(UnitID, GameData) - Method in interface magellan.library.Unit
Removes a temp unit with this unit as the parent completely from the game data.
deleteTempUnit() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList.ButtonPanel
 
DELETING - Static variable in class magellan.client.event.TempUnitEvent
An event indicating that a temp unit is about to be deleted.
DELIMITER - Static variable in class magellan.client.actions.map.SaveSelectionAction
delimiter used for coordinates
delStats(GameData) - Method in class magellan.client.swing.CRWriterDialog
 
DemolishReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.DemolishReader
 
deprecatedCapacity - Variable in class magellan.library.impl.MagellanShipImpl
Deprecated.
replaced by capacity
deprecatedLoad - Variable in class magellan.library.impl.MagellanShipImpl
Deprecated.
replaced by cargo
DESCENDING - Static variable in class magellan.client.swing.table.TableSorter
Descending sort order.
Described - Interface in magellan.library
An interface granting access to the description of an object.
descript - Variable in class magellan.client.swing.TempUnitDialog
 
description - Variable in class magellan.client.swing.EresseaFileFilter
 
description - Variable in class magellan.library.impl.MagellanDescribedImpl
 
DESCRIPTION_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the DESCRIPTION component
DescriptionReplacer - Class in magellan.library.utils.replacers
Replacer returning the description of Described objects.
DescriptionReplacer() - Constructor for class magellan.library.utils.replacers.DescriptionReplacer
Creates a new DescriptionReplacer object.
DescriptionReplacer(boolean) - Constructor for class magellan.library.utils.replacers.DescriptionReplacer
Creates new DescriptionReplacer
DESKTOP_ENABLE_WORKSPACE_CHOOSER - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean: If true, show workspace chooser
DESKTOP_SPLITSET - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: Name of the used Splitset
DESKTOP_TYPE - Static variable in class magellan.library.utils.PropertiesHelper
Property type String: Name of the used desktop type (SPLIT)
DesktopEnvironment - Class in magellan.client.desktop
DOCUMENT ME!
DesktopEnvironment() - Constructor for class magellan.client.desktop.DesktopEnvironment
 
DesktopPreferences - Class in magellan.client.preferences
Encapsulates the preferences tab for the desktop.
DesktopPreferences(MagellanDesktop, Client, Properties, DockingFrameworkBuilder) - Constructor for class magellan.client.preferences.DesktopPreferences
Creates a new DesktopPreferences object.
DesktopShortCutPreferences - Class in magellan.client.preferences
This is a container for all preferences regarding Shortcuts in Magellan.
DesktopShortCutPreferences(MagellanDesktop, Client) - Constructor for class magellan.client.preferences.DesktopShortCutPreferences
Creates a new ShortcutList object.
DesktopShortCutPreferences.InformDialog - Class in magellan.client.preferences
 
DesktopShortCutPreferences.KeyStrokeCellEditor - Class in magellan.client.preferences
A CellEditor component for editing key strokes in JTable cells.
DesktopShortCutPreferences.KeyStrokeComparator - Class in magellan.client.preferences
 
DesktopShortCutPreferences.ListenerComparator - Class in magellan.client.preferences
 
DesktopShortCutPreferences.ListTableModel - Class in magellan.client.preferences
 
DesktopShortCutPreferences.StrokeRenderer - Class in magellan.client.preferences
 
DesktopShortCutPreferences.TranslateStroke - Class in magellan.client.preferences
 
dest - Variable in class magellan.client.swing.RoutingDialog.RetValue
The coordinates of the destination
dest - Variable in class magellan.library.utils.Regions.MultidimensionalMetric
 
destination - Variable in class magellan.library.utils.Cache
 
detach() - Method in class magellan.library.impl.MagellanUnitImpl
 
detach() - Method in interface magellan.library.Unit
Detach a unit from the active report, i.e. remove it from its region, faction and other containers.
detailContainers - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
DETAILED_COMPARATOR - Static variable in class magellan.library.utils.comparator.FactionTrustComparator
A convenient constant providing a comparator that just compares the exact trust value
DetailedPreferencesAdapter - Class in magellan.client.swing.preferences
DOCUMENT ME!
DetailedPreferencesAdapter(int, int[], Properties, String, String[][], String[], int) - Constructor for class magellan.client.swing.preferences.DetailedPreferencesAdapter
Creates new DetailedPreferencesAdapter
DetailedPreferencesAdapter(int, int[], Properties, String, String[][], String[], int, boolean) - Constructor for class magellan.client.swing.preferences.DetailedPreferencesAdapter
Creates a new DetailedPreferencesAdapter object.
DetailedPreferencesAdapter.DetailListener - Class in magellan.client.swing.preferences
 
DetailedPreferencesAdapter.DetailsDialog - Class in magellan.client.swing.preferences
 
detailHelps - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
DetailListener(JComponent) - Constructor for class magellan.client.swing.preferences.DetailedPreferencesAdapter.DetailListener
Creates a new DetailListener object.
DETAILS_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the DETAILS component
detailsButton - Variable in class magellan.client.utils.ErrorWindow
 
DetailsDialog(Dialog, String) - Constructor for class magellan.client.swing.preferences.DetailedPreferencesAdapter.DetailsDialog
Creates a new DetailsDialog object.
DetailsDialog(Frame, String) - Constructor for class magellan.client.swing.preferences.DetailedPreferencesAdapter.DetailsDialog
Creates new DetailsDialog
DetailsNodeWrapperDrawPolicy - Class in magellan.client.swing.tree
A factory for preferences of CellObjects with various subcategories.
DetailsNodeWrapperDrawPolicy(int, int[], Properties, String, String[][], String[], int, String) - Constructor for class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
Creates new NodeWrapperPreferencesDialog with subcategories.
DetailsViewAutoCompletionPreferences - Class in magellan.client.preferences
 
DetailsViewAutoCompletionPreferences(AutoCompletion) - Constructor for class magellan.client.preferences.DetailsViewAutoCompletionPreferences
Creates a new DetailAutoCompletionPreferencesAdapter object.
DetailsViewOrderEditorPreferences - Class in magellan.client.preferences
 
DetailsViewOrderEditorPreferences(MultiEditorOrderEditorList) - Constructor for class magellan.client.preferences.DetailsViewOrderEditorPreferences
Creates a new OrderEditorListPreferences object.
DetailsViewPreferences - Class in magellan.client.preferences
Preferences adapter for EMapDetails
DetailsViewPreferences(EMapDetailsPanel) - Constructor for class magellan.client.preferences.DetailsViewPreferences
Creates a new EMapDetailsPreferences object.
detailTitles - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
determineAffectedObjects(GameData, File, List<JECheck.ECheckMessage>) - Static method in class magellan.library.utils.JECheck
Determines the Unit or Region referenced in an ECheck message by looking at the orders the ECheck messages were generated from.
DFBInstance - Class in magellan.client.desktop
This is a factory for working with the infonode docking framework.
DFBInstance(MagellanDesktop) - Constructor for class magellan.client.desktop.DFBInstance
Creates new DockingFrameworkBuilder
dialog - Variable in class magellan.client.preferences.IconColorMappingPreferences
 
DIALOG - magellan.client.actions.file.SaveOrdersAction.Mode
show a dialog
DialogTree() - Constructor for class magellan.client.swing.preferences.PreferencesDialog.DialogTree
Creates a new DialogTree object.
DIR_INVALID - Static variable in class magellan.library.utils.Direction
Code for the invalid direction that does not correspond to any direction on the map
DirButton(JTextField) - Constructor for class magellan.client.preferences.ResourcePreferences.DirButton
Creates a new DirButton object.
direction - Variable in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel
 
Direction - Class in magellan.library.utils
A class that handles directions like in ships or borders.
Direction(int, StringID, CoordinateID, String) - Constructor for class magellan.library.utils.Direction
Creates a new Direction object interpreting the specified integer as a direction according to the direction constants of this class.
DirectionHandler(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.DirectionHandler
 
DIRECTORY - Static variable in class magellan.client.utils.ProfileManager
 
disableLongOrders(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
disableLongOrders(Unit) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
disableLongOrders(Unit) - Method in interface magellan.library.gamebinding.OrderChanger
searches the orders of the unit for long orders and comments them out
discardAllEdits() - Method in class magellan.client.MagellanUndoManager
Calls super.discardAllEdits() and fires property change for menu actions.
disconnect() - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
dispatcher - Variable in class magellan.client.swing.context.actions.ContextAction
 
dispatcher - Variable in class magellan.client.swing.InternationalizedDataDialog
 
dispatcher - Variable in class magellan.client.swing.InternationalizedDataPanel
 
display() - Method in class magellan.library.utils.RadixTreeImpl
Deprecated.
display(int, RadixTreeImpl.RadixTreeNode<T>) - Method in class magellan.library.utils.RadixTreeImpl
Deprecated.
DisplayReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.DisplayReader
 
dispose() - Method in class magellan.client.desktop.DockingLayout
Removes all views from the root window.
dispose() - Method in class magellan.client.swing.InternationalizedDataDialog
Removes this instance as listener from the dispatcher.
dispose(DockingWindow) - Method in class magellan.client.desktop.DockingLayout
 
dist - Variable in class magellan.library.utils.Regions.MultidimensionalDistance
 
distString() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
distString() - Method in interface magellan.library.utils.Regions.RegionInfo
Returns a string representation of the distance.
dividerPos - Variable in class magellan.client.swing.ArmyStatsPanel
 
DivisionOperator - Class in magellan.library.utils.replacers
An division operator.
DivisionOperator() - Constructor for class magellan.library.utils.replacers.DivisionOperator
Creates a new DivisionOperator object.
dlg - Variable in class magellan.client.swing.ProgressBarUI
 
doc - Variable in class magellan.client.swing.TipOfTheDay
 
DOCKING_LAYOUT_FILE - Static variable in class magellan.client.desktop.MagellanDesktop
The name of the docking layout file
DockingFrameworkBuilder - Interface in magellan.client.desktop
 
DockingLayout - Class in magellan.client.desktop
This class holds all information about a Docking Layout.
DockingLayout(String, Element, StringViewMap, Map<String, View>, DockingFrameworkBuilder) - Constructor for class magellan.client.desktop.DockingLayout
Creates a new Docking Framework Layout Container.
DockingLayout.LayoutException - Exception in magellan.client.desktop
An exception during docking layout handling.
document - Variable in class magellan.plugin.extendedcommands.BeanShellEditor
 
doExpandAndCollapse(Collection<TreePath>) - Method in class magellan.client.EMapOverviewPanel
 
doSaveAction(File) - Method in class magellan.client.actions.file.FileSaveAsAction
 
doSaveAction(FileType) - Method in class magellan.client.actions.file.FileSaveAsAction
 
doSaveAsAction() - Method in class magellan.client.actions.file.FileSaveAsAction
 
doShow() - Method in class magellan.client.swing.ProgressBarUI
 
doShow() - Method in class magellan.client.swing.TipOfTheDay
DOCUMENT-ME
doUpdate() - Method in class magellan.client.swing.ArmyStatsPanel
DOCUMENT-ME
doWrite() - Method in class magellan.library.io.cr.CRWriter
Write the complete game data from world in the cr format.
DracSpecificStuff - Class in magellan.library.gamebinding.drac
All the stuff needed for Drachensgrab.
DracSpecificStuff() - Constructor for class magellan.library.gamebinding.drac.DracSpecificStuff
 
draw(Graphics2D, Rectangle2D) - Method in class magellan.client.skillchart.VerticalBarPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
drawImage(Region, Image, Rectangle) - Method in class magellan.client.swing.map.RegionImageCellRenderer
 
drawlines - Variable in class magellan.client.swing.map.SignTextCellRenderer
 
DUPLICATEBUILDINGID - magellan.library.tasks.GameDataInspector.GameDataProblemTypes
 
DuplicateKeyException - Exception in magellan.library.utils
excepion thrown if a duplicate key is inserted in a RadixTree
DuplicateKeyException(String) - Constructor for exception magellan.library.utils.DuplicateKeyException
 
DUPLICATEREGIONID - magellan.library.tasks.GameDataInspector.GameDataProblemTypes
 
DUPLICATEREGIONUID - magellan.library.tasks.GameDataInspector.GameDataProblemTypes
 
DUPLICATESHIPID - magellan.library.tasks.GameDataInspector.GameDataProblemTypes
 
DUPLICATEUNITID - magellan.library.tasks.GameDataInspector.GameDataProblemTypes
 

E

E - Static variable in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
The direction East
E - Static variable in class magellan.library.gamebinding.EresseaMapMetric
Direction east
E_HTML_END - Static variable in class magellan.client.swing.TipOfTheDay
 
E_HTML_START - Static variable in class magellan.client.swing.TipOfTheDay
 
E_KEY - Static variable in class magellan.client.swing.TipOfTheDay
 
E3AConstants - Class in magellan.library.gamebinding.e3a
Constants specific to E3.
E3AConstants() - Constructor for class magellan.library.gamebinding.e3a.E3AConstants
 
E3AGameSpecificRules - Class in magellan.library.gamebinding.e3a
This class implements all Eressea specific rule informations.
E3AGameSpecificRules(Rules) - Constructor for class magellan.library.gamebinding.e3a.E3AGameSpecificRules
 
E3AMapMergeEvaluator - Class in magellan.library.gamebinding.e3a
 
E3AMapMergeEvaluator(Rules) - Constructor for class magellan.library.gamebinding.e3a.E3AMapMergeEvaluator
 
E3AMessageRenderer - Class in magellan.library.gamebinding.e3a
A Renderer for Eressea Messages Messages in Eressea look like this: MESSAGE 350568592 5281483;type "Whio (whio) übergibt 10 Silber an Darin Jerekop (djer)."
E3AMessageRenderer(GameData) - Constructor for class magellan.library.gamebinding.e3a.E3AMessageRenderer
 
E3AMovementEvaluator - Class in magellan.library.gamebinding.e3a
 
E3AMovementEvaluator(Rules) - Constructor for class magellan.library.gamebinding.e3a.E3AMovementEvaluator
 
E3AOrderChanger - Class in magellan.library.gamebinding.e3a
OrderChanger class for the game Eressea -- The Third Age.
E3AOrderChanger(Rules, SimpleOrderFactory) - Constructor for class magellan.library.gamebinding.e3a.E3AOrderChanger
 
E3AOrderCompleter - Class in magellan.library.gamebinding.e3a
 
E3AOrderCompleter(GameData, CompleterSettingsProvider) - Constructor for class magellan.library.gamebinding.e3a.E3AOrderCompleter
Creates a new EresseaOrderCompleter taking context information from the specified GameData object.
E3AOrderParser - Class in magellan.library.gamebinding.e3a
 
E3AOrderParser(GameData) - Constructor for class magellan.library.gamebinding.e3a.E3AOrderParser
Creates a new EresseaOrderParser object.
E3AOrderParser(GameData, E3AOrderCompleter) - Constructor for class magellan.library.gamebinding.e3a.E3AOrderParser
Creates a new EresseaOrderParser object and registers the specified OrderCompleter object.
E3AOrderParser.AllianzReader - Class in magellan.library.gamebinding.e3a
 
E3AOrderParser.BenenneReader - Class in magellan.library.gamebinding.e3a
 
E3AOrderParser.E3MacheReader - Class in magellan.library.gamebinding.e3a
 
E3AOrderParser.HelfeReader - Class in magellan.library.gamebinding.e3a
 
E3AOrderParser.RekrutiereReader - Class in magellan.library.gamebinding.e3a
 
E3AOrderParser.TarneReader - Class in magellan.library.gamebinding.e3a
Only TARNE PARTEI [NICHT] is allowed in E3.
E3AOrderWriter - Class in magellan.library.gamebinding.e3a
 
E3AOrderWriter() - Constructor for class magellan.library.gamebinding.e3a.E3AOrderWriter
 
E3APostProcessor - Class in magellan.library.gamebinding.e3a
 
E3APostProcessor() - Constructor for class magellan.library.gamebinding.e3a.E3APostProcessor
 
E3ARelationFactory - Class in magellan.library.gamebinding.e3a
DOCUMENT-ME
E3ARelationFactory(Rules) - Constructor for class magellan.library.gamebinding.e3a.E3ARelationFactory
 
E3ASpecificStuff - Class in magellan.library.gamebinding.e3a
All the stuff needed for E3.
E3ASpecificStuff() - Constructor for class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
E3ASpecificStuff(String) - Constructor for class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
E3ASpecificStuffProvider - Class in magellan.library.gamebinding.e3a
All the stuff needed for E2K9.
E3ASpecificStuffProvider(String) - Constructor for class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
E3MacheReader(OrderParser) - Constructor for class magellan.library.gamebinding.e3a.E3AOrderParser.E3MacheReader
 
E4SpecificStuff - Class in magellan.library.gamebinding.e4
All the stuff needed for E4.
E4SpecificStuff() - Constructor for class magellan.library.gamebinding.e4.E4SpecificStuff
 
each - Variable in class magellan.library.gamebinding.AttackOrder
 
each - Variable in class magellan.library.gamebinding.GiveOrder
 
each - Variable in class magellan.library.gamebinding.ReserveOrder
 
EasyLevelMapping - Class in magellan.library.utils.mapping
This is a simple mapping that assumes no translation and no scaling.
EasyLevelMapping() - Constructor for class magellan.library.utils.mapping.EasyLevelMapping
 
eatWhiteSpace() - Method in class magellan.library.utils.OrderTokenizer
Consumes the stream up the next non-whitespace character.
EBBox(int, int, int, int) - Constructor for class magellan.library.gamebinding.EresseaMapMetric.EBBox
A coordinate is in this box if (x+fxy*y/dxy, y+fyx*x/dxy) is in (minx, miny) / (maxx, maxy).
ECHECK_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of ECheck component
ECheckDialog - Class in magellan.client.swing
A dialog wrapper for the ECheck panel.
ECheckDialog(Frame, boolean, EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.ECheckDialog
Create a new ECheckDialog object as a dialog with a parent window.
ECheckDialog(Frame, boolean, EventDispatcher, GameData, Properties, Collection<Region>) - Constructor for class magellan.client.swing.ECheckDialog
Create a new ECheckDialog object as a dialog with a parent window.
ECheckMessage(String) - Constructor for class magellan.library.utils.JECheck.ECheckMessage
Creates a new ECheckMessage object by parsing the specified String.
ECheckMessage(String, String) - Constructor for class magellan.library.utils.JECheck.ECheckMessage
 
ECheckPanel - Class in magellan.client.swing
A panel for showing statistics about factions.
ECheckPanel(EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.ECheckPanel
Creates a new ECheckPanel object.
ECheckPanel(EventDispatcher, GameData, Properties, Collection<Region>) - Constructor for class magellan.client.swing.ECheckPanel
Creates a new ECheckPanel object.
ECHECKVERSION - Static variable in class magellan.library.gamebinding.EresseaOrderWriter
Current ECheck version
edit - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
editCommands(GameData, Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
Opens a Dialog for editing the commands for the given Unit.
editCommands(GameData, UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
Opens a Dialog for editing the commands for the given Unitcontainer.
editFontSize - Variable in class magellan.client.preferences.ClientLookAndFeelPreferences
 
editLibrary(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
Opens a Dialog for editing the library.
editmask - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
editorMayLoseFocus() - Method in interface magellan.client.swing.completion.CompletionGUI
If the editor my lose the focus because of a GUI action(usually after specialKeyPressed()), this method should return true to avoid AutoCompletion calling stopOffer().
editorMayLoseFocus() - Method in class magellan.client.swing.completion.ListCompletionGUI
Since Java 1.4 this cannot happen.
editorMayLoseFocus() - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
If the editor my lose the focus because of a GUI action(usually after specialKeyPressed()), this method should return true to avoid AutoCompletion calling stopOffer().
editorMayLoseFocus() - Method in class magellan.client.swing.completion.NoneCompletionGUI
DOCUMENT-ME
editorMayUpdateCaret() - Method in interface magellan.client.swing.completion.CompletionGUI
If the editor my update the caret because of a GUI action(usually after specialKeyPressed()), this method should return true to avoid AutoCompletion calling stopOffer().
editorMayUpdateCaret() - Method in class magellan.client.swing.completion.ListCompletionGUI
Returns false.
editorMayUpdateCaret() - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
If the editor my update the caret because of a GUI action(usually after specialKeyPressed()), this method should return true to avoid AutoCompletion calling stopOffer().
editorMayUpdateCaret() - Method in class magellan.client.swing.completion.NoneCompletionGUI
DOCUMENT-ME
editStroke(KeyStroke, int) - Method in class magellan.client.preferences.DesktopShortCutPreferences
 
effects - Variable in class magellan.library.impl.MagellanUnitContainerImpl
A list containing String objects, specifying effects on this UnitContainer object.
elements - Variable in class magellan.client.swing.tree.SkillNodeWrapper
 
elements() - Method in class magellan.library.utils.OrderedHashtable
Returns an ordered enumeration of the values in this hashtable.
email - Variable in class magellan.library.impl.MagellanFactionImpl
The email address of the Faction
EmailReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.EmailReader
 
EMapDetailsPanel - Class in magellan.client
Shows details about units, regions or whatever object is currently selected.
EMapDetailsPanel(EventDispatcher, GameData, Properties, UndoManager) - Constructor for class magellan.client.EMapDetailsPanel
Creates a new EMapDetailsPanel object.
EMapDetailsPanel.ContextUnitFilter - Class in magellan.client
A unit filter that accepts units that are in all regions occuring in a given Selection context.
EMapDetailsPanel.ShowItems - Enum in magellan.client
Constants declaring which items are shown in the region overview (in the capacity node)
EMapOverviewPanel - Class in magellan.client
A panel containing a tree with all regions units, ships, etc.
EMapOverviewPanel(EventDispatcher, GameData, Properties) - Constructor for class magellan.client.EMapOverviewPanel
Creates a new EMapOverviewPanel object.
emphasizeColor - Static variable in class magellan.client.swing.tree.CellRenderer
DOCUMENT-ME
emphasized() - Method in class magellan.client.swing.tree.BorderNodeWrapper
 
emphasized() - Method in interface magellan.client.swing.tree.CellObject
Controls whether the tree cell renderer should display this item more noticeably than other nodes.
emphasized() - Method in class magellan.client.swing.tree.DefaultNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.EmphasizingImpl
 
emphasized() - Method in class magellan.client.swing.tree.IslandNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.ItemNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.SkillNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
emphasized() - Method in interface magellan.client.swing.tree.SupportsEmphasizing
Tells whether this element is emphasized or not.
emphasized() - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.UnitContainerNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.UnitListNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns true if the unit belongs to a priveleged faction and the unit's orders or one of the subordinate element's orders are unconfirmed.
emphasized() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
emphasized() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
EmphasizeStyle() - Constructor for class magellan.client.preferences.IconPreferences.EmphasizeStyle
Creates a new EmphasizeStyle object.
emphasizeStyleChange - Static variable in class magellan.client.swing.tree.CellRenderer
DOCUMENT-ME
EmphasizingImpl - Class in magellan.client.swing.tree
A default implementation of SupportsEmphasizing.
EmphasizingImpl() - Constructor for class magellan.client.swing.tree.EmphasizingImpl
 
EMPTY - magellan.library.gamebinding.AbstractOrderParser.Type
 
EMPTY - Static variable in interface magellan.library.utils.replacers.Replacer
An empty String.
EmptyData - Class in magellan.library
A GameData that contains nothing.
EmptyData(GameData) - Constructor for class magellan.library.EmptyData
Takes rules, game name, date, base, version, locale and "noSkillPoints" from data.
EmptyData(Rules) - Constructor for class magellan.library.EmptyData
 
EmptyData(Rules, String) - Constructor for class magellan.library.EmptyData
 
EmptyPerspective - Class in magellan.client.swing.desktop
DOCUMENT-ME
EmptyPerspective() - Constructor for class magellan.client.swing.desktop.EmptyPerspective
 
EmptyRules - Class in magellan.library
 
EmptyRules() - Constructor for class magellan.library.EmptyRules
 
enable(JComboBox) - Static method in class magellan.client.swing.basics.JComboBoxCompletion
Deprecated.
Registers a new Completion with the comboBox as listener.
enableClearLookDebug() - Static method in class magellan.client.swing.MagellanLookAndFeel
DOCUMENT-ME
enableClearLookOn() - Static method in class magellan.client.swing.MagellanLookAndFeel
DOCUMENT-ME
encode(Color) - Static method in class magellan.client.utils.Colors
Encode a color into a String with three integers separated by separator ";".
encodeColor(Color) - Static method in class magellan.client.swing.tree.CellRenderer
 
encodeFont(Font) - Static method in class magellan.client.swing.tree.CellRenderer
 
encoding - Variable in class magellan.library.GameData
encoding
Encoding - Enum in magellan.library.utils
This is a wrapper for all possible encodings in the system.
END - Static variable in interface magellan.library.utils.replacers.Replacer
The end marker.
endDocument() - Method in class magellan.client.swing.AlchemyDialog.AlchemyFileHandler
 
endElement(String, String, String) - Method in class magellan.client.swing.AlchemyDialog.AlchemyFileHandler
 
EndeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.EndeReader
 
endFaction() - Method in class magellan.library.utils.OrderReader
 
endHandler() - Method in class magellan.library.utils.OrderReader
 
EndReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.EndReader
 
ENEMY - Static variable in class magellan.library.utils.comparator.FactionTrustComparator
The "enemy" trust level
EnterOrder - Class in magellan.library.gamebinding
Represents a BETRETE order
EnterOrder(List<OrderToken>, String, int) - Constructor for class magellan.library.gamebinding.EnterOrder
 
EnterReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.EnterReader
 
EnterRelation - Class in magellan.library.relation
A relation indicating that a unit enters a unit container.
EnterRelation(Unit, UnitContainer, int) - Constructor for class magellan.library.relation.EnterRelation
Creates a new EnterRelation object.
EntertainReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.EntertainReader
 
EntityID - Class in magellan.library
A class used to uniquely identify such objects as regions, ships or buildings by an integer.
EntityID(int, int) - Constructor for class magellan.library.EntityID
Constructs a new entity id based on a new Integer object created from the specified int.
EntityMerger<T extends Identifiable,​I extends ID> - Class in magellan.library.merge
 
EntityMerger(GameData, GameData, GameData) - Constructor for class magellan.library.merge.EntityMerger
 
entryList() - Method in class magellan.library.utils.OrderedHashtable
Returns a List view of the entries contained in this Hashtable.
entryName - Variable in class magellan.library.io.file.ZipFileType
 
entrySet() - Method in class magellan.library.utils.RadixTreeImpl
!!
entrySet() - Method in class magellan.library.utils.TagMap
Deprecated.
Always return null!
env - Variable in class magellan.library.utils.replacers.FilterSwitch
 
environment - Variable in class magellan.library.utils.replacers.AbstractOperator
 
environment - Variable in class magellan.library.utils.replacers.FactionSwitch
 
environment - Variable in class magellan.library.utils.replacers.ItemTypeReplacer
 
environment - Variable in class magellan.library.utils.replacers.OperationSwitch
 
environment - Variable in class magellan.library.utils.replacers.ReplacerSystem
 
environment - Variable in class magellan.library.utils.replacers.TrustlevelSwitch
 
environment - Variable in class magellan.library.utils.replacers.UnitCountReplacer
 
environment - Variable in class magellan.library.utils.replacers.UnitSkillCountReplacer
 
EnvironmentDependent - Interface in magellan.library.utils.replacers
Marks a replacer that depends on an environment.
EnvironmentPart - Class in magellan.library.utils.replacers
 
EnvironmentPart() - Constructor for class magellan.library.utils.replacers.EnvironmentPart
 
eof - Variable in class magellan.library.io.cr.Scanner
end of file reached?
equals(Object) - Method in class magellan.client.actions.file.FileHistoryAction
Two actions are equal if their files are equal.
equals(Object) - Method in class magellan.client.event.SelectionEvent
Ignores the source.
equals(Object) - Method in class magellan.client.utils.LanguageDialog.Lang
Compares the languages
equals(Object) - Method in class magellan.client.utils.SelectionHistory.SelectionEntry
Two Entries are equal if they have the same context, but not necessarily the same source.
equals(Object) - Method in class magellan.library.completion.Completion
 
equals(Object) - Method in class magellan.library.CoordinateID
Two instances are equal if their x,y,z values are equal.
equals(Object) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
 
equals(Object) - Method in interface magellan.library.ID
Compares this object to the specified object.
equals(Object) - Method in interface magellan.library.Identifiable
Indicates that this object is to be regarded as equal to some other object.
equals(Object) - Method in class magellan.library.impl.MagellanIdentifiableImpl
Indicates that this object is to be regarded as equal to some other object.
equals(Object) - Method in class magellan.library.impl.MagellanMessageImpl
Indicates whether this Message object is equal to another object.
equals(Object) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
equals(Object) - Method in class magellan.library.IntegerID
Indicates whether this IntegerID object is equal to some other object.
equals(Object) - Method in class magellan.library.LongID
Indicates whether this LongID object is equal to some other object.
equals(Object) - Method in class magellan.library.LuxuryPrice
 
equals(Object) - Method in interface magellan.library.Message
Indicates whether this Message object is equal to another object.
equals(Object) - Method in class magellan.library.RegionResource
Indicates whether some other object is "equal to" this one based on the ID of this object
equals(Object) - Method in class magellan.library.relation.UnitRelation.ID
Returns true if the
equals(Object) - Method in class magellan.library.rules.Date
 
equals(Object) - Method in class magellan.library.StringID
Indicates whether this id is "equal to" some other object.
equals(Object) - Method in class magellan.library.tasks.ProblemType
An inspector creating this ProblemType.
equals(Object) - Method in class magellan.library.utils.Bucket
Check if a given object is the same as the actual bucket.
equals(Object) - Method in class magellan.library.utils.Direction
 
equals(Object) - Method in class magellan.library.utils.mapping.LevelRelation
Returns true if o is a LevelRelation with all parameters equal to this one's.
equals(Object) - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
equals(Object) - Method in class magellan.library.utils.TagMap
Deprecated.
Always returns false!
equals(Object) - Method in class magellan.library.utils.Units.StatItem
 
equals(Object) - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellID
 
equals(String) - Static method in class magellan.client.swing.MagellanLookAndFeel
Function determines if name of current look and feel corresponds to given laf name.
equals(CoordinateID) - Method in class magellan.library.utils.mapping.LevelRelation
Returns true if c.equals(LevelRelation.getX(), LevelRelation.getY(), LevelRelation.getZ() && scaleX == scaleY == 1 .
equals(OrderToken) - Method in class magellan.library.utils.OrderToken
equalsAll(OrderToken) - Method in class magellan.library.utils.OrderToken
Deep equals.
equalsCompletedToken(String) - Method in class magellan.library.utils.OrderToken
As OrderToken.equalsToken(String), but also accepts prefixes if OrderToken.followedBySpace is false.
equalsCompletedToken(OrderToken, StringID) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
equalsLocalToken(String) - Method in class magellan.library.utils.OrderToken
Deprecated.
use proper unit locale
equalsNormalized(String, String) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
equalsRace(Race, String) - Method in class magellan.library.gamebinding.EresseaOrderParser
 
equalsToken(String) - Method in class magellan.library.utils.OrderToken
Compares the token and the specified keyword with respect to abbreviations as used by the eressea game server.
equalsToken(OrderToken, StringID) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
equivalentText(OrderToken) - Method in class magellan.library.utils.OrderToken
 
ERESSEA - magellan.library.io.GameDataTag
 
ERESSEA_MAPPER - Static variable in interface magellan.library.gamebinding.GameSpecificStuff
The mapper that works for Eressea's coordinate system.
EresseaConstants - Class in magellan.library.gamebinding
Constants for the Eressea game
EresseaConstants() - Constructor for class magellan.library.gamebinding.EresseaConstants
 
EresseaDate - Class in magellan.library.rules
This class represents an Eressea Date.
EresseaDate(int) - Constructor for class magellan.library.rules.EresseaDate
Creates new EresseaDate.
EresseaDate(int, int) - Constructor for class magellan.library.rules.EresseaDate
Creates new EresseaDate with adjustment.
EresseaDate(int, int, int, int) - Constructor for class magellan.library.rules.EresseaDate
Creates new EresseaDate with adjustment.
EresseaExecutionState(GameData) - Constructor for class magellan.library.gamebinding.EresseaRelationFactory.EresseaExecutionState
 
EresseaFileFilter - Class in magellan.client.swing
A FileFilter extension for Eressea file types
EresseaFileFilter(int) - Constructor for class magellan.client.swing.EresseaFileFilter
Creates a new EresseaFileFilter object.
EresseaFileFilter(String, String) - Constructor for class magellan.client.swing.EresseaFileFilter
Creates a new EresseaFileFilter object.
EresseaFileFilter(List<String>, String) - Constructor for class magellan.client.swing.EresseaFileFilter
Creates a new EresseaFileFilter object.
EresseaGameSpecificRules - Class in magellan.library.gamebinding
This class implements all Eressea specific rule informations.
EresseaGameSpecificRules(Rules) - Constructor for class magellan.library.gamebinding.EresseaGameSpecificRules
 
EresseaMapMergeEvaluator - Class in magellan.library.gamebinding
TODO This class must be commented
EresseaMapMergeEvaluator(Rules) - Constructor for class magellan.library.gamebinding.EresseaMapMergeEvaluator
 
EresseaMapMetric - Class in magellan.library.gamebinding
Map metric for the Eressea coordinate system.
EresseaMapMetric(Rules) - Constructor for class magellan.library.gamebinding.EresseaMapMetric
 
EresseaMapMetric.EBBox - Class in magellan.library.gamebinding
A bounding box with "trapezoid correction".
EresseaMessageRenderer - Class in magellan.library.gamebinding
A Renderer for Eressea Messages Messages in Eressea look like this: MESSAGE 350568592 5281483;type "Whio (whio) übergibt 10 Silber an Darin Jerekop (djer)."
EresseaMessageRenderer(GameData) - Constructor for class magellan.library.gamebinding.EresseaMessageRenderer
The Constructor
EresseaMovementEvaluator - Class in magellan.library.gamebinding
 
EresseaMovementEvaluator(Rules) - Constructor for class magellan.library.gamebinding.EresseaMovementEvaluator
 
EresseaMovementEvaluator.LandMetric - Class in magellan.library.gamebinding
 
EresseaMovementEvaluator.Metric - Interface in magellan.library.gamebinding
 
EresseaMovementEvaluator.ShipMetric - Class in magellan.library.gamebinding
 
EresseaOrderChanger - Class in magellan.library.gamebinding
OrderChanger class for the game Eressea.
EresseaOrderChanger(Rules, SimpleOrderFactory) - Constructor for class magellan.library.gamebinding.EresseaOrderChanger
 
EresseaOrderChanger.CountMap<T> - Class in magellan.library.gamebinding
A map that counts occurrences of keys
EresseaOrderCompleter - Class in magellan.library.gamebinding
A class for offering possible completions on incomplete orders.
EresseaOrderCompleter(GameData, CompleterSettingsProvider) - Constructor for class magellan.library.gamebinding.EresseaOrderCompleter
Creates a new EresseaOrderCompleter taking context information from the specified GameData object.
EresseaOrderParser - Class in magellan.library.gamebinding
A class for reading Eressea orders and checking their syntactical correctness.
EresseaOrderParser(GameData) - Constructor for class magellan.library.gamebinding.EresseaOrderParser
 
EresseaOrderParser(GameData, EresseaOrderCompleter) - Constructor for class magellan.library.gamebinding.EresseaOrderParser
 
EresseaOrderParser.ArbeiteReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.AttackReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BannerReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BeansprucheReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BefoerderungReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BeklaueReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BelagereReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BenenneReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BenutzeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BeschreibeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BetreteReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BewacheReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BezahleReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.BotschaftReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.DefaultReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.DefaultReader.DefaultChecker - Class in magellan.library.gamebinding
 
EresseaOrderParser.EmailReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.EndeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.FahreReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.FolgeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.ForscheReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.GibReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.GruppeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.HelfeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.InvalidReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.KaempfeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.KampfzauberReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.KaufeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.KontaktiereReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.LehreReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.LerneReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.LocaleReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.MacheReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.NachReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.NeustartReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.NummerReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.OptionReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.ParteiReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.PasswortReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.PflanzeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.PiraterieReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.PraefixReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.RegionReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.RekrutiereReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.ReserviereReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.RouteReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.SabotiereReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.SortiereReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.SpioniereReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.StirbReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.TarneReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.TransportiereReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.TreibeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.UnterhalteReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.UrsprungReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.VergesseReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.VerkaufeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.VerlasseReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.ZaubereReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.ZaubereReader.ZaubereSpruchChecker - Class in magellan.library.gamebinding
 
EresseaOrderParser.ZeigeReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.ZerstoereReader - Class in magellan.library.gamebinding
 
EresseaOrderParser.ZuechteReader - Class in magellan.library.gamebinding
 
EresseaOrderWriter - Class in magellan.library.gamebinding
 
EresseaOrderWriter() - Constructor for class magellan.library.gamebinding.EresseaOrderWriter
 
eresseaPattern - Static variable in class magellan.library.io.nr.NRGameNameIO
 
eresseaPattern - Static variable in class magellan.library.io.nr.NRParser
 
EresseaPostProcessor - Class in magellan.library.gamebinding
DOCUMENT-ME
EresseaPostProcessor() - Constructor for class magellan.library.gamebinding.EresseaPostProcessor
 
EresseaRelationFactory - Class in magellan.library.gamebinding
Responsible for creating relations stemming from unit orders.
EresseaRelationFactory(Rules) - Constructor for class magellan.library.gamebinding.EresseaRelationFactory
 
EresseaRelationFactory.EresseaExecutionState - Class in magellan.library.gamebinding
A class that stores state information during the execution of the orders.
EresseaRelationFactory.OrderInfo - Class in magellan.library.gamebinding
 
EresseaRelationFactory.OrderPreferenceComparator - Class in magellan.library.gamebinding
Ensures that ReserveRelations are sorted before all other relations.
EresseaRelationFactory.Processor - Class in magellan.library.gamebinding
 
EresseaRelationFactory.Updater - Class in magellan.library.gamebinding
 
EresseaSchemesCellRenderer - Class in magellan.client.swing.map
Renders the real space regions of level 0 behind the astral space regions of level 1.
EresseaSchemesCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.EresseaSchemesCellRenderer
 
EresseaSpecificStuff - Class in magellan.library.gamebinding
All the stuff needed for Eressea.
EresseaSpecificStuff() - Constructor for class magellan.library.gamebinding.EresseaSpecificStuff
 
EresseaTrustLevelEvaluator - Class in magellan.library.gamebinding
DOCUMENT-ME
error(Object) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.ERROR level.
error(Object, Throwable) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.ERROR level.
error(String) - Method in class magellan.client.swing.DebugDock
 
error(TaskTablePanel.UpdateEvent) - Method in class magellan.client.swing.tasks.TaskTablePanel
 
error(NRParser.ParseException) - Method in class magellan.library.io.nr.NRParser
 
ERROR - magellan.library.tasks.Problem.Severity
 
ERROR - Static variable in class magellan.library.utils.JECheck.ECheckMessage
An error message
ERROR - Static variable in class magellan.library.utils.logging.Logger
Error messages are printed if an error occurs but the application can continue
ERROR_TYPE - Static variable in class magellan.library.io.nr.NRParser
 
errorDescription - Variable in class magellan.client.utils.ErrorWindow
 
errorMessage - Variable in class magellan.client.utils.ErrorWindow
 
errorOnce(Object) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.ERROR level, but only if no equal message has been logged before.
errors - Variable in class magellan.library.gamebinding.GameSpecificOrderReader.Status
Counter for other errors.
errors - Variable in class magellan.library.GameData
 
errors - Variable in class magellan.library.impl.MagellanFactionImpl
contains error messages for this faction as String objects
errors - Variable in class magellan.library.io.AbstractReportParser
 
ErrorWindow - Class in magellan.client.utils
This class provides an error window for presenting any error message on the screen.
ErrorWindow() - Constructor for class magellan.client.utils.ErrorWindow
 
ErrorWindow(Dialog, String, String, Throwable) - Constructor for class magellan.client.utils.ErrorWindow
 
ErrorWindow(Frame, String, String, Throwable) - Constructor for class magellan.client.utils.ErrorWindow
 
ErrorWindow(String) - Constructor for class magellan.client.utils.ErrorWindow
 
ErrorWindow(String, String, Throwable) - Constructor for class magellan.client.utils.ErrorWindow
 
ErrorWindow(String, Throwable) - Constructor for class magellan.client.utils.ErrorWindow
 
ErrorWindow(Throwable) - Constructor for class magellan.client.utils.ErrorWindow
 
ESCAPE - Static variable in class magellan.library.utils.replacers.DefinitionMaker
The string escape marker
escapeXML(Object) - Static method in class magellan.library.utils.Utils
Diese Methode ersetzt in einem XML String alle < und > durch &lt; und &gt;.
escapeXML(String) - Static method in class magellan.library.utils.Utils
Diese Methode ersetzt in einem XML String alle < und > durch &lt; und &gt;.
estimateSize() - Method in class magellan.library.CompleteData
 
estimateSize() - Method in class magellan.library.EmptyData
 
estimateSize() - Method in class magellan.library.GameData
Returns an estimate of the memory (in bytes) needed to store this game data.
eStyle - Variable in class magellan.client.preferences.IconPreferences
 
evaluate() - Method in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
Computes the information about a battle.
evaluateMapping(GameData, GameData, CoordinateID) - Method in class magellan.library.utils.mapping.AstralMappingEvaluator
 
evaluateMapping(GameData, GameData, CoordinateID) - Method in class magellan.library.utils.mapping.MappingEvaluator
 
evaluateMapping(GameData, GameData, CoordinateID) - Method in class magellan.library.utils.mapping.TerrainMappingEvaluator
 
Evaluator() - Constructor for class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
event - Variable in class magellan.client.utils.SelectionHistory.SelectionEntry
The Selection that represents this entry.
eventDispatched(AWTEvent) - Method in class magellan.library.utils.logging.AWTLogger
DOCUMENT-ME
EventDispatcher - Class in magellan.client.event
A class forwarding events from event sources to listeners.
EventDispatcher() - Constructor for class magellan.client.event.EventDispatcher
Creates a new dispatcher
EventDispatcherInterface - Interface in magellan.library.utils.guiwrapper
A class forwarding events from event sources to listeners.
EventDisplayDialog - Class in magellan.client.utils.logging
 
EventDisplayDialog(Dialog, boolean, EventDispatcher) - Constructor for class magellan.client.utils.logging.EventDisplayDialog
 
EventDisplayDialog(Frame, boolean, EventDispatcher) - Constructor for class magellan.client.utils.logging.EventDisplayDialog
 
EventDisplayPanel - Class in magellan.client.utils.logging
 
EventDisplayPanel(EventDispatcher) - Constructor for class magellan.client.utils.logging.EventDisplayPanel
 
EventListener - Interface in magellan.library.event
The mother of all Magellan event listeners...
events - Variable in class magellan.library.impl.MagellanRegionImpl
Special messages related to this region.
EVENTS_LINE - Static variable in class magellan.library.io.nr.NRParser
 
EVENTS_TYPE - Static variable in class magellan.library.io.nr.NRParser
 
eventsLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
evolved - Variable in class magellan.library.utils.replacers.AbstractOperator
 
evolved - Variable in class magellan.library.utils.replacers.ListReplacer
 
excludeCombatStates - Variable in class magellan.client.swing.ArmyStatsDialog
 
excludeCombatStates - Variable in class magellan.client.swing.ArmyStatsPanel
 
excludeDialog - Variable in class magellan.client.swing.ArmyStatsDialog
 
ExcludeDialog(Dialog, String, GameData, List<String>, List<SkillType>, List<Integer>) - Constructor for class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
Creates a new ExcludeDialog object.
excludedRegions - Static variable in class magellan.library.utils.Regions
will be ignored from getAllNeighbours
excludedRegionTypes - Variable in class magellan.library.utils.Regions.MultidimensionalMetric
 
excludeNames - Variable in class magellan.client.swing.ArmyStatsDialog
 
excludeNames - Variable in class magellan.client.swing.ArmyStatsPanel
 
excludeOceans - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
excludeSkills - Variable in class magellan.client.swing.ArmyStatsDialog
 
excludeSkills - Variable in class magellan.client.swing.ArmyStatsPanel
 
excludeTags - Variable in class magellan.client.EMapDetailsPanel
 
exec() - Method in class magellan.client.swing.ECheckDialog
DOCUMENT-ME
execute(String, GameData, Unit, UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.AttackOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.CombatOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.e3a.MaintainOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.EnterOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.FollowUnitOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.GiveOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.GuardOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.LeaveOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.MovementOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.PromoteOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.RecruitmentOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.RenameOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.ReserveOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.RideOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.SimpleOrder
The default implementation does nothing!
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.TeachOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.TransportOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.UCArgumentOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in class magellan.library.gamebinding.UnitArgumentOrder
 
execute(ExecutionState, GameData, Unit, int) - Method in interface magellan.library.Order
Execute this order by registering UnitRelations etc.
execute(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Executes the library commands/script.
execute(GameData, Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Executes the commands/script for a given unit.
execute(GameData, UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Executes the commands/script for a given unitcontainer.
execute(Region, ExecutionState, GameData) - Static method in class magellan.library.gamebinding.BuildingMaintenanceOrder
Pays building maintenance for all buildings in unit's region!
execute(Region, ExecutionState, GameData) - Static method in class magellan.library.gamebinding.ReserveOwnOrder
Every unit with reserve orders reserves its own items.
execute(Region, ExecutionState, GameData) - Static method in class magellan.library.gamebinding.UnitMaintenanceOrder
Pays maintenance for all units in unit's region!
EXECUTE_ALL - magellan.plugin.extendedcommands.PlugInAction
 
executeAllCommands(GameData, UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
Executes the commands for a given unitcontainer.
executeCommands(GameData, Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
Executes the commands for a given unit.
executeCommands(GameData, UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
Executes the commands for a given unitcontainer.
ExecutionState - Interface in magellan.library.gamebinding
A class that stores state information during the execution of the orders.
ExecutionThread - Class in magellan.plugin.extendedcommands
Executes all scripts for all units and containers.
ExecutionThread(Client, UserInterface, ExtendedCommands) - Constructor for class magellan.plugin.extendedcommands.ExecutionThread
 
existed - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddTooltipDialog
 
existImageIcon(String) - Method in class magellan.client.utils.ImageFactory
Checks, if icon exists
exists(String) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
DOCUMENT-ME
exists(String, Properties) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
DOCUMENT-ME
EXIT_PART - Static variable in class magellan.library.io.nr.NRParser
 
EXITS_PART - Static variable in class magellan.library.io.nr.NRParser
 
EXPAND_FLAG - Static variable in class magellan.client.EMapOverviewPanel
DOCUMENT-ME
EXPAND_IFINSIDE_FLAG - Static variable in class magellan.client.EMapOverviewPanel
DOCUMENT-ME
expandOrCollapsePath(JTree, TreePath, int, int, boolean) - Static method in class magellan.plugin.battleanalyzer.BattleDock.TreeUtils
 
expandOrCollapseToLevel(JTree, TreePath, int, boolean) - Static method in class magellan.plugin.battleanalyzer.BattleDock.TreeUtils
Expands/Collapse specified tree to a certain level.
ExpandPanel() - Constructor for class magellan.client.preferences.RegionOverviewPreferences.ExpandPanel
Creates a new ExpandPanel object.
expandSelected(Region, DefaultMutableTreeNode, TreePath) - Method in class magellan.client.EMapOverviewPanel
 
ExpandSelectionAction - Class in magellan.client.actions.map
Expanding a Selection about 1 region in each direction (all neighbours, feature request)
ExpandSelectionAction(Client) - Constructor for class magellan.client.actions.map.ExpandSelectionAction
Creates a new InvertSelectionAction object.
expectLine(Pattern) - Method in class magellan.library.io.nr.NRParser.AbstractReader
 
expectLine(Pattern, boolean) - Method in class magellan.library.io.nr.NRParser.AbstractReader
 
export - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
EXPORT - magellan.plugin.extendedcommands.PlugInAction
 
ExportCRAction - Class in magellan.client.actions.file
DOCUMENT ME!
ExportCRAction(Client) - Constructor for class magellan.client.actions.file.ExportCRAction
Creates a new ExportCRAction object.
exportSet - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
exportSet() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
exportSet() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
exportT - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
ExtendedCommands - Class in magellan.plugin.extendedcommands
This class holds the commands for all units.
ExtendedCommands(String) - Constructor for class magellan.plugin.extendedcommands.ExtendedCommands
Constructor for the extended commands container object.
ExtendedCommands(Client) - Constructor for class magellan.plugin.extendedcommands.ExtendedCommands
Constructor for the extended commands container object
ExtendedCommandsDialog - Class in magellan.plugin.extendedcommands
This is a dialog to edit the script/commands for a given unit.
ExtendedCommandsDialog(Client, GameData, ExtendedCommands, UnitContainer, Script) - Constructor for class magellan.plugin.extendedcommands.ExtendedCommandsDialog
 
ExtendedCommandsDialog(Client, GameData, ExtendedCommands, Unit, Script) - Constructor for class magellan.plugin.extendedcommands.ExtendedCommandsDialog
 
ExtendedCommandsDialog(Client, GameData, ExtendedCommands, Script) - Constructor for class magellan.plugin.extendedcommands.ExtendedCommandsDialog
 
ExtendedCommandsDock - Class in magellan.plugin.extendedcommands
This is a dialog to edit the script/commands for a given unit.
ExtendedCommandsDock(ExtendedCommands) - Constructor for class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
ExtendedCommandsDocument - Class in magellan.plugin.extendedcommands
This is a single panel representing ONE script.
ExtendedCommandsDocument() - Constructor for class magellan.plugin.extendedcommands.ExtendedCommandsDocument
This constructor creates a single empty document.
ExtendedCommandsHelper - Class in magellan.plugin.extendedcommands
A Helper class to have some shortcuts.
ExtendedCommandsHelper(Client, GameData) - Constructor for class magellan.plugin.extendedcommands.ExtendedCommandsHelper
 
ExtendedCommandsHelper(Client, GameData, Unit) - Constructor for class magellan.plugin.extendedcommands.ExtendedCommandsHelper
 
ExtendedCommandsHelper(Client, GameData, UnitContainer) - Constructor for class magellan.plugin.extendedcommands.ExtendedCommandsHelper
 
ExtendedCommandsHelper(Client, GameData, Unit, UnitContainer) - Constructor for class magellan.plugin.extendedcommands.ExtendedCommandsHelper
 
ExtendedCommandsPlugIn - Class in magellan.plugin.extendedcommands
This is a magellan plugin.
ExtendedCommandsPlugIn() - Constructor for class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
extendedListeners - Variable in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
ExtendedPreferencesAdapter - Interface in magellan.client.swing.preferences
A class that has sub preference dialogs.
ExtendedShortcutListener - Interface in magellan.client.desktop
An interface for extended short-cut tasks.
EXTENSION - Static variable in class magellan.client.actions.map.SaveSelectionAction
The file extension for selecion files.
ExternalMapCellRenderer - Interface in magellan.client.swing.map
An interface for plug-in renderers.
ExternalTagMap - Class in magellan.library.utils
Deprecated.
(stm) Nobody seems to really need this class. It seems over-complicated.
ExternalTagMap() - Constructor for class magellan.library.utils.ExternalTagMap
Deprecated.
 
extractDir(String) - Static method in class magellan.client.utils.MagellanFinder
Extracts the directory out of the given file.
extractDir(String) - Static method in class magellan.library.utils.MagellanFinder
Deprecated.
Extracts the directory out of the given file.
extractTempUnits(GameData, int) - Method in class magellan.library.impl.MagellanUnitImpl
Scans this unit's orders for temp units to create.
extractTempUnits(GameData, int) - Method in interface magellan.library.Unit
Scans this unit's orders for temp units to create.
extractTempUnits(GameData, int, Locale) - Method in class magellan.library.impl.MagellanUnitImpl
Scans this unit's orders for temp units to create.
extractTempUnits(GameData, int, Locale) - Method in interface magellan.library.Unit
Scans this unit's orders for temp units to create.
extractTempUnits(GameData, int, Locale, Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
Scans this unit's orders for temp units to create.
extractTempUnits(GameData, int, Locale, Unit) - Method in class magellan.library.gamebinding.EresseaOrderChanger
Scans this unit's orders for temp units to create.
extractTempUnits(GameData, int, Locale, Unit) - Method in interface magellan.library.gamebinding.OrderChanger
Scans this unit's orders for temp units to create.
extractTempUnits(Unit) - Method in interface magellan.library.gamebinding.TempUnitFactory
DOCUMENT-ME

F

faction - Variable in class magellan.client.swing.TempUnitDialog
 
faction - Variable in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
faction - Variable in class magellan.library.tasks.SimpleProblem
 
faction - Variable in class magellan.library.utils.filters.UnitFactionFilter
 
Faction - Interface in magellan.library
A class representing a faction in Eressea.
FACTION - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for faction nodes
FACTION - Static variable in class magellan.client.swing.tree.TreeHelper
These are some constants used to encode the various criteria by which the units in the tree may be organized.
FACTION_DISGUISE_STATUS - Static variable in class magellan.client.swing.tree.TreeHelper
DOCUMENT-ME
FACTION_LINE - Static variable in class magellan.library.io.nr.NRParser
 
factionBox - Variable in class magellan.plugin.groupeditor.GroupEditorDock
 
factionChanged(Faction, int) - Method in class magellan.client.swing.OrderWriterDialog
If the faction changed, the configuration for the mailserver and the selected output file may changed...this method checks this.
factionCmp - Variable in class magellan.library.utils.comparator.UnitFactionComparator
 
factionCmp - Variable in class magellan.library.utils.comparator.UnitGuiseFactionComparator
 
factionColors - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
Stores the faction - color pairs.
FactionDetailComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Faction objects by comparing their exact trust levels.
FactionDetailComparator(Comparator<? super Faction>) - Constructor for class magellan.library.utils.comparator.FactionDetailComparator
Creates a new FactionDetailComparator object.
FactionDialog() - Constructor for class magellan.client.swing.AlchemyDialog.FactionDialog
 
FactionGraphicsElement(String, String) - Constructor for class magellan.client.swing.tree.FactionNodeWrapper.FactionGraphicsElement
Creates a new FactionGraphicsElement object.
factionID - Variable in class magellan.library.io.cr.CRParser.UnitParseState
The unit's factionID if it has been read.
factionID - Variable in class magellan.library.utils.comparator.UnitPreferredFactionComparator
 
factionKey - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
The default key for settings operations with the faction-color table.
factionLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
factionList - Variable in class magellan.client.swing.TradeOrganizer
 
factionList - Variable in class magellan.client.swing.TradeOrganizerOld
 
FactionNodeWrapper - Class in magellan.client.swing.tree
Displays a faction node with alliance icon.
FactionNodeWrapper(Faction, Region, Map<EntityID, Alliance>) - Constructor for class magellan.client.swing.tree.FactionNodeWrapper
Creates a new FactionNodeWrapper object.
FactionNodeWrapper.FactionGraphicsElement - Class in magellan.client.swing.tree
 
FactionPropertiesDialog - Class in magellan.client.swing
DOCUMENT-ME
FactionPropertiesDialog(Frame, boolean, EventDispatcher, GameData, Properties, Faction) - Constructor for class magellan.client.swing.FactionPropertiesDialog
Create a new dialog for faction properties for the specified faction.
factions - Variable in class magellan.library.CompleteData
 
factions - Variable in class magellan.library.gamebinding.GameSpecificOrderReader.Status
Counts the number of factions for which orders where read.
factions() - Method in class magellan.library.GameData
Deprecated.
factionS - Variable in class magellan.library.utils.filters.UnitFactionFilter
 
FactionStatsAction - Class in magellan.client.actions.extras
DOCUMENT ME!
FactionStatsAction(Client) - Constructor for class magellan.client.actions.extras.FactionStatsAction
Creates a new FactionStatsAction object.
FactionStatsDialog - Class in magellan.client.swing
A dialog wrapper for the faction statistics display.
FactionStatsDialog(Frame, boolean, EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.FactionStatsDialog
Create a new FactionStatsDialog object as a dialog with a parent window.
FactionStatsDialog(Frame, boolean, EventDispatcher, GameData, Properties, Faction) - Constructor for class magellan.client.swing.FactionStatsDialog
Create a new FactionStatsDialog object as a dialog with a parent window and with the given faction selected.
FactionStatsPanel - Class in magellan.client.swing
A panel for showing statistics about factions.
FactionStatsPanel(EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.FactionStatsPanel
Creates a new FactionStatsPanel object.
factionSubCmp - Variable in class magellan.library.utils.comparator.AllianceFactionComparator
 
FactionSwitch - Class in magellan.library.utils.replacers
Restricts selection of units to the faction given as argument.
FactionSwitch() - Constructor for class magellan.library.utils.replacers.FactionSwitch
Creates new FactionSwitch
factionTreasury - Variable in class magellan.library.impl.MagellanFactionImpl
The treasury of this faction.
FactionTrustComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Faction objects by comparing the trust levels.
FactionTrustComparator(Comparator<? super Faction>) - Constructor for class magellan.library.utils.comparator.FactionTrustComparator
Creates a new FactionTrustComparator object.
factionView() - Method in class magellan.library.CompleteData
 
factionView() - Method in class magellan.library.EmptyData
 
factionView() - Method in class magellan.library.GameData
Returns a modifiable view of the factions.
factory - Variable in class magellan.client.swing.ArmyStatsPanel
 
factoryBox - Variable in class magellan.client.preferences.IconPreferences
 
factoryPanel - Variable in class magellan.client.preferences.IconPreferences
 
FahreReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.FahreReader
 
failed - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
FALLBACK_LAF - Static variable in class magellan.client.Client
 
fallBackMaterial - Variable in class magellan.library.rules.CastleType
 
fallBackMaterial - Variable in class magellan.library.rules.ShipType
 
FALSE - Static variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
DOCUMENT-ME
FALSE - Static variable in interface magellan.library.utils.replacers.Replacer
The false keyword.
FAR - Static variable in class magellan.library.Region.Visibility
4..this also exists, but I'm not sure what it does
fatal(Object) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.FATAL level.
fatal(Object, Throwable) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.FATAL level.
fatal(String) - Method in class magellan.client.swing.DebugDock
 
FATAL - Static variable in class magellan.library.utils.logging.Logger
Fatal messages are messages which are printed before a fatal program exit
field - Variable in class magellan.library.utils.replacers.RegionFieldReplacer
 
FILE - magellan.client.actions.file.SaveOrdersAction.Mode
save to given file
FILE_EXTENSION - Static variable in class magellan.client.swing.AlchemyDialog
The file extension used for writing files
file2URL(File) - Static method in class magellan.library.utils.Resources
 
FileBackup - Class in magellan.library.io.file
Handles backup generation for files.
fileChooser - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.ImExportDialog
 
fileField - Variable in class magellan.client.preferences.ClientNameGeneratorPreferences
 
FileHistory - Class in magellan.client.utils
A kind of wrapper for the file history (menu) functionality.
FileHistory(Client, Properties, JMenu, int) - Constructor for class magellan.client.utils.FileHistory
Creates new FileHistory
FileHistoryAction - Class in magellan.client.actions.file
The action for loading files from the history in the file menu.
FileHistoryAction(FileHistory, File) - Constructor for class magellan.client.actions.file.FileHistoryAction
Creates a new FileHistoryAction object.
filename - Variable in class magellan.library.io.file.FileType
The file this file type identifies.
FileNameGenerator - Class in magellan.client.utils
DOCUMENT ME!
FileNameGeneratorFeed - Class in magellan.library.utils
 
FileNameGeneratorFeed(int) - Constructor for class magellan.library.utils.FileNameGeneratorFeed
constructs a new Feed
FileNameGeneratorFeed(int, String, String) - Constructor for class magellan.library.utils.FileNameGeneratorFeed
constructs a new Feed
FileNameGeneratorFeed(int, String, String, String) - Constructor for class magellan.library.utils.FileNameGeneratorFeed
constructs a new Feed
FileSaveAction - Class in magellan.client.actions.file
DOCUMENT-ME
FileSaveAction(Client) - Constructor for class magellan.client.actions.file.FileSaveAction
The standard constructor.
FileSaveAsAction - Class in magellan.client.actions.file
DOCUMENT ME!
FileSaveAsAction(Client) - Constructor for class magellan.client.actions.file.FileSaveAsAction
Creates a new FileSaveAsAction object.
FileType - Class in magellan.library.io.file
A FileType represents a file for reading and writing data.
FileType.ReadOnlyException - Exception in magellan.library.io.file
Signals that the file cannot be written to.
FileTypeChooser() - Constructor for class magellan.library.io.file.FileTypeFactory.FileTypeChooser
 
FileTypeFactory - Class in magellan.library.io.file
A class to create FileTypes.
FileTypeFactory.FileTypeChooser - Class in magellan.library.io.file
A FileTypeChooser selects single entry if multiple valid entries are found in a compressed file, e.g. multiple .cr files in a .zip file.
FileTypeFactory.NotUniqueEntryException - Exception in magellan.library.io.file
A NotUniqueEntryException shall be thrown if there are multiple valid entries in a compressed file and none have been selected.
FileTypeFactory.NoValidEntryException - Exception in magellan.library.io.file
A NotValidEntryException shall be thrown if there is no valid entry in a compressed file.
fill() - Method in class magellan.client.preferences.TaskTablePreferences.TypeTree
 
fillDefItems() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
 
FillInsideAction - Class in magellan.client.actions.map
Adds all regions "inside" the current selection
FillInsideAction(Client) - Constructor for class magellan.client.actions.map.FillInsideAction
Creates a new FillSelectionAction object.
fillLabel(JLabel, GraphicsElement) - Method in class magellan.client.swing.tree.CellRenderer
Fills the given label with the information out of the given element.
fillList() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
fillList(Object) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
fillPopup(int) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
fillPopup(int) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
FillSelectionAction - Class in magellan.client.actions.map
Adds all regions between the extreme points of the current selection.
FillSelectionAction(Client) - Constructor for class magellan.client.actions.map.FillSelectionAction
Creates a new FillSelectionAction object.
filter(int, Collection<CoordinateID>) - Static method in class magellan.library.utils.Regions
Returns a list that consists of the coordinates in points whose z-coordinates are in the given layer.
filter(Object[], Class<T>) - Static method in class magellan.library.utils.filters.CollectionFilters
Creates a new set, adds to it all elements of oldCollection which are of the specified type, and returns this set.
filter(Collection<?>, Class<T>) - Static method in class magellan.library.utils.filters.CollectionFilters
Creates a new set, adds to it all elements of oldCollection which are of the specified type, and returns this set.
filter(Collection<?>, Collection<T>, Class<T>) - Static method in class magellan.library.utils.filters.CollectionFilters
Adds to newCollection all elements of oldCollection which are of the specified type.
filterObjects(Collection<?>, Class<T>) - Static method in class magellan.client.swing.context.actions.ContextAction
This method filters
filters - Variable in class magellan.library.utils.replacers.UnitSelection
 
FilterSwitch - Class in magellan.library.utils.replacers
Acts as a unit filter that filters units where TRUE is returned by the replacer given as parameter (and that evaluates on units).
FilterSwitch() - Constructor for class magellan.library.utils.replacers.FilterSwitch
Creates new Template
FilterSwitch.MyFilterClass - Class in magellan.library.utils.replacers
 
filterUnit(Unit) - Method in class magellan.library.utils.OrderWriter
 
filterUnits(Collection<Unit>) - Method in class magellan.library.utils.OrderWriter
 
finalize() - Method in class magellan.client.swing.completion.OrderEditor
 
find(int, int, int) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
find(int, int, int) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
find(String) - Method in interface magellan.library.utils.RadixTree
Find a value based on its corresponding key.
find(String) - Method in class magellan.library.utils.RadixTreeImpl
 
findAction() - Method in class magellan.client.swing.FindDialog
 
FindAction - Class in magellan.client.actions.edit
DOCUMENT ME!
FindAction(Client) - Constructor for class magellan.client.actions.edit.FindAction
Creates a new FindAction object.
findClass(String) - Method in class magellan.client.utils.RendererLoader.ZipClassLoader
 
findClass(String) - Method in class magellan.library.utils.ResourcePathClassLoader
 
FindDialog - Class in magellan.client.swing
 
FindDialog(Frame, boolean, EventDispatcher, GameData, Properties, Collection<Region>) - Constructor for class magellan.client.swing.FindDialog
Creates the find dialog.
findEntity(String) - Method in class magellan.client.actions.edit.QuickFindAction
Tries to find a unit, a ship, or a building (in this order) with the id given as string.
findLanguages() - Method in class magellan.client.utils.LanguageDialog
 
findLuxuries() - Method in class magellan.client.swing.map.TradeTextCellRenderer
 
findMagellanDirectory() - Static method in class magellan.client.utils.MagellanFinder
Searches for Magellan.
findMagellanDirectory() - Static method in class magellan.library.utils.MagellanFinder
Deprecated.
Searches for Magellan.
FindPreviousUnconfirmedAction - Class in magellan.client.actions.orders
DOCUMENT ME!
FindPreviousUnconfirmedAction(Client, EMapOverviewPanel) - Constructor for class magellan.client.actions.orders.FindPreviousUnconfirmedAction
Creates a new FindPreviousUnconfirmedAction object.
findProblems(Unit) - Method in class magellan.library.tasks.AbstractInspector
Returns an empty list.
findProblems(Unit) - Method in class magellan.library.tasks.AttackInspector
 
findProblems(Unit) - Method in class magellan.library.tasks.BuildingInspector
Reviews the region for buildings with problems.
findProblems(Unit) - Method in interface magellan.library.tasks.Inspector
Reviews a unit and returns the list of Problem objects which are of the given type.
findProblems(Unit) - Method in class magellan.library.tasks.MessageInspector
 
findProblems(Unit) - Method in class magellan.library.tasks.MovementInspector
Checks the specified movement for overload and too many horses.
findProblems(Unit) - Method in class magellan.library.tasks.OrderSyntaxInspector
 
findProblems(Unit) - Method in class magellan.library.tasks.ShipInspector
Reviews the region for ships with problems.
findProblems(Unit) - Method in class magellan.library.tasks.SkillInspector
 
findProblems(Unit) - Method in class magellan.library.tasks.TeachInspector
 
findProblems(Unit) - Method in class magellan.library.tasks.ToDoInspector
 
findProblems(Unit) - Method in class magellan.library.tasks.TransferInspector
 
FindReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.FindReader
 
findRenderer(Class<?>) - Method in class magellan.client.swing.tree.MixedTreeCellRenderer
 
findResource(String) - Method in class magellan.library.utils.ResourcePathClassLoader
Finds the resource with the given name.
findSettingsDirectory(File, File) - Static method in class magellan.client.utils.MagellanFinder
Tries to create/read the settings file in settDir (first), the user's home directory (second), magDirectory (third) or the current directory (last).
findSettingsDirectory(File, File) - Static method in class magellan.library.utils.MagellanFinder
Deprecated.
Tries to create/read the settings file in settDir (first), the user's home directory (second), magDirectory (third) or the current directory (last).
findTranslation(KeyStroke) - Method in class magellan.client.desktop.MagellanDesktop
 
fine(Object) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.FINE level.
fine(Object, Throwable) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.FINE level.
FINE - Static variable in class magellan.library.utils.logging.Logger
Fine messages are more fine grained than INFO messages, but not yet DEBUG
finer(Object) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.FINER level.
finer(Object, Throwable) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.FINER level.
FINER - Static variable in class magellan.library.utils.logging.Logger
Fine messages are more fine grained than INFO messages, but not yet DEBUG
finest(Object) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.FINEST level.
finest(Object, Throwable) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.FINEST level.
FINEST - Static variable in class magellan.library.utils.logging.Logger
Fine messages are more fine grained than INFO messages, but not yet DEBUG
fire(EventObject) - Method in class magellan.client.event.EventDispatcher
Asynchronously forwards an event to all registered listeners for this event type.
fire(EventObject) - Method in interface magellan.library.utils.guiwrapper.EventDispatcherInterface
Asynchronously forwards an event to all registered listeners for this event type.
fire(EventObject, boolean) - Method in class magellan.client.event.EventDispatcher
Forwards an event to all registered listeners for this event type.
fire(EventObject, boolean) - Method in interface magellan.library.utils.guiwrapper.EventDispatcherInterface
Forwards an event to all registered listeners for this event type.
fireArmySelection(ArmyStatsPanel.Army) - Method in class magellan.client.swing.ArmyStatsPanel
 
fireChangeEvent - Variable in class magellan.plugin.extendedcommands.ExtendedCommands
 
fireContextFailed(Component, MouseEvent) - Method in class magellan.client.swing.tree.ContextManager
 
fireOrdersChanged(Object, Region, Object) - Method in class magellan.library.GameData
 
fireOrdersChanged(Object, Unit, Object) - Method in class magellan.library.GameData
 
fireOrdersChangedEvent() - Method in class magellan.client.swing.completion.OrderEditor
 
fireOrdersChangedEvent() - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
fireWareLineSelection(ArmyStatsPanel.WarLine) - Method in class magellan.client.swing.ArmyStatsPanel
 
fireWeaponGroupSelection(ArmyStatsPanel.WeaponGroup) - Method in class magellan.client.swing.ArmyStatsPanel
 
FIRST_POS - Static variable in class magellan.client.swing.GiveOrderDialog
 
firstAdapter - Variable in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
 
firstFaction - Variable in class magellan.library.io.AbstractReportParser
 
firstHandle(String) - Method in class magellan.library.utils.OrderReader
 
firstPass() - Method in class magellan.library.merge.IslandMerger
 
firstPass() - Method in interface magellan.library.merge.TwoPassMerger
 
firstTime - Static variable in class magellan.client.swing.TipOfTheDay
 
FixedWidthWriter - Class in magellan.library.utils
A class for writing text in lines of a maximum specified length.
FixedWidthWriter(BufferedWriter) - Constructor for class magellan.library.utils.FixedWidthWriter
Creates a new FixedWidthWriter object with the underlying BufferedWriter object out stream and a MAX_WIDTH line width.
FixedWidthWriter(BufferedWriter, int) - Constructor for class magellan.library.utils.FixedWidthWriter
Creates a new FixedWidthWriter object with the underlying BufferedWriter object out stream and the specified line width.
FixedWidthWriter(Writer) - Constructor for class magellan.library.utils.FixedWidthWriter
Creates a new FixedWidthWriter object with the underlying Writer object out stream and a MAX_WIDTH line width.
FixedWidthWriter(Writer, int) - Constructor for class magellan.library.utils.FixedWidthWriter
Creates a new FixedWidthWriter object with the underlying Writer object out stream and the specified line width.
FixedWidthWriter(Writer, int, boolean) - Constructor for class magellan.library.utils.FixedWidthWriter
Creates a new FixedWidthWriter object with the underlying Writer object out stream and the specified line width.
fixQuotes(OrderTokenizer, OrderToken, OrderToken, OrderToken, boolean, boolean, boolean, char) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
TODO DOCUMENT-ME
fixQuotes(OrderToken, OrderToken, OrderToken, boolean, boolean, boolean, char) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
TODO DOCUMENT-ME
fixWhitespace() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Replaces " " by "~" in all completions.
flag - Variable in class magellan.client.swing.EresseaFileFilter
 
FlagHandler(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.FlagHandler
 
fled - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
flush() - Method in class magellan.library.utils.FixedWidthWriter
DOCUMENT-ME
focusAdapter - Variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
focusGained(FocusEvent) - Method in class magellan.client.completion.AutoCompletion
Possibly activates the GUI.
focusGained(FocusEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
focusGained(FocusEvent) - Method in class magellan.client.swing.completion.OrderEditor
 
focusListeners - Variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
focusLost(FocusEvent) - Method in class magellan.client.completion.AutoCompletion
Hides the GUI.
focusLost(FocusEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
focusLost(FocusEvent) - Method in class magellan.client.swing.completion.OrderEditor
Update orders.
fogOfWar() - Method in class magellan.library.impl.MagellanRegionImpl
 
fogOfWar() - Method in interface magellan.library.Region
Returns true if this region has fog of war.
FolgeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.FolgeReader
 
followedBySpace() - Method in class magellan.library.utils.OrderToken
Should return true if the token is followed by a whitespace character
FollowUnitOrder - Class in magellan.library.gamebinding
A FOLLOW order-
FollowUnitOrder(List<OrderToken>, String, UnitID) - Constructor for class magellan.library.gamebinding.FollowUnitOrder
 
FollowUnitRelation - Class in magellan.library.relation
A FOLLOW UNIT relation.
FollowUnitRelation(Unit, Unit, int) - Constructor for class magellan.library.relation.FollowUnitRelation
 
font - Variable in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel
 
font - Variable in class magellan.client.swing.map.AbstractTextCellRenderer
 
font - Variable in class magellan.client.swing.map.SignTextCellRenderer
 
font - Variable in class magellan.client.swing.map.TextCellRenderer
 
fontColor - Variable in class magellan.client.swing.map.AbstractTextCellRenderer
 
fontColor - Variable in class magellan.client.swing.map.SignTextCellRenderer
 
fontColor - Variable in class magellan.client.swing.map.TextCellRenderer
 
fontEnabled - Variable in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel
 
fontHeight - Variable in class magellan.client.swing.map.TextCellRenderer
 
fontMetrics - Variable in class magellan.client.swing.map.TextCellRenderer
 
FOOT_NORMAL_SPEED - Static variable in class magellan.library.gamebinding.EresseaMovementEvaluator
normal walking speed
FOOT_ROAD_SPEED - Static variable in class magellan.library.gamebinding.EresseaMovementEvaluator
walking speed on road
FOOTOVERLOADED - magellan.library.tasks.MovementInspector.MovementProblemTypes
 
FOREGROUND - Static variable in class magellan.library.utils.MagellanImages
The Magellan foreground color (sepia-like, dark brown)
formatLabel(JLabel, GraphicsStyleset, boolean, boolean) - Method in class magellan.client.swing.tree.CellRenderer
Formats a label using the given styleset.
formatTo(Formatter, int, int, int) - Method in class magellan.library.utils.RadixTreeImpl
Writes a textual representation of this tree to the given formatter.
formatTokens() - Method in class magellan.client.swing.completion.OrderEditor
Format all tokens with regard to the token type colors.
formatTokens() - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
FormReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.FormReader
 
ForscheReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.ForscheReader
 
FRIENDLYFIRE - magellan.library.tasks.AttackInspector.AttackProblemTypes
 
front - Variable in class magellan.client.swing.ArmyStatsPanel
 

G

game - Variable in class magellan.library.io.AbstractReportParser
 
GameConstants - Class in magellan.library.gamebinding
A set of constants for entities assumed to exist in a game.
GameConstants() - Constructor for class magellan.library.gamebinding.GameConstants
 
GameData - Class in magellan.library
This is the central class for collecting all the data representing one computer report.
GameData(Rules) - Constructor for class magellan.library.GameData
Creates a new GameData object with the name of "default".
GameData(Rules, String) - Constructor for class magellan.library.GameData
Creates a new GameData object.
GameData.MyAssigner - Class in magellan.library
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.edit.FindAction
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.extras.AlchemyAction
Enables/disables the action.
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.extras.ArmyStatsAction
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.extras.FactionStatsAction
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.extras.TradeOrganizerAction
Enables/disables the action.
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.file.AddCRAction
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.file.ExportCRAction
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.file.FileSaveAsAction
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.file.OpenOrdersAction
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.file.SaveOrdersAction
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.actions.map.AbstractSelectionAction
Clears the current selection.
gameDataChanged(GameDataEvent) - Method in class magellan.client.Client.ReportObserver
Updates the caption and sets changed state if the event occurred after the last call of setChangedState(false).
gameDataChanged(GameDataEvent) - Method in class magellan.client.completion.AutoCompletion
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler.GameEventListener
Invoked when the current game data object becomes invalid.
gameDataChanged(GameDataEvent) - Method in class magellan.client.EMapDetailsPanel
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.EMapOverviewPanel
GameDataChanged event handler routine updating the tree.
gameDataChanged(GameDataEvent) - Method in class magellan.client.skillchart.SkillChartPanel
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.AlchemyDialog
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.ArmyStatsPanel
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.BasicRegionPanel
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.context.PathfinderMapContextMenu
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.ECheckPanel
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.FactionPropertiesDialog
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.FactionStatsDialog
Rebuilds the faction list.
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.FactionStatsPanel
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.FindDialog
Reset data, clear list of selected regions.
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.InternationalizedDataDialog
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.InternationalizedDataPanel
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
Invoked when the current game data object becomes invalid.
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.map.Mapper
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Invoked when the current game data object becomes invalid.
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.map.TradeTextCellRenderer
Updates dialog from new game data.
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.MapperPanel
Updates components (like hotspot selection etc).
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.MessagePanel
Handles changes on game data.
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.tasks.TaskTablePanel
Clear table and refresh all problems.
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.TradeOrganizer
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.TradeOrganizerOld
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.swing.tree.ContextManager
 
gameDataChanged(GameDataEvent) - Method in class magellan.client.utils.BookmarkManager
Resets bookmark list.
gameDataChanged(GameDataEvent) - Method in class magellan.client.utils.ImageFactory
Called if Gamedata changes.
gameDataChanged(GameDataEvent) - Method in interface magellan.library.event.GameDataListener
Invoked when the current game data object becomes invalid.
gameDataChanged(GameDataEvent) - Method in class magellan.library.utils.replacers.ReplacerHelp
Invoked when the current game data object becomes invalid.
gameDataChanged(GameDataEvent) - Method in class magellan.plugin.battleanalyzer.BattleDock
 
gameDataChanged(GameDataEvent) - Method in class magellan.plugin.groupeditor.GroupEditorDock
 
GameDataEvent - Class in magellan.library.event
An event indicating that the previous game data object is no longer valid e.g. after the user loaded a report.
GameDataEvent(Object, GameData) - Constructor for class magellan.library.event.GameDataEvent
Creates an GameDataEvent object.
GameDataEvent(Object, GameData, boolean) - Constructor for class magellan.library.event.GameDataEvent
Creates an GameDataEvent object.
GameDataInspector - Class in magellan.library.tasks
This inspectors checks all syntax.
GameDataInspector(GameData) - Constructor for class magellan.library.tasks.GameDataInspector
 
GameDataInspector.GameDataProblemTypes - Enum in magellan.library.tasks
 
GameDataIO - Interface in magellan.library.io
A type of reader for GameData.
GameDataListener - Interface in magellan.library.event
The listener interface for receiving game data events.
GameDataMerger - Class in magellan.library
Utility class to merge two reports.
GameDataMerger() - Constructor for class magellan.library.GameDataMerger
 
GameDataMerger.Assigner<T extends Identifiable> - Interface in magellan.library
Little driver interface to make this applicable to more than just units, but also regions and... anything else.
GameDataReader - Class in magellan.library.io
The GameDataReader reads a GameData from a given FileType
GameDataReader(UserInterface) - Constructor for class magellan.library.io.GameDataReader
Constructs a new GameDataReader
GameDataTag - Enum in magellan.library.io
An enum for all tags that appear in CR files.
GameEventListener(MagellanDesktop.KeyHandler) - Constructor for class magellan.client.desktop.MagellanDesktop.KeyHandler.GameEventListener
Creates a new GameEventListener object.
gameName - Variable in class magellan.library.GameData
The name of the game.
GameNameIO - Interface in magellan.library.io
DOCUMENT-ME
GameNameReader - Class in magellan.library.io
 
GameNameReader() - Constructor for class magellan.library.io.GameNameReader
 
GameObjectIDMapping - Class in magellan.library.utils.mapping
 
GameObjectIDMapping() - Constructor for class magellan.library.utils.mapping.GameObjectIDMapping
 
GameSpecificOrderReader - Interface in magellan.library.gamebinding
Reads an order file.
GameSpecificOrderReader.Status - Class in magellan.library.gamebinding
Describes a few aspects of the orders read.
GameSpecificOrderWriter - Interface in magellan.library.gamebinding
This is an interface for a game specific order writer.
GameSpecificRules - Interface in magellan.library.gamebinding
This interface must be implemented to create game specific rule informations like maxWorkers, maxEntertainers and so on.
GameSpecificStuff - Interface in magellan.library.gamebinding
This utility class provides game specific methods for certain properties of the game.
GameSpecificStuff.CoordMapper - Interface in magellan.library.gamebinding
Mapper to adjust map grid cells.
GameSpecificStuffProvider - Class in magellan.library.gamebinding
This class maps game names to GameSpecicifStuff objects
GameSpecificStuffProvider() - Constructor for class magellan.library.gamebinding.GameSpecificStuffProvider
 
gbc - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
GE - Variable in class magellan.client.swing.tree.GroupNodeWrapper
 
GenericRules - Class in magellan.library.rules
A class implementing Eressea specific rules.
GenericRules() - Constructor for class magellan.library.rules.GenericRules
 
GeomRendererAdapter() - Constructor for class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
Creates a new GeomRendererAdapter for the super class.
get(int) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
get(int) - Method in class magellan.library.utils.Bucket
Get a specific item from the bucket.
get(int) - Method in class magellan.library.utils.UnionList
 
get(Object) - Method in class magellan.library.utils.RadixTreeImpl
 
get(Object) - Method in class magellan.library.utils.TagMap
Deprecated.
 
get(String) - Method in class magellan.library.utils.HTTPClient
Macht einen GET Request.
get(String) - Static method in class magellan.library.utils.Resources
Returns the resource for the resource key in the default locale of the running machine.
get(String, boolean) - Static method in class magellan.library.utils.Resources
Returns the resource for the resource key in the default locale of the running machine.
get(String, Object...) - Static method in class magellan.library.utils.Resources
Returns the resource for the resource key in the default locale of the running machine.
get(String, Locale, boolean) - Static method in class magellan.library.utils.Resources
Returns the resource for the resource key in the given locale.
get(URI) - Method in class magellan.library.utils.HTTPClient
Macht einen GET Request.
get(URI, boolean) - Method in class magellan.library.utils.HTTPClient
Macht einen GET Request.
get(CoordinateID) - Method in interface magellan.library.utils.Regions.Metric
Returns the info for the node.
get(CoordinateID) - Method in class magellan.library.utils.Regions.MultidimensionalMetric
 
get(Selectable) - Static method in enum magellan.library.Bookmark.BookmarkType
 
getAbbrev() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the value of abbrev.
getAccelerator() - Method in class magellan.client.actions.MenuAction
Returns the shortcut KeyStroke this menu action is to be invokable with.
getAcceleratorTranslated() - Method in class magellan.client.actions.desktop.LayoutDeleteAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.desktop.LayoutExportAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.desktop.LayoutImportAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.desktop.LayoutNewAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.desktop.LayoutSaveAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.edit.FindAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.edit.QuickFindAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.edit.RedoAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.edit.UndoAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.AlchemyAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.ArmyStatsAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.ConversionAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.FactionStatsAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.HelpAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.InfoAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.OptionAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.ProfileAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.RepaintAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.TileSetAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.TipOfTheDayAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.TradeOrganizerAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.extras.VorlageAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.file.AbortAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.file.AddCRAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.file.ExportCRAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.file.FileSaveAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.file.FileSaveAsAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.file.OpenCRAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.file.OpenOrdersAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.file.QuitAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.file.SaveOrdersAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.map.AbstractSelectionAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.map.IslandAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.map.MapSaveAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.map.SetGirthAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.map.SetOriginAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.MenuAction
Returns an accelerator key combination which should depend on the current GUI locale for a menu action.
getAcceleratorTranslated() - Method in class magellan.client.actions.orders.ChangeFactionConfirmationAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.orders.ConfirmAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.orders.FindPreviousUnconfirmedAction
 
getAcceleratorTranslated() - Method in class magellan.client.actions.orders.UnconfirmAction
 
getAction(ActionEvent) - Static method in enum magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn.PlugInAction
finds the action matching the event's action command
getAction(ActionEvent) - Static method in enum magellan.plugin.extendedcommands.PlugInAction
 
getActions() - Method in class magellan.client.swing.completion.OrderEditorKit
Fetches the order list for the editor.
getActivationTime() - Method in class magellan.client.completion.AutoCompletion
Returns the time (in ms) after a key stroke until activating the GUI.
getActiveBackgroundColor() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Returns the color for the active unconfirmed unit's editor.
getActiveBackgroundColorConfirmed() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Returns the color for the active confirmed unit's editor.
getActiveBookmark() - Method in class magellan.client.utils.BookmarkManager
Returns the value of activeBookmark.
getActiveObject() - Method in class magellan.client.event.SelectionEvent
Returns the one single object activated by the user.
getActiveObject() - Method in class magellan.client.utils.BookmarkManager
Returns the currently active (i.e. selected elsewhere) object.
getActiveRegion() - Method in class magellan.client.swing.map.Mapper
Get the active region.
getActiveRegion() - Method in class magellan.client.swing.MapperPanel
Get the active region.
getActiveRegion() - Method in class magellan.library.EmptyData
 
getActiveRegion() - Method in class magellan.library.GameData
Returns the current active region.
getActiveSelection() - Method in class magellan.client.EMapDetailsPanel
 
getAddBuilding(EntityID) - Method in class magellan.library.io.AbstractReportParser
Helper function: Find a building in world.
getAddFaction(EntityID) - Method in class magellan.library.io.AbstractReportParser
Helper function: Find a faction in world.
getAdditionalIcons() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
Returns the value of addIcon.
getAdditionalMovement(Unit) - Method in class magellan.client.swing.map.PathCellRenderer
 
getAdditionalMovement(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getAdditionalMovement(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getAdditionalMovement(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the list of regions that the unit will move through after the next turn.
getAdditiveShipBonus() - Method in class magellan.library.rules.Race
Returns the bonus that is added to the ship radius for this race.
getAddShip(EntityID) - Method in class magellan.library.io.AbstractReportParser
Helper function: Find a ship in world.
getAddUnit(UnitID, boolean) - Method in class magellan.library.io.AbstractReportParser
Helper function: Find a unit in world.
getAdversaries() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the value of adversaries.
getAffectedObject() - Method in class magellan.library.utils.JECheck.ECheckMessage
DOCUMENT-ME
getAge() - Method in interface magellan.library.Faction
Returns the value of age.
getAge() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of age.
getAlias() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the alias, i.e. the id of this unit it had in the last turn (e.g. after a NUMMER order).
getAlias() - Method in interface magellan.library.Unit
Returns the alias, i.e. the id of this unit it had in the last turn (e.g. after a NUMMER order).
getAlive() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of alive.
getAlliance() - Method in interface magellan.library.Faction
Returns the alliance this faction is a member of or null (E3 ALLIANCE order).
getAlliance() - Method in class magellan.library.impl.MagellanFactionImpl
 
getAlliance(ID) - Method in class magellan.client.swing.tree.FactionNodeWrapper
DOCUMENT-ME
getAllianceCategories() - Method in class magellan.library.Alliance
Returns all alliance categories assigned to this alliance
getAllianceCategories() - Method in class magellan.library.EmptyRules
 
getAllianceCategories() - Method in class magellan.library.rules.GenericRules
 
getAllianceCategories() - Method in interface magellan.library.Rules
Returns a list of all possible alliance categories.
getAllianceCategory(String) - Method in class magellan.library.EmptyRules
 
getAllianceCategory(String) - Method in class magellan.library.rules.GenericRules
 
getAllianceCategory(String) - Method in interface magellan.library.Rules
get AllianceCategory by (possibly localized) name
getAllianceCategory(String, boolean) - Method in class magellan.library.EmptyRules
 
getAllianceCategory(String, boolean) - Method in class magellan.library.rules.GenericRules
 
getAllianceCategory(String, boolean) - Method in interface magellan.library.Rules
get AllianceCategory by (possibly localized) name
getAllianceCategory(StringID) - Method in class magellan.library.EmptyRules
 
getAllianceCategory(StringID) - Method in class magellan.library.rules.GenericRules
 
getAllianceCategory(StringID) - Method in interface magellan.library.Rules
Returns the alliance category with the given id.
getAllianceCategory(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getAllianceCategory(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getAllianceCategory(StringID, boolean) - Method in interface magellan.library.Rules
Returns the alliance category with the given id.
getAllianceCategoryIterator() - Method in class magellan.library.EmptyRules
 
getAllianceCategoryIterator() - Method in class magellan.library.rules.GenericRules
Deprecated.
getAllianceCategoryIterator() - Method in interface magellan.library.Rules
Returns a list of all possible alliance categories.
getAllianceGroup(ID) - Method in class magellan.library.EmptyData
 
getAllianceGroup(ID) - Method in class magellan.library.GameData
Returns the AllianceGroup with the specified ID if it exists, otherwise null.
getAllianceGroups() - Method in class magellan.library.EmptyData
 
getAllianceGroups() - Method in class magellan.library.GameData
Returns a collection of all known AllianceGroups.
getAllianceKey(String) - Static method in class magellan.library.gamebinding.GameConstants
Returns an order ID for the HELP order corresponding to the given category.
getAlliedState(Faction, Collection<Alliance>) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
Returns the string representation of the allied state of a given faction towards the given group.
getAllies() - Method in interface magellan.library.Faction
Returns the value of allies (HELP statuses).
getAllies() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of allies.
getAllNeighbours(Map<CoordinateID, Region>, CoordinateID, int, Map<ID, RegionType>) - Static method in class magellan.library.utils.Regions
Retrieve the regions within radius around region center.
getAllNeighbours(Map<CoordinateID, Region>, CoordinateID, Map<ID, RegionType>) - Static method in class magellan.library.utils.Regions
Retrieve the regions directly connected with the center region (including itself).
getAllNeighbours(Map<CoordinateID, Region>, ID, int, Map<ID, RegionType>) - Static method in class magellan.library.utils.Regions
Deprecated.
now obsolete
getAllNeighbours(CoordinateID, int) - Static method in class magellan.library.utils.Regions
Returns all coordinates with a distance of at most radius to center.
getAllProblemTypes() - Method in class magellan.client.swing.tasks.TaskTablePanel
Returns a list of all ProblemTypes of all registered inspectors.
getAllSets() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
a collection of set names
getAllTooltipDefinitions() - Method in class magellan.client.swing.map.Mapper
Returns a list of available tooltip definitions
getAmount() - Method in class magellan.client.swing.tree.FactionNodeWrapper
Returns the amount associated with this node.
getAmount() - Method in class magellan.client.swing.tree.GroupNodeWrapper
 
getAmount() - Method in class magellan.client.swing.tree.RegionNodeWrapper
 
getAmount() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
DOCUMENT-ME
getAmount() - Method in class magellan.library.gamebinding.AttackOrder
Returns the value of amount.
getAmount() - Method in class magellan.library.gamebinding.GiveOrder
Returns the value of amount.
getAmount() - Method in class magellan.library.gamebinding.RecruitmentOrder
Returns the value of amount.
getAmount() - Method in class magellan.library.gamebinding.ReserveOrder
Returns the value of amount.
getAmount() - Method in class magellan.library.impl.MagellanSpellImpl.Component
 
getAmount() - Method in class magellan.library.Item
Returns the amount, i.e. the number of entities this item represents.
getAmount() - Method in class magellan.library.RegionResource
Returns the amount of the resource visible or available.
getAmount() - Method in class magellan.library.rules.Resource
DOCUMENT-ME
getAmount() - Method in interface magellan.library.Spell.Component
 
getAmount() - Method in class magellan.library.utils.Units.StatItem
 
getAmount() - Method in class magellan.library.utils.Units.UnitWrapper
 
getAmount() - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Returns the value of amount.
getAppDataDirectory() - Static method in class magellan.client.utils.MagellanFinder
 
getApplicationIcon() - Static method in class magellan.client.Client
Returns the application icon
getArgument() - Method in class magellan.client.swing.completion.OrderEditor
Returns the unit for this editor.
getArgument() - Method in interface magellan.client.swing.tree.Changeable
The game object for which this Changeable is responsible.
getArgument() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
 
getArgument() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
getArgument() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
getArmour(Unit, Collection<Item>) - Method in class magellan.client.swing.ArmyStatsPanel
 
getArmyIcon(Faction) - Method in class magellan.client.swing.ArmyStatsPanel
 
getATR() - Method in class magellan.client.swing.map.Mapper
Returns the currend ATR.
getAttackAggressors() - Method in class magellan.library.impl.MagellanUnitImpl
 
getAttackAggressors() - Method in interface magellan.library.Unit
Returns a list of attackers.
getAttacked() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the value of attacked.
getAttackVictims() - Method in class magellan.library.impl.MagellanUnitImpl
 
getAttackVictims() - Method in interface magellan.library.Unit
Returns a list of attacked victims.
getAttribute(String) - Method in interface magellan.library.Addeable
Returns the value for the given key.
getAttribute(String) - Method in class magellan.library.EmptyData
 
getAttribute(String) - Method in class magellan.library.GameData
 
getAttribute(String) - Method in class magellan.library.impl.MagellanBorderImpl
 
getAttribute(String) - Method in class magellan.library.impl.MagellanCombatSpellImpl
 
getAttribute(String) - Method in class magellan.library.impl.MagellanGroupImpl
 
getAttribute(String) - Method in class magellan.library.impl.MagellanHotSpotImpl
 
getAttribute(String) - Method in class magellan.library.impl.MagellanIslandImpl
 
getAttribute(String) - Method in class magellan.library.impl.MagellanMessageImpl
 
getAttribute(String) - Method in class magellan.library.impl.MagellanPotionImpl
 
getAttribute(String) - Method in class magellan.library.impl.MagellanRelatedImpl
 
getAttribute(String) - Method in class magellan.library.impl.MagellanSchemeImpl
 
getAttribute(String) - Method in class magellan.library.impl.MagellanSpellImpl
 
getAttribute(String) - Method in class magellan.library.RegionResource
 
getAttributeKeys() - Method in interface magellan.library.Addeable
Returns all keys that have been added to this object.
getAttributeKeys() - Method in class magellan.library.EmptyData
 
getAttributeKeys() - Method in class magellan.library.GameData
 
getAttributeKeys() - Method in class magellan.library.impl.MagellanBorderImpl
 
getAttributeKeys() - Method in class magellan.library.impl.MagellanCombatSpellImpl
 
getAttributeKeys() - Method in class magellan.library.impl.MagellanGroupImpl
 
getAttributeKeys() - Method in class magellan.library.impl.MagellanHotSpotImpl
 
getAttributeKeys() - Method in class magellan.library.impl.MagellanIslandImpl
 
getAttributeKeys() - Method in class magellan.library.impl.MagellanMessageImpl
 
getAttributeKeys() - Method in class magellan.library.impl.MagellanPotionImpl
 
getAttributeKeys() - Method in class magellan.library.impl.MagellanRelatedImpl
 
getAttributeKeys() - Method in class magellan.library.impl.MagellanSchemeImpl
 
getAttributeKeys() - Method in class magellan.library.impl.MagellanSpellImpl
 
getAttributeKeys() - Method in class magellan.library.RegionResource
 
getAttributes() - Method in class magellan.library.impl.MagellanMessageImpl
The attributes of this message.
getAttributes() - Method in interface magellan.library.Message
The attributes of this message.
getAttributeSize() - Method in interface magellan.library.Addeable
Returns the number of keys that have been added.
getAttributeSize() - Method in class magellan.library.EmptyData
 
getAttributeSize() - Method in class magellan.library.GameData
 
getAttributeSize() - Method in class magellan.library.impl.MagellanBorderImpl
 
getAttributeSize() - Method in class magellan.library.impl.MagellanCombatSpellImpl
 
getAttributeSize() - Method in class magellan.library.impl.MagellanGroupImpl
 
getAttributeSize() - Method in class magellan.library.impl.MagellanHotSpotImpl
 
getAttributeSize() - Method in class magellan.library.impl.MagellanIslandImpl
 
getAttributeSize() - Method in class magellan.library.impl.MagellanMessageImpl
 
getAttributeSize() - Method in class magellan.library.impl.MagellanPotionImpl
 
getAttributeSize() - Method in class magellan.library.impl.MagellanRelatedImpl
 
getAttributeSize() - Method in class magellan.library.impl.MagellanSchemeImpl
 
getAttributeSize() - Method in class magellan.library.impl.MagellanSpellImpl
 
getAttributeSize() - Method in class magellan.library.RegionResource
 
getAura() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of aura.
getAura() - Method in interface magellan.library.Unit
Returns the value of aura.
getAuraMax() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of auraMax.
getAuraMax() - Method in interface magellan.library.Unit
Returns the value of auraMax.
getAutoConfirm() - Method in class magellan.client.swing.OpenOrdersAccessory
DOCUMENT-ME
getAutoConfirm() - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Returns whether all read orders get automatically confirmed.
getAutoConfirm() - Method in class magellan.library.utils.OrderReader
Returns whether all read orders get automatically confirmed.
getAvailableLocales() - Static method in class magellan.library.utils.Resources
Returns a list of all available translations including the default translation as ENGLISH.
getAvailableRenderers() - Method in class magellan.client.swing.map.Mapper
Returns a list of available rendereres in this map.
getAverageScore() - Method in interface magellan.library.Faction
Returns the value of averageScore.
getAverageScore() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of averageScore.
getBackColor() - Method in class magellan.client.swing.map.SignTextCellRenderer
 
getBackground() - Method in class magellan.client.swing.tree.GraphicsStyleset
Getter for property background.
getBarAreas() - Method in class magellan.client.skillchart.VerticalBarPlot
DOCUMENT-ME
getBase() - Method in interface magellan.library.io.cr.CRParser.BeanState
 
getBase() - Method in class magellan.library.io.cr.CRParser.RegionParseState
 
getBase() - Method in class magellan.library.io.cr.CRParser.UnitParseState
 
getBase() - Method in class magellan.library.utils.replacers.ReplacerSystem
DOCUMENT-ME
getBattles() - Method in interface magellan.library.Faction
Returns the value of battles.
getBattles() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of battles.
getBean() - Method in interface magellan.library.io.cr.CRParser.BeanState
The bean that is modified by the handler.
getBean() - Method in class magellan.library.io.cr.CRParser.RegionParseState
 
getBean() - Method in class magellan.library.io.cr.CRParser.UnitParseState
 
getBesiegers() - Method in interface magellan.library.Building
 
getBesiegers() - Method in class magellan.library.impl.MagellanBuildingImpl
 
getBesiegerUnits() - Method in interface magellan.library.Building
 
getBesiegerUnits() - Method in class magellan.library.impl.MagellanBuildingImpl
 
getBinaryDirectory() - Static method in class magellan.client.Client
Returns the directory where the binaries are.
getBitMap() - Method in class magellan.library.rules.Options
DOCUMENT-ME
getBitMask() - Method in class magellan.library.rules.AllianceCategory
Returns the bitmask of this category.
getBitMask() - Method in class magellan.library.rules.OptionCategory
DOCUMENT-ME
getBlockID() - Method in class magellan.library.impl.MagellanSpellImpl
Returns the integer serving as the block id in the cr.
getBlockID() - Method in interface magellan.library.Spell
Returns the integer serving as the block id in the cr.
getBoldFont(Font) - Method in class magellan.client.swing.tree.CellRenderer
Returns the bold font of the given font.
getBookmark() - Method in interface magellan.library.BookmarkBuilder
 
getBookmark() - Method in class magellan.library.impl.MagellanBookmarkBuilder
 
getBookmark(Selectable) - Method in class magellan.library.CompleteData
 
getBookmark(Selectable) - Method in class magellan.library.EmptyData
 
getBookmark(Selectable) - Method in class magellan.library.GameData
 
getBookmarkManager() - Method in class magellan.client.Client
 
getBookmarks() - Method in class magellan.client.utils.BookmarkManager
Returns the list of all bookmarks
getBookmarks() - Method in class magellan.library.CompleteData
 
getBookmarks() - Method in class magellan.library.EmptyData
 
getBookmarks() - Method in class magellan.library.GameData
 
getBoolean(Properties, String, boolean) - Static method in class magellan.library.utils.PropertiesHelper
Searches the property with the given key and if it exists, it tries to convert it into a boolean and returns that value.
getBoolValue(String, boolean) - Static method in class magellan.library.utils.Utils
Returns the boolean value of a string.
getBorder() - Method in class magellan.client.swing.tree.BorderNodeWrapper
 
getBorder(ID) - Method in class magellan.library.impl.MagellanRegionImpl
Returns the border with the specified id.
getBorder(ID) - Method in interface magellan.library.Region
Returns the border with the specified id.
getBorder(Unit, boolean) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
getBorderInsets(Component) - Method in class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel.LeftBorder
 
getBorderInsets(Component, Insets) - Method in class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel.LeftBorder
 
getBoundingBox(GameData, BoxTransformer.BBoxes) - Static method in class magellan.library.utils.transformation.TransformerFinder
Try to find a translation based on region ids.
getBounds() - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
getBox(int) - Method in class magellan.library.utils.transformation.BoxTransformer.BBoxes
Returns the box for the specified layer or null if it has not been set.
getBoxes() - Method in class magellan.library.utils.transformation.BoxTransformer
 
getBranchCount() - Method in interface magellan.library.utils.replacers.BranchReplacer
Returns the number of branches of this replacer
getBranchCount() - Method in class magellan.library.utils.replacers.FilterSwitch
Returns 1.
getBranchCount() - Method in class magellan.library.utils.replacers.IfBranchReplacer
Returns 2.
getBranchSign(int) - Method in interface magellan.library.utils.replacers.BranchReplacer
Returns the marker for the index-th branch.
getBranchSign(int) - Method in class magellan.library.utils.replacers.FilterSwitch
 
getBranchSign(int) - Method in class magellan.library.utils.replacers.IfBranchReplacer
Returns "else" for the first branch, "end" for the next branch.
getBuild() - Method in class magellan.library.utils.Version
Returns the Build Version Number
getBuilding() - Method in class magellan.library.gamebinding.e3a.MaintainOrder
Returns the value of target.
getBuilding() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the building this unit is staying in.
getBuilding() - Method in interface magellan.library.Unit
Returns the building this unit is staying in.
getBuilding(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tries to find the building with the given ID in the data.
getBuilding(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the building object with the given id.
getBuilding(ID) - Method in class magellan.library.GameData
Retrieve a building from buildings() by id.
getBuilding(ID) - Method in class magellan.library.impl.MagellanRegionImpl
Retrieve a building in this container by id.
getBuilding(ID) - Method in interface magellan.library.Region
Retrieve a building in this container by id.
getBuildings() - Method in class magellan.library.GameData
Returns an unmodifiable view of all buildings in the data.
getBuildingType() - Method in interface magellan.library.Building
Returns the BuildingType of this building.
getBuildingType() - Method in class magellan.library.impl.MagellanBuildingImpl
Returns the BuildingType of this building.
getBuildingType(String) - Method in class magellan.library.EmptyRules
 
getBuildingType(String) - Method in class magellan.library.rules.GenericRules
 
getBuildingType(String) - Method in interface magellan.library.Rules
Shorthand for getBuildingType(id, false)
getBuildingType(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
The BuildingType with the given name.
getBuildingType(String, boolean) - Method in class magellan.library.EmptyRules
 
getBuildingType(String, boolean) - Method in class magellan.library.rules.GenericRules
 
getBuildingType(String, boolean) - Method in interface magellan.library.Rules
get BuildingType by (possibly localized) name
getBuildingType(StringID) - Method in class magellan.library.EmptyRules
 
getBuildingType(StringID) - Method in class magellan.library.rules.GenericRules
 
getBuildingType(StringID) - Method in interface magellan.library.Rules
Shorthand for getBuildingType(id, false)
getBuildingType(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getBuildingType(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getBuildingType(StringID, boolean) - Method in interface magellan.library.Rules
Returns the building type with given id.
getBuildingTypeIterator() - Method in class magellan.library.EmptyRules
 
getBuildingTypeIterator() - Method in class magellan.library.rules.GenericRules
 
getBuildingTypeIterator() - Method in interface magellan.library.Rules
Returns an iterator over all building types (including CastleTypes).
getBuildingTypes() - Method in class magellan.library.EmptyRules
 
getBuildingTypes() - Method in class magellan.library.rules.GenericRules
 
getBuildingTypes() - Method in interface magellan.library.Rules
Returns a collection of all building types (including CastleTypes).
getBuildRatio() - Method in interface magellan.library.Border
Indicates, to what extend this border type is completed.
getBuildRatio() - Method in class magellan.library.impl.MagellanBorderImpl
 
getBuildSkillLevel() - Method in class magellan.library.rules.ConstructibleType
Returns the minimum level to construct one unit of this type.
getButtonPanel() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
getCache() - Method in interface magellan.library.HasCache
Returns the value of cache.
getCache() - Method in class magellan.library.impl.MagellanUnitContainerImpl
Returns the value of cache.
getCache() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of cache.
getCapacity() - Method in class magellan.library.impl.MagellanShipImpl
Returns the value of capacity.
getCapacity() - Method in class magellan.library.rules.Race
Returns the carrying capacity (in GE).
getCapacity() - Method in class magellan.library.rules.ShipType
Returns the maximum capacity (in GE).
getCapacity() - Method in interface magellan.library.Ship
Returns the value of capacity.
getCaptainSkillAmount(Ship) - Static method in class magellan.library.utils.Units
Returns the sailing skill value of the ship's owner
getCaptainSkillLevel() - Method in class magellan.library.rules.ShipType
Returns the skill level required to command the ship.
getCargo() - Method in class magellan.library.impl.MagellanShipImpl
Returns the cargo load of this ship.
getCargo() - Method in interface magellan.library.Ship
Returns the cargo load of this ship.
getCarriers() - Method in class magellan.library.impl.MagellanUnitImpl
Returns all units indicating by their orders that they would transport this unit as a passenger (if there is more than one such unit, that is a semantical error of course).
getCarriers() - Method in interface magellan.library.Unit
Returns all units indicating by their orders that they would transport this unit as a passenger (if there is more than one such unit, that is a semantical error of course).
getCastingLevel() - Method in interface magellan.library.CombatSpell
Gets the level at which the unit wants to cast this spell.
getCastingLevel() - Method in class magellan.library.impl.MagellanCombatSpellImpl
Gets the level at which the unit wants to cast this spell.
getCastleType(String) - Method in class magellan.library.EmptyRules
 
getCastleType(String) - Method in class magellan.library.rules.GenericRules
 
getCastleType(String) - Method in interface magellan.library.Rules
Shorthand for getCastleType(id, false)
getCastleType(String, boolean) - Method in class magellan.library.EmptyRules
 
getCastleType(String, boolean) - Method in class magellan.library.rules.GenericRules
 
getCastleType(String, boolean) - Method in interface magellan.library.Rules
get CastleType by (possibly localized) name
getCastleType(StringID) - Method in class magellan.library.EmptyRules
 
getCastleType(StringID) - Method in class magellan.library.rules.GenericRules
 
getCastleType(StringID) - Method in interface magellan.library.Rules
Shorthand for getCastleType(id, false)
getCastleType(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getCastleType(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getCastleType(StringID, boolean) - Method in interface magellan.library.Rules
Returns the castle type with given id.
getCastleTypeIterator() - Method in class magellan.library.EmptyRules
 
getCastleTypeIterator() - Method in class magellan.library.rules.GenericRules
 
getCastleTypeIterator() - Method in interface magellan.library.Rules
Returns an iterator of all castle types.
getCastleTypes() - Method in class magellan.library.EmptyRules
 
getCastleTypes() - Method in class magellan.library.rules.GenericRules
 
getCastleTypes() - Method in interface magellan.library.Rules
Returns a collection of all castle types.
getCategories() - Method in class magellan.client.skillchart.VerticalBarPlot
A convenience method that returns a list of the categories in the data source.
getCategories() - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.HelfeReader
Returns all categories except KÄMPFE, which is implicit in E3 and cannot be set with the HELFE order, and PARTEITARNUNG.
getCategories() - Method in class magellan.library.gamebinding.EresseaOrderParser.HelfeReader
 
getCategory() - Method in class magellan.library.rules.ItemType
Returns the items category.
getCategory() - Method in class magellan.library.rules.SkillType
Returns the skill category.
getCategoryAxis() - Method in class magellan.client.skillchart.VerticalBarPlot
A convenience method that returns a reference to the horizontal axis cast as a CategoryAxis.
getCategoryCoordinate(int, Rectangle2D) - Method in class magellan.client.skillchart.VerticalBarPlot
Returns the x-coordinate (in Java 2D User Space) of the center of the specified category.
getCause() - Method in class magellan.library.event.UnitChangeEvent
Returns the value of cause.
getCData(Element) - Static method in class magellan.library.utils.Utils
Returns al character data inside a root element
getCellEditorValue() - Method in class magellan.client.preferences.DesktopShortCutPreferences.KeyStrokeCellEditor
 
getCellGeometry() - Method in class magellan.client.swing.map.HexCellRenderer
Returns the used cell geometry object.
getCellGeometry() - Method in interface magellan.client.swing.map.MapCellRenderer
Returns the CellGeometry object this object uses for rendering.
getCellGeometry() - Method in class magellan.client.swing.map.Mapper
Getter for property cellGeometry.
getCellPosition(int, int) - Method in class magellan.client.swing.map.CellGeometry
Returns the scaled pixel position of a cell with the map coordinates mapX and mapY.
getCellPositionX(int, int) - Method in class magellan.client.swing.map.CellGeometry
Returns the scaled pixel position on the x-axis of a cell with the map coordinates mapX and mapY.
getCellPositionY(int, int) - Method in class magellan.client.swing.map.CellGeometry
Returns the scaled pixel position on the y-axis of a cell with the map coordinates mapX and mapY.
getCellRect(int, int) - Method in class magellan.client.swing.map.CellGeometry
Returns the scaled pixel position and size of a cell with the map coordinates mapX and mapY.
getCellRect(CoordinateID) - Method in class magellan.client.swing.map.Mapper
Returns the bounds of the specified region on this component.
getCellSize() - Method in class magellan.client.swing.map.CellGeometry
Returns the scaled size of cells.
getCenter() - Method in interface magellan.library.HotSpot
Returns the ID in the center of the region of interest this HotSpot points to.
getCenter() - Method in class magellan.library.impl.MagellanHotSpotImpl
Returns the ID in the center of the region of interest this HotSpot points to.
getCenter(Rectangle) - Method in class magellan.client.swing.map.Mapper
Returns the coordinate of the region that is at the center of the currently displayed area.
getCenteredViewPosition(Dimension, CoordinateID) - Method in class magellan.client.swing.map.Mapper
Returns the location (upper left corner) of the drawing area so that a certain region is at the center of the view port.
getChangeLevel() - Method in class magellan.library.Skill
The level of change.
getChangeModes() - Method in class magellan.client.swing.completion.OrderEditor
getChangeModes() - Method in interface magellan.client.swing.tree.Changeable
Return the change mode.
getChangeModes() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
getChangeModes() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
getChangeModes() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
getCheckerDefaultParameter() - Method in class magellan.library.gamebinding.AllanonOrderWriter
 
getCheckerDefaultParameter() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderWriter
 
getCheckerDefaultParameter() - Method in class magellan.library.gamebinding.e3a.E3AOrderWriter
 
getCheckerDefaultParameter() - Method in class magellan.library.gamebinding.EresseaOrderWriter
 
getCheckerDefaultParameter() - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Returns a list of default parameters for the Syntax Checker.
getCheckerName() - Method in class magellan.library.gamebinding.AllanonOrderWriter
 
getCheckerName() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderWriter
 
getCheckerName() - Method in class magellan.library.gamebinding.e3a.E3AOrderWriter
 
getCheckerName() - Method in class magellan.library.gamebinding.EresseaOrderWriter
 
getCheckerName() - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Return the name of the order checker like ECheck.
getCheckerName() - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Returns the name of the Syntax Checker like "ECheck" or "ACheck".
getChildNode(Element) - Static method in class magellan.library.utils.Utils
Returns the first child node of a root node
getChildNode(Element, String) - Static method in class magellan.library.utils.Utils
Returns the first child node of a root node with the given name
getChildNodes(Element) - Static method in class magellan.library.utils.Utils
Returns all XML child nodes of a root node.
getChildNodes(Element, String) - Static method in class magellan.library.utils.Utils
Returns all XML child nodes of a root node with the given name
getChildren() - Method in class magellan.client.preferences.ClientPreferences
 
getChildren() - Method in class magellan.client.preferences.DesktopPreferences
 
getChildren() - Method in class magellan.client.preferences.DetailsViewPreferences
 
getChildren() - Method in class magellan.client.preferences.IconPreferences
Returns a list of preferences adapters that should be displayed in the given order.
getChildren() - Method in class magellan.client.preferences.MapPreferences
DOCUMENT-ME
getChildren() - Method in class magellan.client.preferences.PluginPreferences
Returns the plugin's preferences adapters
getChildren() - Method in class magellan.client.preferences.RegionOverviewPreferences
 
getChildren() - Method in class magellan.client.preferences.TaskTablePreferences
 
getChildren() - Method in interface magellan.client.swing.preferences.ExtendedPreferencesAdapter
Returns a list of preferences adapters that should be displayed in the given order.
getChildren() - Method in class magellan.library.rules.AllianceCategory
 
getChildren() - Method in class magellan.library.rules.Category
DOCUMENT-ME
getClassesFromPath(ClassLoader, Class<T>, String) - Method in class magellan.client.extern.AbstractPlugInLoader
 
getClassesFromPath(ClassLoader, Class<T>, String, String, String) - Method in class magellan.client.extern.AbstractPlugInLoader
 
getClassID(Class<? extends UnitRelation>) - Static method in class magellan.library.relation.UnitRelation
Returns a unique ID for every subclass of UnitRelation.
getClient() - Method in class magellan.client.MagellanContext
Returns the associated client.
getClient() - Method in class magellan.plugin.battleanalyzer.BattleDock
Returns the value of client.
getClient() - Method in class magellan.plugin.groupeditor.GroupEditorDock
Returns the value of client.
getClipboardValue() - Method in class magellan.client.swing.tree.BorderNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.FactionNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.GroupNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.IslandNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.ItemNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
 
getClipboardValue() - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.RegionNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
DOCUMENT-ME
getClipboardValue() - Method in class magellan.client.swing.tree.SkillNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
getClipboardValue() - Method in interface magellan.client.swing.tree.SupportsClipboard
DOCUMENT-ME
getClipboardValue() - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.UnitContainerNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.UnitListNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.UnitNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
getClipboardValue() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
getCoastBitMap() - Method in class magellan.library.impl.MagellanRegionImpl
 
getCoastBitMap() - Method in interface magellan.library.Region
The returned integer is an BitMap representing the info, if neighboring regions are ozean or not-
BitMask 1: dir = 0
BitMask 2: dir = 1
BitMask 4: dir = 2 ....
BitMask 64: random bit 1 (for variable effects like ice)
BitMask 128: random bit 2
Bit = 1 -> there is land!
getCollapseMode() - Method in class magellan.client.EMapOverviewPanel
Returns the value of collapseMode.
getCollection(Class<T>, Collection<?>) - Static method in class magellan.library.utils.filters.CollectionFilters
Returns an (unmodifiable) collection that contains all elements that are instances of class1 in values.
getColor(Color) - Static method in class magellan.library.utils.Utils
This method returns a String object coresponding to the format: #RRGGBB oder RRGGBB
getColor(String) - Static method in class magellan.library.utils.Utils
This method returns a Color object coresponding to the format: #RRGGBB oder RRGGBB
getColor(Properties, String, Color) - Static method in class magellan.library.utils.PropertiesHelper
Searches the property with the given key and if it exists, it tries to convert it into a Color and returns that value.
getColor(Region) - Method in class magellan.client.swing.map.AbstractRegionShapeCellRenderer
 
getColor(Region) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
getColor(Region) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
getColorAt(float) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
DOCUMENT-ME
getColorPanel() - Method in class magellan.client.preferences.DetailsViewOrderEditorPreferences
 
getColors() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
DOCUMENT-ME
getColumnClass(int) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
 
getColumnClass(int) - Method in class magellan.client.swing.table.TableMap
DOCUMENT-ME
getColumnClass(int) - Method in class magellan.client.swing.table.TableSorter
 
getColumnClass(int) - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
 
getColumnClass(int) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
 
getColumnCount() - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
 
getColumnCount() - Method in class magellan.client.swing.table.TableMap
DOCUMENT-ME
getColumnCount() - Method in class magellan.client.swing.table.TableSorter
 
getColumnCount() - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
 
getColumnCount() - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
 
getColumnName(int) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
 
getColumnName(int) - Method in class magellan.client.swing.table.TableMap
DOCUMENT-ME
getColumnName(int) - Method in class magellan.client.swing.table.TableSorter
 
getColumnName(int) - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
 
getColumnName(int) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
 
getCombatOrder(Unit, int) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
getCombatSpells() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of combatSpells.
getCombatSpells() - Method in interface magellan.library.Unit
Returns the value of combatSpells.
getCombatState() - Method in class magellan.client.swing.TempUnitDialog
Returns the selected combatState or -1 if it is not set.
getCombatStates() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getCombatStates() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getCombatStates() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getCombatStates() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getCombatStates() - Method in interface magellan.library.gamebinding.GameSpecificStuff
Returns a map of possible combat states.
getCombatStatus() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of combatStatus.
getCombatStatus() - Method in interface magellan.library.Unit
Returns the value of combatStatus.
getCombatStatus() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of combatStatus.
getCommandMap() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns the value of commandMap.
getCommands() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns a collections of all command registered by #addCommand(String, OrderHandler).
getCommands() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
getCommands() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Returns the value of commands.
getCommands(Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns the command script for the given unit.
getCommands(UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns the command script for the given unitcontainer.
getCommandTrie() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns the trie for the current locale (AbstractOrderParser.getLocale().
getComment() - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
 
getComment() - Method in class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
 
getComments() - Method in class magellan.library.impl.MagellanUnitContainerImpl
Returns the value of comments.
getComments() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of comments.
getComments() - Method in interface magellan.library.Unit
Returns the value of comments.
getComments() - Method in interface magellan.library.UnitContainer
Returns the value of comments.
getComparator(int) - Method in class magellan.client.swing.table.TableSorter
 
getComparator(int) - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
 
getCompleteOrders() - Method in class magellan.library.impl.MagellanUnitImpl
Returns all orders including the orders necessary to issue the creation of all the child temp units of this unit.
getCompleteOrders() - Method in interface magellan.library.Unit
Returns all orders including the orders necessary to issue the creation of all the child temp units of this unit.
getCompleteOrders(boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Returns all orders including the orders necessary to issue the creation of all the child temp units of this unit.
getCompleteOrders(boolean) - Method in interface magellan.library.Unit
Returns a list of all orders.
getCompleter() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
getCompleter() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns the value of completer.
getCompleter() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
Returns the value of completer.
getCompleter() - Method in class magellan.library.gamebinding.e3a.E3AOrderParser
 
getCompleter() - Method in class magellan.library.gamebinding.EresseaOrderParser
Returns the value of completer.
getCompleter(GameData, CompleterSettingsProvider) - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
getCompleter(GameData, CompleterSettingsProvider) - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getCompleter(GameData, CompleterSettingsProvider) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getCompleter(GameData, CompleterSettingsProvider) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getCompleter(GameData, CompleterSettingsProvider) - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getCompleter(GameData, CompleterSettingsProvider) - Method in interface magellan.library.gamebinding.GameSpecificStuff
Delivers a game specific Completer
getCompleterKeys() - Method in class magellan.client.completion.AutoCompletion
Returns keys for cycling, completing and breaking.
getCompleterSettingsProvider() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Returns the value of completerSettingsProvider.
getCompletionGUIs() - Method in class magellan.client.completion.AutoCompletion
Returns the list of available GUIs.
getCompletions() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Returns the value of completions.
getCompletions(Unit, String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Parses the String cmd with Unit u as context and returns possible completions if the cmd is an incomplete order.
getCompletions(Unit, String, List<Completion>) - Method in interface magellan.library.completion.Completer
Get order completions for the order line and Unit u.
getCompletions(Unit, String, List<Completion>) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
getCompletions(Unit, String, List<Completion>) - Method in class magellan.library.gamebinding.e3a.E3AOrderCompleter
getComponent() - Method in class magellan.client.preferences.ClientFilePreferences
 
getComponent() - Method in class magellan.client.preferences.ClientLookAndFeelPreferences
DOCUMENT-ME
getComponent() - Method in class magellan.client.preferences.ClientMessagePreferences
 
getComponent() - Method in class magellan.client.preferences.ClientNameGeneratorPreferences
DOCUMENT-ME
getComponent() - Method in class magellan.client.preferences.ClientPreferences
 
getComponent() - Method in class magellan.client.preferences.ClientTextEncodingPreferences
Returns the component for showing in preferences dialog
getComponent() - Method in class magellan.client.preferences.DesktopPreferences
 
getComponent() - Method in class magellan.client.preferences.DesktopShortCutPreferences
 
getComponent() - Method in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
Returns this.
getComponent() - Method in class magellan.client.preferences.DetailsViewOrderEditorPreferences
DOCUMENT-ME
getComponent() - Method in class magellan.client.preferences.DetailsViewPreferences
 
getComponent() - Method in class magellan.client.preferences.IconColorMappingPreferences
 
getComponent() - Method in class magellan.client.preferences.IconPreferences
 
getComponent() - Method in class magellan.client.preferences.IconStyleSetPreferences
 
getComponent() - Method in class magellan.client.preferences.MapPreferences
 
getComponent() - Method in class magellan.client.preferences.MinimapPreferences
 
getComponent() - Method in class magellan.client.preferences.PluginPreferences
Draws a list of known plugins.
getComponent() - Method in class magellan.client.preferences.RegionOverviewPreferences
 
getComponent() - Method in class magellan.client.preferences.RegionOverviewSkillPreferences
 
getComponent() - Method in class magellan.client.preferences.ResourcePreferences
 
getComponent() - Method in class magellan.client.preferences.TaskTablePreferences
 
getComponent() - Method in class magellan.client.swing.BasicRegionPanel.BRPPreferences
 
getComponent() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
DOCUMENT-ME
getComponent() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
Returns this.
getComponent() - Method in class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences
DOCUMENT-ME
getComponent() - Method in class magellan.client.swing.map.BorderCellRenderer.Preferences
 
getComponent() - Method in class magellan.client.swing.map.BuildingCellRenderer.BuildingCellRendererPreferences
 
getComponent() - Method in class magellan.client.swing.map.HexCellRenderer.DefaultRendererPreferencesAdapter
Creates a default component with no configurable options.
getComponent() - Method in class magellan.client.swing.map.HighlightShapeCellRenderer.Preferences
DOCUMENT-ME
getComponent() - Method in class magellan.client.swing.map.MapperPreferences
 
getComponent() - Method in class magellan.client.swing.map.PathCellRenderer.Preferences
 
getComponent() - Method in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
Returns the component for graphical display.
getComponent() - Method in class magellan.client.swing.map.SignTextCellRenderer.Preferences
DOCUMENT-ME
getComponent() - Method in class magellan.client.swing.map.TextCellRenderer.Preferences
DOCUMENT-ME
getComponent() - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
DOCUMENT-ME
getComponent() - Method in interface magellan.client.swing.preferences.PreferencesAdapter
This function delivers the gui for the preferences adapter.
getComponentAfter(Container, Component) - Method in class magellan.client.swing.MagellanFocusTraversalPolicy
 
getComponentBefore(Container, Component) - Method in class magellan.client.swing.MagellanFocusTraversalPolicy
 
getComponentConfiguration() - Method in interface magellan.client.desktop.Initializable
Returns the current configuration of this component.
getComponentConfiguration() - Method in class magellan.client.EMapOverviewPanel
 
getComponentConfiguration() - Method in class magellan.client.swing.map.Mapper
Returns the current configuration of this mapper panel.
getComponentConfiguration() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Just returns the current mode number.
getComponentConfiguration() - Method in class magellan.client.swing.MapperPanel
Returns the current configuration of this mapper panel.
getComponents() - Method in class magellan.library.impl.MagellanSpellImpl
Returns the components of this spell as Strings.
getComponents() - Method in interface magellan.library.Spell
Returns the components of this spell as a map of "type" Strings as keys and "amount" Strings as values.
getComponents(Map<CoordinateID, Region>) - Static method in class magellan.library.utils.Regions
 
getComponentsUsed() - Method in class magellan.client.desktop.DFBInstance
Returns the list of used components
getComponentsUsed() - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
getConfiguration() - Method in class magellan.library.io.cr.CRParser
Returns the value of the configuration tag ("Konfiguration") as it has been read from the CR.
getConfiguration(Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
This method reads the orders of a unit and extracts all lines with the syntax '// extcmds:"":value'.
getConfirmedOnly() - Method in class magellan.client.swing.ECheckPanel
Returns true if only confirmed units should be checked.
getConfirmedOnly() - Method in class magellan.library.utils.OrderWriter
Returns true if only confirmed units written.
getContainer() - Method in class magellan.library.gamebinding.UCArgumentOrder
Returns the value of container.
getContainer(GameData, Unit, int, boolean) - Method in class magellan.library.gamebinding.UCArgumentOrder
 
getContainerAllUnitItem(UnitContainer, ItemType) - Static method in class magellan.library.utils.Units
Returns a specific item from the Units.getContainerAllUnitItems(UnitContainer) collection identified by the item type or null if no such item exists in the region.
getContainerAllUnitItems(UnitContainer) - Static method in class magellan.library.utils.Units
Returns the items of all units that are stationed in this region The amount of the items of a particular item type are added up, so two units with 5 pieces of silver yield one silver item of amount 10 here.
getContainerFactionUnitItem(UnitContainer, Unit, ItemType) - Static method in class magellan.library.utils.Units
Returns an item corresponding to unit's faction's total amount of this item in unit's region.
getContainerId() - Method in class magellan.plugin.extendedcommands.Script
Returns the value of containerId.
getContainerPrivilegedUnitItem(UnitContainer, ItemType) - Static method in class magellan.library.utils.Units
Returns a specific item from the Units.getContainerPrivilegedUnitItems(UnitContainer) collection identified by the item type or null if no such item exists in the region.
getContainerPrivilegedUnitItems(UnitContainer) - Static method in class magellan.library.utils.Units
Returns the items of all units that are stationed in this region and belonging to a faction that has at least a privileged trust level.
getContainerUnitItem(UnitContainer, ItemType, Map<UnitContainer, Reference<Map<ID, Units.StatItem>>>, UnitFilter) - Static method in class magellan.library.utils.Units
 
getContainerUnitItems(UnitContainer, Map<UnitContainer, Reference<Map<ID, Units.StatItem>>>, UnitFilter) - Static method in class magellan.library.utils.Units
Returns the items of all units that are stationed in this region and belonging to a faction that has at least a privileged trust level.
getContent() - Method in class magellan.client.swing.ui.InternalFrame
DOCUMENT-ME
getContent() - Method in class magellan.client.utils.SimpleInternalFrame
Returns the content - null, if none has been set. * @return the current content
getContext() - Method in class magellan.client.swing.MapperPanel
Returns the value of context.
getContextAdapter() - Method in interface magellan.client.swing.context.ContextChangeable
Returns an item for this renderer.
getContextAdapter() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
DOCUMENT-ME
getContextAdapter() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
 
getContextAdapter() - Method in class magellan.client.swing.map.RegionImageCellRenderer
 
getContextAdapter() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
getContextAdapter() - Method in class magellan.client.swing.map.TradeTextCellRenderer
DOCUMENT-ME
getContextFactory() - Method in class magellan.client.swing.completion.OrderEditor
 
getContextFactory() - Method in interface magellan.client.swing.tree.Changeable
Returns a factory for creating the appropriate context menu.
getContextFactory() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
 
getContextFactory() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
getContextFactory() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
getContextMenu() - Method in class magellan.client.swing.tree.NodeWrapperFactory
Returns the menu that can change display properties of the nodes created by this factory.
getContexts() - Method in class magellan.client.event.SelectionEvent
Returns the possibly multiple objects selected by the user.
getCookies() - Method in class magellan.library.utils.HTTPClient
Liefert die Cookies
getCoordinate() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the coordinate of this region.
getCoordinate() - Method in class magellan.library.impl.MagellanSchemeImpl
Returns the coordinate of this region.
getCoordinate() - Method in interface magellan.library.Region
Returns the coordinate of this region.
getCoordinate() - Method in interface magellan.library.Scheme
Returns the coordinate of this region.
getCoordinate() - Method in class magellan.plugin.battleanalyzer.BattleInfo
Returns the value of coordinate.
getCoordinate(int, int, int) - Method in class magellan.client.swing.map.CellGeometry
Returns the map coordinate of a cell containing the pixels sx and sy.
getCoordinateNeighbours(Map<CoordinateID, Region>, CoordinateID) - Static method in class magellan.library.utils.Regions
Calculates the neighbors of a region based on coordinates, i.e., it tests all neighboring coordinates and adds them if the region exists in the data.
getCoordinateNeighbours(GameData, CoordinateID) - Static method in class magellan.library.utils.Regions
Calculates the neighbors of a region based on coordinates, i.e., it tests all neighboring coordinates and adds them if the region exists in the data.
getCoordinateTranslation(EntityID, int) - Method in class magellan.library.EmptyData
 
getCoordinateTranslation(EntityID, int) - Method in class magellan.library.GameData
Returns a coordinate translation of otherFaction this report.
getCoordinateTranslationMap(EntityID) - Method in class magellan.library.EmptyData
 
getCoordinateTranslationMap(EntityID) - Method in class magellan.library.GameData
Returns the immutable map of all known coordinate translations of otherFaction.
getCoordinateTranslations() - Method in class magellan.library.EmptyData
 
getCoordinateTranslations() - Method in class magellan.library.GameData
 
getCoordMapper() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getCoordMapper() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getCoordMapper() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getCoordMapper() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getCoordMapper() - Method in interface magellan.library.gamebinding.GameSpecificStuff
Return the mapper to adjust map grid cells.
getCoordX() - Method in class magellan.library.impl.MagellanRegionImpl
Used for replacers..showing coordinates of region
getCoordX() - Method in interface magellan.library.Region
Used for replacers..showing coordinates of region
getCoordY() - Method in class magellan.library.impl.MagellanRegionImpl
Used for replacers..showing coordinates of region
getCoordY() - Method in interface magellan.library.Region
Used for replacers..showing coordinates of region
getCost() - Method in interface magellan.library.Building
DOCUMENT ME!
getCost() - Method in class magellan.library.impl.MagellanBuildingImpl
Returns the costs for this building.
getCost(int) - Method in class magellan.library.rules.SkillType
Returns the cost of learning to level.
getCosts() - Method in class magellan.library.relation.MaintenanceRelation
Returns the value of costs.
getCurrentEditor() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
getCurrentEditor() - Method in interface magellan.client.swing.completion.OrderEditorList
DOCUMENT-ME
getCurrentGUI() - Method in class magellan.client.completion.AutoCompletion
Returns the currently used GUI.
getCurrentLine(JTextComponent) - Static method in class magellan.client.completion.AutoCompletion
Returns the current line in j according to the current caret position or null if there is no valid line for some reason.
getCurrentLineBounds(String, int) - Static method in class magellan.client.completion.AutoCompletion
Returns the line in text that includes offset, that is, the first position of a line break before offset (or 0) and the last position of a line break after offset (or text.length().
getCurrentPanel() - Method in class magellan.client.preferences.AbstractPreferencesAdapter
 
getCurrentProfile() - Static method in class magellan.client.utils.ProfileManager
Returns the currently active profile.
getCurrentRegion() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the region of the active unit or container.
getCurrentToken() - Method in class magellan.library.utils.SpellSyntax
 
getCurrentUnit() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
getCurrentUnit() - Method in interface magellan.client.swing.completion.OrderEditorList
DOCUMENT-ME
getCursor() - Method in class magellan.plugin.extendedcommands.Script
Returns the value of cursor.
getCursorOffset() - Method in class magellan.library.completion.Completion
Returns the value the cursor should be set back after insertion.
getCurTempID() - Method in class magellan.library.GameData
This method sets the current temp id.
getDamageRatio() - Method in class magellan.library.impl.MagellanShipImpl
Returns the value of damageRatio.
getDamageRatio() - Method in interface magellan.library.Ship
Returns the value of damageRatio.
getData() - Method in class magellan.client.Client
Returns the current GameData.
getData() - Method in class magellan.client.swing.InternationalizedDataDialog
Returns the current GameData this dialog works with.
getData() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Returns the value of data.
getData() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns the value of data.
getData() - Method in class magellan.library.impl.MagellanUnitContainerImpl
Returns the associated GameData
getData() - Method in class magellan.library.impl.MagellanUnitImpl
 
getData() - Method in class magellan.library.tasks.AbstractInspector
Returns the current GameData
getData() - Method in interface magellan.library.Unit
The game data this unit belongs to.
getData() - Method in interface magellan.library.UnitContainer
Returns the associated GameData
getData() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
 
getDataMappings(GameData, GameData, int) - Method in class magellan.library.gamebinding.MapMergeEvaluator
This is the main function that should be called from outside to retrieve possible mappings.
getDataMappings(GameData, GameData, int, Collection<CoordinateID>) - Method in class magellan.library.gamebinding.MapMergeEvaluator
 
getDataMappingVariants(int) - Method in class magellan.library.gamebinding.e3a.E3AMapMergeEvaluator
 
getDataMappingVariants(int) - Method in class magellan.library.gamebinding.EresseaMapMergeEvaluator
 
getDataMappingVariants(int) - Method in class magellan.library.gamebinding.MapMergeEvaluator
 
getDataSource() - Method in class magellan.client.skillchart.VerticalBarPlot
A convenience method that returns the data source for the plot, cast as a CategoryDataSource.
getDate() - Method in class magellan.library.GameData
Get the date associated with this game data.
getDate() - Method in class magellan.library.RegionResource
Returns the Date, the ressource info was last updated.
getDate() - Method in class magellan.library.rules.Date
Returns the round.
getDate() - Method in class magellan.library.utils.logging.AbstractLogListener
Returns the current date and time with milliseconds.
getDead() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the value of dead.
getDead() - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Returns the value of dead.
getDef() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
getDefaultBlockHandler() - Method in class magellan.library.io.cr.CRParser.BlockParser
Returns the value of defaultBlockHandler.
getDefaultClosingListener(Component) - Static method in class magellan.client.swing.ProgressBarUI
 
getDefaultColor(String) - Static method in class magellan.client.swing.completion.OrderEditor
Return the default color as a string for the specified token style.
getDefaultComponent(Container) - Method in class magellan.client.swing.MagellanFocusTraversalPolicy
 
getDefaultContainerScript() - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Return default script for units.
getDefaultEncoding() - Method in class magellan.library.io.BOMReader
 
getDefaultFontMetrics(Font) - Static method in class magellan.client.Client
Deprecated.
As of Java 1.2, the Font method getLineMetrics should be used.
getDefaultLibrary() - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns the default libary script.
getDefaultReplacerFactory() - Static method in class magellan.library.utils.replacers.ReplacerHelp
Returns the default factory.
getDefaultTagHandler() - Method in class magellan.library.io.cr.CRParser.BlockParser
Returns the value of defaultTagHandler.
getDefaultUnitScript() - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Return default script for units.
getDefinition() - Method in class magellan.client.swing.BasicRegionPanel
Returns the current html definition.
getDeprecatedCapacity() - Method in class magellan.library.impl.MagellanShipImpl
Returns the value of deprecatedCapacity.
getDeprecatedCapacity() - Method in interface magellan.library.Ship
Returns the value of deprecatedCapacity.
getDeprecatedLoad() - Method in class magellan.library.impl.MagellanShipImpl
Returns the value of deprecatedLoad.
getDeprecatedLoad() - Method in interface magellan.library.Ship
Returns the value of deprecatedLoad.
getDescript() - Method in class magellan.client.swing.TempUnitDialog
 
getDescription() - Method in class magellan.client.swing.EresseaFileFilter
Returns the current description.
getDescription() - Method in class magellan.client.utils.XMLFileFilter
 
getDescription() - Method in interface magellan.library.Described
Returns the description of this object.
getDescription() - Method in class magellan.library.impl.MagellanDescribedImpl
Returns the description of this object.
getDescription() - Method in class magellan.library.tasks.ProblemType
Returns a localized, human-readable description of the type or null
getDescription() - Method in class magellan.library.utils.replacers.AbstractParameterReplacer
Returns a string describing the number of parameters.
getDescription() - Method in class magellan.library.utils.replacers.AbstractParameterSwitch
Returns a string describing the number of parameters.
getDescription() - Method in class magellan.library.utils.replacers.AdditionOperator
 
getDescription() - Method in class magellan.library.utils.replacers.DescriptionReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.DivisionOperator
 
getDescription() - Method in class magellan.library.utils.replacers.FactionSwitch
 
getDescription() - Method in class magellan.library.utils.replacers.FilterSwitch
 
getDescription() - Method in class magellan.library.utils.replacers.HerbReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.IfBranchReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.IronLevelReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.IronReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.ItemTypeReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.LaenLevelReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.LaenReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.LessReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.ListReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.LuxuryPriceReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.MallornRegionSwitch
 
getDescription() - Method in class magellan.library.utils.replacers.MallornReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.MaxTradeReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.MaxWorkersReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.MultiplicationOperator
 
getDescription() - Method in class magellan.library.utils.replacers.NewLineReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.NotReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.NullReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.OperationSwitch
 
getDescription() - Method in class magellan.library.utils.replacers.PrivDescReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.RegionFieldReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.RegionMethodReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.RegionTypeSwitch
 
getDescription() - Method in interface magellan.library.utils.replacers.Replacer
Returns a description for the user of what this replacer does.
getDescription() - Method in class magellan.library.utils.replacers.SimpleStringReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.SoldLuxuryReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.StonesLevelReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.StringEqualReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.StringIndexReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.SubtractionOperator
 
getDescription() - Method in class magellan.library.utils.replacers.TagReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.TradeReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.TrustlevelSwitch
 
getDescription() - Method in class magellan.library.utils.replacers.UnitCountReplacer
 
getDescription() - Method in class magellan.library.utils.replacers.UnitSkillCountReplacer
 
getDescription(int) - Method in class magellan.client.swing.EresseaFileFilter
Returns the description for the flag.
getDescriptionPart(String) - Method in class magellan.client.EMapDetailsPanel
 
getDesktop() - Method in class magellan.client.Client
 
getDesktop() - Static method in class magellan.client.desktop.DesktopEnvironment
 
getDesktopMenu() - Method in class magellan.client.desktop.MagellanDesktop
Returns the current desktop menu.
getDestination() - Method in class magellan.client.swing.RoutingDialog.RetValue
 
getDestination() - Method in class magellan.library.relation.MovementRelation
Returns the value of destination.
getDestination() - Method in interface magellan.library.utils.guiwrapper.RoutingDialogData
 
getDestination(Unit, List<CoordinateID>) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getDestination(Unit, List<CoordinateID>) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getDestination(Unit, List<CoordinateID>) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the destination region where this unit is able to travel within one turn based on modified riding skill, horses, carts, load of this unit and roads on the given path.
getDestRegion() - Method in class magellan.client.swing.context.PathfinderMapContextMenu
Returns the value of destRegion.
getDetailsPanel() - Method in class magellan.client.EMapDetailsPanel
Returns the Details Tree panel for selected regions
getDialog() - Method in class magellan.client.utils.BookmarkManager
Returns the value of dialog.
getDifference(Direction, Direction) - Method in class magellan.library.gamebinding.EresseaMapMetric
 
getDifference(Direction, Direction) - Method in interface magellan.library.gamebinding.MapMetric
Returns the difference to the specified directions.
getDimension(String) - Method in class magellan.client.swing.BasicRegionPanel
 
getDirCode() - Method in class magellan.library.utils.Direction
Returns the internal code of this direction (used in the CR, for example)
getDirection() - Method in interface magellan.library.Border
The direction in which the border lies.
getDirection() - Method in class magellan.library.impl.MagellanBorderImpl
 
getDirection(CoordinateID, CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric
 
getDirection(CoordinateID, CoordinateID) - Method in interface magellan.library.gamebinding.MapMetric
Returns the direction from a coordinate to an adjacent coordinate.
getDirection(Region, Region) - Method in class magellan.library.gamebinding.EresseaMapMetric
 
getDirection(Region, Region) - Method in interface magellan.library.gamebinding.MapMetric
Returns the direction from a coordinate to an adjacent coordinate.
getDirection(Region, Region) - Static method in class magellan.library.utils.Regions
Returns the (first) direction from prev to cur even if it is wrapped around.
getDirectionObjectsOfCoordinates(Collection<CoordinateID>) - Static method in class magellan.library.utils.Regions
Converts a list of coordinate into a list of Directions between them.
getDirectionObjectsOfCoordinates(GameData, Collection<CoordinateID>) - Static method in class magellan.library.utils.Regions
Converts a list of coordinate into a list of Directions between them.
getDirectionObjectsOfRegions(Collection<Region>) - Static method in class magellan.library.utils.Regions
Converts a list of coordinate into a list of Directions between them.
getDirections() - Method in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
 
getDirections() - Method in class magellan.library.gamebinding.EresseaMapMetric
 
getDirections() - Method in interface magellan.library.gamebinding.MapMetric
Returns a list of all directions, sorted by ascending direction code.
getDirections(Collection<Region>) - Static method in class magellan.library.utils.Regions
Get the directions in which to move to follow a sequence of regions.
getDirections(GameData, CoordinateID, CoordinateID, Map<ID, RegionType>, int) - Static method in class magellan.library.utils.Regions
Find a way from one region to another region and get the directions in which to move to follow a sequence of regions.
getDisguiseRace() - Method in class magellan.library.impl.MagellanUnitImpl
 
getDisguiseRace() - Method in interface magellan.library.Unit
Returns the disguised race or null if unit has no race disguise.
getDispatcher() - Method in class magellan.client.Client
Returns the current event dispatcher.
getDispatcher() - Method in class magellan.client.swing.InternationalizedDataDialog
Returns the dispatcher
getDisplayMode() - Method in class magellan.client.utils.TreeBuilder
Return the display mode, which controls what elements to display.
getDist(CoordinateID, CoordinateID) - Static method in class magellan.library.utils.Regions
Compute distance between two coordinates.
getDistance() - Method in class magellan.library.utils.Regions.MultidimensionalDistance
 
getDistance() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
getDistance() - Method in interface magellan.library.utils.Regions.RegionInfo
Returns a distance value that is used to limit the search horizon.
getDistance(Unit, List<Region>) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getDistance(Unit, List<Region>) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getDistance(Unit, List<Region>) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the number of turns that the unit needs to travel on the specified path based on modified riding skill, horses, carts, load of this unit and roads on the given path.
getDistances() - Method in interface magellan.library.utils.Regions.Metric
Returns a map of all known distance values.
getDistances() - Method in class magellan.library.utils.Regions.MultidimensionalMetric
 
getDistances(Map<CoordinateID, Region>, CoordinateID, CoordinateID, int, Regions.Metric) - Static method in class magellan.library.utils.Regions
Returns distance information about all Coordinates in regions that are at most as far as dest or as far as maxDist away from start.
getDocks() - Method in interface magellan.client.extern.MagellanPlugIn
Returns a list of dock elements or null, if the PlugIn has no docks.
getDocks() - Method in class magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn
 
getDocks() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
getDocks() - Method in class magellan.plugin.groupeditor.GroupEditorPlugIn
 
getDocks() - Method in class magellan.plugin.MagellanMapEditPlugIn
 
getDocument(Reader) - Method in class magellan.library.io.xml.XMLIO
DOCUMENT-ME
getDoNotOverwriteConfirmedOrders() - Method in class magellan.client.swing.OpenOrdersAccessory
 
getDummyData() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
getEditor() - Method in class magellan.client.EMapDetailsPanel
Returns the Order Editor component.
getEditorList(EventDispatcher, GameData, Properties) - Method in class magellan.client.swing.GiveOrderDialog
 
getEffects() - Method in interface magellan.library.Border
A list containing String objects, specifying effects on this border.
getEffects() - Method in class magellan.library.impl.MagellanBorderImpl
 
getEffects() - Method in class magellan.library.impl.MagellanUnitContainerImpl
Returns the value of effects.
getEffects() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of effects.
getEffects() - Method in interface magellan.library.Unit
Returns the value of effects.
getEffects() - Method in interface magellan.library.UnitContainer
Returns the value of effects.
getEmail() - Method in interface magellan.library.Faction
Returns the value of email.
getEmail() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of email.
getEmptyStubMode() - Method in class magellan.client.completion.AutoCompletion
Returns if completion should start on an empty word or requires at least one letter.
getEncoding() - Method in class magellan.library.GameData
 
getEncoding() - Method in class magellan.library.io.BOMReader
Get stream encoding or NULL if stream is uninitialized.
getEncoding() - Method in class magellan.library.io.file.FileType
This method tries to find the encoding tag in the CR file.
getEncoding() - Method in class magellan.library.io.file.PipeFileType
 
getEncoding() - Method in class magellan.library.utils.HTTPResult
Returns the encoding of the result content.
getEncoding() - Method in class magellan.library.utils.Log
Returns the value of encoding.
getEncoding(String) - Static method in enum magellan.library.utils.Encoding
Tries to find the corresponding Encoding enum to it's name representation.
getEnd() - Method in class magellan.library.utils.OrderToken
Returns the position of the first character after the token text in the order (i.e., getEnd()-getStart() is the length of the token).
getEndDelimiter() - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
Override for other languages
getEntries() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
DOCUMENT-ME
getEntries() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
DOCUMENT-ME
getEnvironment() - Method in class magellan.library.utils.replacers.ReplacerSystem
DOCUMENT-ME
getEpoch() - Method in class magellan.library.rules.EresseaDate
Returns the epoch ("Zeitalter").
getErrorBackground() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
getErrorMessage() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns the error messages produced by the last invocation of the read(Reader in) method.
getErrors() - Method in interface magellan.library.Faction
Returns the value of errors.
getErrors() - Method in class magellan.library.GameData
 
getErrors() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of errors.
getErrors() - Method in class magellan.library.io.AbstractReportParser
 
getEscapeString(String) - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
Override for other languages
getEtappe() - Method in class magellan.library.gamebinding.EresseaMovementEvaluator.ShipMetric
 
getEventDispatcher() - Method in class magellan.client.EMapOverviewPanel
Returns the event dispatcher of this panel.
getEventDispatcher() - Method in class magellan.client.MagellanContext
Returns the EventDispatcher of Magellan.
getEventDispatcher() - Method in interface magellan.client.MagellanEnvironment
Returns the EventDispatcher of Magellan.
getEvents() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of events.
getEvents() - Method in interface magellan.library.Region
Returns the value of events.
getEventsDispatched() - Method in class magellan.client.event.EventDispatcher
Returns the number of events that were actually forwarded to event listeners.
getEventsDispatched() - Method in interface magellan.library.utils.guiwrapper.EventDispatcherInterface
Returns the number of events that were actually forwarded to event listeners.
getEventsFired() - Method in class magellan.client.event.EventDispatcher
Returns the number of events that were passed to this dispatcher for forwarding.
getEventsFired() - Method in interface magellan.library.utils.guiwrapper.EventDispatcherInterface
Returns the number of events that were passed to this dispatcher for forwarding.
getExcludeCombatStates() - Method in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
DOCUMENT-ME
getExcludedNames() - Method in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
DOCUMENT-ME
getExcludedSkills() - Method in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
DOCUMENT-ME
getExecuteMenu() - Static method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
getExpandMode() - Method in class magellan.client.EMapOverviewPanel
Returns the value of expandMode.
getExpandTrustLevel() - Method in class magellan.client.EMapOverviewPanel
Returns the value of expandTrustLevel.
getExportHotspots() - Method in class magellan.library.io.cr.CRWriter
Returns whether CRWriter.doWrite() writes Hotspots contained in the game data to the underlying stream.
getExtendedCommands() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
Returns the current ExtendedCommands instance.
getExtendedShortcutListener(KeyStroke) - Method in interface magellan.client.desktop.ExtendedShortcutListener
Returns the listener responsible for the sub-short-cuts
getExtendedShortcutListener(KeyStroke) - Method in class magellan.client.swing.MapperPanel
 
getExtendedState(Frame) - Static method in class magellan.library.utils.JVMUtilities
This function calls Frame.getExtendedState (in java >= 1.4) to keep GUI consistent with java 1.3.x
getExternalDetailContainer(int) - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
getExternalDetailContainer(int) - Method in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
getExternalModuleClasses(Properties) - Method in class magellan.client.extern.AbstractPlugInLoader
Searches the resource paths for classes that implement the interface com.eressea.extern.ExternalModule.
getExternalModuleClasses(Properties) - Method in class magellan.client.extern.MagellanPlugInLoader
 
getExternalModuleClasses(Properties, Class<T>) - Method in class magellan.client.extern.AbstractPlugInLoader
 
getExternalPanel() - Method in class magellan.client.preferences.ResourcePreferences
Miscellaneous external modules settings
getFaction() - Method in class magellan.client.swing.TempUnitDialog
Returns the value of faction.
getFaction() - Method in class magellan.client.swing.tree.FactionNodeWrapper
Returns the faction represented by this node.
getFaction() - Method in class magellan.library.Alliance
Returns the faction this alliance refers to.
getFaction() - Method in interface magellan.library.Group
Get the faction this group belongs to.
getFaction() - Method in class magellan.library.impl.MagellanGroupImpl
Get the faction this group belongs to.
getFaction() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the faction this unit belongs to.
getFaction() - Method in interface magellan.library.tasks.Problem
Returns the faction this problem belongs to.
getFaction() - Method in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
getFaction() - Method in class magellan.library.tasks.SimpleProblem
Returns the value of faction.
getFaction() - Method in interface magellan.library.Unit
Returns the faction this unit belongs to.
getFaction() - Method in class magellan.library.utils.FileNameGeneratorFeed
 
getFaction(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tries to find the faction with the given ID in the data.
getFaction(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the faction object with the given id.
getFaction(ID) - Method in class magellan.library.GameData
Retrieve a faction from factions() by id.
getFactionColor(String) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the color for faction with name f.
getFactionColor(String, Color) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the color for faction with name f.
getFactionColor(Faction) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the color for faction f.
getFactionColor(Faction, Color) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the color for faction f.
getFactionKey() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the default key for settings operations concerning the faction-colors table.
getFactionnr() - Method in class magellan.library.utils.FileNameGeneratorFeed
 
getFactions() - Method in class magellan.library.AllianceGroup
Returns a list of all factions belonging to this alliance.
getFactions() - Method in class magellan.library.GameData
Returns a collection of all the report's factions.
getFactory() - Static method in class magellan.library.utils.StringFactory
DOCUMENT-ME
getFallen() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of fallen.
getFamiliarmageID() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of familiarmageID.
getFamiliarmageID() - Method in interface magellan.library.Unit
Returns the value of familiarmageID.
getFeuerwandRegionType(GameData) - Static method in class magellan.library.utils.Regions
Returns the RegionType that is named as Feuerwand.
getFeuerwandRegionType(Rules, GameData) - Static method in class magellan.library.utils.Regions
getFile() - Method in class magellan.client.actions.file.FileHistoryAction
Returns the associated file.
getFile() - Method in class magellan.client.actions.file.FileSaveAction
This function delivers the target file.
getFile() - Method in class magellan.client.actions.file.FileSaveAsAction
this function delivers overwriteable FileType.
getFile() - Method in class magellan.library.io.file.FileType
Returns the underlying file.
getFile() - Method in class magellan.library.io.file.InputStreamSourceFileType
Returns the underlying file.
getFile() - Method in class magellan.library.io.file.PipeFileType
Returns null.
getFile() - Method in class magellan.library.utils.Log
Return the file used for logging or null.
getFile(Client) - Static method in class magellan.client.actions.file.FileSaveAsAction
 
getFileFromFileChooser(Client) - Static method in class magellan.client.actions.file.OpenCRAction
Shows the FileOpen Dialog of Magellan.
getFileFromFileChooser(Client, Component) - Static method in class magellan.client.actions.file.OpenCRAction
Shows the FileOpen Dialog of Magellan.
getFileName() - Method in class magellan.library.utils.JECheck.ECheckMessage
DOCUMENT-ME
getFileName(String, FileNameGeneratorFeed) - Static method in class magellan.client.utils.FileNameGenerator
 
getFileType() - Method in class magellan.library.GameData
Returns the FileType (basically the file name this report was read from).
getFirstComponent(Container) - Method in class magellan.client.swing.MagellanFocusTraversalPolicy
 
getFirstFaction() - Method in class magellan.library.io.AbstractReportParser
 
getFled() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the value of fled.
getFloat(Properties, String, float) - Static method in class magellan.library.utils.PropertiesHelper
Searches the property with the given key and if it exists, it tries to convert it into a float and returns that value.
getFogOfWar() - Method in class magellan.client.swing.map.RegionImageCellRenderer
Returns the fog of war property.
getFollows() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of follows.
getFollows() - Method in interface magellan.library.Unit
Returns the value of follows.
getFont() - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
getFont() - Method in class magellan.client.swing.map.SignTextCellRenderer
 
getFont() - Method in class magellan.client.swing.tree.GraphicsStyleset
Getter for property font.
getFontColor() - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
getFontColor() - Method in class magellan.client.swing.map.SignTextCellRenderer
 
getForeground() - Method in class magellan.client.swing.tree.GraphicsStyleset
Getter for property foreground.
getFormatted(String, Object...) - Static method in class magellan.library.utils.Resources
Returns the resource for the resource key in the default locale of the running machine.
getFrameIcon() - Method in class magellan.client.utils.SimpleInternalFrame
Returns the frame's icon.
getFreeAmount(ItemType, Unit, boolean, boolean) - Method in class magellan.library.gamebinding.EresseaRelationFactory.EresseaExecutionState
 
getFromLevel() - Method in class magellan.library.utils.mapping.LevelRelation
Returns the value of fromLevel.
getFutureMovement() - Method in class magellan.library.relation.MovementRelation
Returns the value of futureMovement.
getGameData() - Method in class magellan.client.MagellanContext
Returns the current GameData.
getGameData() - Method in class magellan.client.swing.InternationalizedDataPanel
Returns the value of data.
getGameData() - Method in class magellan.library.event.GameDataEvent
Returns the new valid game data object.
getGameData() - Method in class magellan.library.rules.MessageType
Returns the GameData were this msgtype belongs to. this is required to render messages of this type
getGameDataIO() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getGameDataIO() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getGameDataIO() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getGameDataIO() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getGameDataIO() - Method in interface magellan.library.gamebinding.GameSpecificStuff
Deprecated.
this somehow never got used (or implemented)
getGameDataListener() - Static method in class magellan.library.utils.Units
Returns a GameDataListener that clears cached data when new data is loaded.
getGameName() - Method in class magellan.library.GameData
Returns the name of the game (e.g.
getGameName(FileType) - Method in class magellan.library.io.cr.CRGameNameIO
Tries to determine the game name from a report.
getGameName(FileType) - Method in interface magellan.library.io.GameNameIO
Returns the game data found in the given FileType.
getGameName(FileType) - Static method in class magellan.library.io.GameNameReader
Tries to read the game name from the file.
getGameName(FileType) - Method in class magellan.library.io.json.JSONGameNameIO
DOCUMENT-ME
getGameName(FileType) - Method in class magellan.library.io.nr.NRGameNameIO
Tries to determine the game name from a report.
getGameName(FileType) - Method in class magellan.library.io.xml.XMLGameNameIO
DOCUMENT-ME
getGameSpecificRules() - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
getGameSpecificRules() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getGameSpecificRules() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getGameSpecificRules() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getGameSpecificRules() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getGameSpecificRules() - Method in interface magellan.library.gamebinding.GameSpecificStuff
Returns a game specific rule manager.
getGameSpecificRules() - Method in class magellan.library.GameData
Shortcut for getGameSpecificStuff().getGameSpecificRules().
getGameSpecificRules() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns a game specific rule manager that provides a few utility methods that differ from game to game.
getGameSpecificStuff() - Method in class magellan.client.EMapDetailsPanel
 
getGameSpecificStuff() - Method in class magellan.library.EmptyRules
 
getGameSpecificStuff() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
getGameSpecificStuff() - Method in class magellan.library.gamebinding.GameSpecificStuffProvider
Returns the default GameSpecificStuff object for Eressea
getGameSpecificStuff() - Method in class magellan.library.GameData
Provides the encapsulating of game specific stuff
getGameSpecificStuff() - Method in class magellan.library.rules.GenericRules
Returns the GameSpecificStuff object for the name specified by setGameSpecificClassName.
getGameSpecificStuff() - Method in interface magellan.library.Rules
Returns the GameSpecificStuff object for the name specified by setGameSpecificClassName.
getGameSpecificStuff() - Method in class magellan.library.tasks.AbstractInspector
Returns the current gameSpecificStuff.
getGameSpecificStuff(String) - Method in class magellan.library.gamebinding.GameSpecificStuffProvider
Returns the GameSpecificStuff object for the given class name
getGamesSpecificStuff() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
 
getGivenPersons() - Method in class magellan.library.impl.MagellanZeroUnitImpl
Delivers the number of persons given to region via command "GIVE 0 x PERSONS".
getGivenPersons() - Method in interface magellan.library.ZeroUnit
Delivers the number of persons given to region via command "GIVE 0 x PERSONS".
getGiveOrder(Unit, String, String, int, boolean) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns a line like GIVE receiver [EACH] amount item in the locale of the given unit.
getGraphicsElements() - Method in interface magellan.client.swing.tree.CellObject2
Returns a list of graphics elements in the order in which they should appear in the tree node.
getGraphicsElements() - Method in class magellan.client.swing.tree.FactionNodeWrapper
Creates a graphics element consisting of an alliance icon and the content of FactionNodeWrapper.toString().
getGraphicsElements() - Method in class magellan.client.swing.tree.GroupNodeWrapper
 
getGraphicsElements() - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
 
getGraphicsElements() - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
getGraphicsElements() - Method in class magellan.client.swing.tree.RegionNodeWrapper
 
getGraphicsElements() - Method in class magellan.client.swing.tree.SkillNodeWrapper
Returns the skill image (possibly styled).
getGraphicsElements() - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
getGraphicsElements() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the list of of GraphicsElements that should be displayed.
getGraphicsElements() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
getGridBagConstraints() - Method in class magellan.client.preferences.AbstractPreferencesAdapter
 
getGroup() - Method in class magellan.client.swing.TempUnitDialog
 
getGroup() - Method in class magellan.client.swing.tree.GroupNodeWrapper
 
getGroup() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the group this unit belongs to.
getGroup() - Method in class magellan.library.tasks.ProblemType
Returns an identifier for a group of ProblemTypes this ProblemType belongs to or null.
getGroup() - Method in interface magellan.library.Unit
Returns the group this unit belongs to.
getGroup() - Method in class magellan.library.utils.FileNameGeneratorFeed
 
getGroups() - Method in interface magellan.library.Faction
Returns the value of groups.
getGroups() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of groups.
getGuard() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of guard.
getGuard() - Method in interface magellan.library.Unit
Returns the value of guard.
Original Mail: Das ist was anderes: Je nach Rasse kann Bewachung einen unterschiedlichen Effekt haben.
getGuards() - Method in class magellan.library.impl.MagellanRegionImpl
get The List of guarding Units
getGuards() - Method in interface magellan.library.Region
Get The List of guarding Units.
getGUILocale() - Static method in class magellan.library.utils.Locales
Returns the locale applicable for the user interface.
getGuiseFaction() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the faction this unit pretends to belong to.
getGuiseFaction() - Method in interface magellan.library.Unit
Returns the faction this unit pretends to belong to.
getHAlign() - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
getHAlign() - Method in class magellan.client.swing.map.SignTextCellRenderer
 
getHandlers() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns a collection of all registered command handlers.
getHandlers() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
getHandlers(String) - Method in class magellan.library.utils.OrderReader
 
getHandlers(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns a set of handlers that match the specified token.
getHandlers(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
getHeader() - Method in class magellan.library.utils.HTTPResult
Liefert den Header der Response vom Server.
getHeader(String) - Method in class magellan.library.utils.HTTPResult
Returns the value for the header with the given key name.
getHeaderBackground() - Method in class magellan.client.utils.SimpleInternalFrame
Determines and answers the header's background color.
getHeaderRendererIcon(int, int) - Method in class magellan.client.swing.table.TableSorter
 
getHealth() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of health.
getHealth() - Method in interface magellan.library.Unit
Returns the value of health.
getHealth() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of health.
getHeight() - Method in class magellan.client.utils.LanguageDialog
 
getHelp(File, Properties) - Static method in class magellan.library.utils.JECheck
Returns what ECheck returns when called with the -h option.
getHelped() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the value of helped.
getHerb() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of herb.
getHerb() - Method in interface magellan.library.Region
Returns the value of herb.
getHerbAmount() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of herbAmount.
getHerbAmount() - Method in interface magellan.library.Region
Returns the value of herbAmount.
getHerbTypes() - Method in class magellan.library.gamebinding.EresseaRelationFactory.EresseaExecutionState
Returns all known item types in the HERBS category.
getHeroes() - Method in interface magellan.library.Faction
Returns the value of heroes.
getHeroes() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of heroes.
getHighestKnownSkillLevel(SkillType) - Method in class magellan.library.utils.SkillStats
returns the highest level of the specified skillType known in the internal data
getHighestSkill(Unit, Collection<Skill>) - Method in class magellan.client.swing.ArmyStatsPanel
 
getHighlightPanel() - Method in class magellan.client.preferences.DetailsViewOrderEditorPreferences
 
getHistory() - Static method in class magellan.client.utils.SelectionHistory
Returns the history of events
getHistory(int) - Static method in class magellan.client.utils.SelectionHistory
Returns the history of events
getHistoryComponent() - Method in class magellan.client.EMapOverviewPanel
Returns the component displaying the history.
getHits() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of hits.
getHorizontalPos() - Method in class magellan.client.swing.tree.GraphicsStyleset
Getter for property horizontalPos.
getHorses() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of horses.
getHorses() - Method in interface magellan.library.Region
Returns the value of horses.
getHorses(Unit) - Method in class magellan.library.gamebinding.e3a.E3AMovementEvaluator
 
getHorses(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getHost() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of host.
getHotKeyMode() - Method in class magellan.client.completion.AutoCompletion
Getter for hot key mode
getIcon() - Method in class magellan.client.swing.tree.GraphicsElement
Getter for property icon.
getIcon() - Method in class magellan.library.relation.MaintenanceRelation
Returns an icon name associated with this relation.
getIcon() - Method in class magellan.library.rules.ItemType
Returns the file name of the icon to use for this item.
getIcon() - Method in class magellan.library.rules.ObjectType
Returns the file name of the icon to use for this object.
getIcon() - Method in class magellan.library.utils.Direction
Returns a map icon for an arrow in this direction on the graphical map.
getIcon(Object) - Method in class magellan.client.swing.tree.CellRenderer
Returns an icon constructed out of the given information.
getIconHeight() - Method in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
 
getIconName() - Method in class magellan.client.actions.edit.RedoAction
 
getIconName() - Method in class magellan.client.actions.edit.UndoAction
 
getIconName() - Method in class magellan.client.actions.file.FileSaveAction
DOCUMENT-ME
getIconName() - Method in class magellan.client.actions.file.FileSaveAsAction
 
getIconName() - Method in class magellan.client.actions.MenuAction
Returns the name of an appropriate icon for this action.
getIconName() - Method in class magellan.library.rules.Category
Returns the file name of the icon to use for this item.
getIconNames() - Method in class magellan.client.swing.tree.BorderNodeWrapper
 
getIconNames() - Method in interface magellan.client.swing.tree.CellObject
Returns a list of String objects that denote the file name (without the extension) of the icons to be displayed by the tree cell renderer.
getIconNames() - Method in class magellan.client.swing.tree.FactionNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.GroupNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.IslandNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.ItemNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
 
getIconNames() - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.RegionNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.SkillNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.UnitContainerNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.UnitListNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns null.
getIconNames() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
getIconNames() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
getIconObject(ArmyStatsPanel.PartUnit) - Method in class magellan.client.swing.ArmyStatsPanel
 
getIconWidth() - Method in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
 
getId() - Method in class magellan.library.utils.Direction
Returns the id that identifies this direction in the Rules
getId() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the value of id.
getID() - Method in class magellan.client.swing.TempUnitDialog
 
getID() - Method in class magellan.library.AllianceGroup
Returns the value of id.
getID() - Method in interface magellan.library.Battle
Returns the id uniquely identifying this object.
getID() - Method in interface magellan.library.Border
Returns the id uniquely identifying this object.
getID() - Method in interface magellan.library.Building
Returns the id uniquely identifying this object.
getID() - Method in interface magellan.library.CombatSpell
 
getID() - Method in interface magellan.library.Faction
Returns the id uniquely identifying this object.
getID() - Method in interface magellan.library.Group
 
getID() - Method in interface magellan.library.HotSpot
 
getID() - Method in interface magellan.library.Identifiable
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.impl.MagellanBattleImpl
 
getID() - Method in class magellan.library.impl.MagellanBorderImpl
 
getID() - Method in class magellan.library.impl.MagellanBuildingImpl
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.impl.MagellanCombatSpellImpl
 
getID() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.impl.MagellanGroupImpl
 
getID() - Method in class magellan.library.impl.MagellanHotSpotImpl
 
getID() - Method in class magellan.library.impl.MagellanIdentifiableImpl
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.impl.MagellanIslandImpl
 
getID() - Method in class magellan.library.impl.MagellanMessageImpl
Returns an ID for this message.
getID() - Method in class magellan.library.impl.MagellanPotionImpl
 
getID() - Method in class magellan.library.impl.MagellanRegionImpl
getID() - Method in class magellan.library.impl.MagellanSchemeImpl
 
getID() - Method in class magellan.library.impl.MagellanShipImpl
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.impl.MagellanSpellImpl
 
getID() - Method in class magellan.library.impl.MagellanTempUnitImpl
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the id uniquely identifying this object.
getID() - Method in interface magellan.library.Island
 
getID() - Method in interface magellan.library.Message
Returns an ID for this message.
getID() - Method in interface magellan.library.Potion
 
getID() - Method in interface magellan.library.Region
getID() - Method in class magellan.library.RegionResource
Returns the id uniquely identifying this resource.
getID() - Method in class magellan.library.rules.AllianceCategory
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.BuildingType
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.ConstructibleType
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.ItemCategory
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.ItemType
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.MessageType
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.OptionCategory
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.OrderType
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.Race
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.RegionType
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.ShipType
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.SkillCategory
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.SkillType
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.rules.UnitContainerType
Returns the id uniquely identifying this object.
getID() - Method in interface magellan.library.Scheme
 
getID() - Method in interface magellan.library.Ship
Returns the id uniquely identifying this object.
getID() - Method in interface magellan.library.Spell
Returns the id uniquely identifying this object.
getID() - Method in interface magellan.library.Unique
DOCUMENT-ME
getID() - Method in interface magellan.library.Unit
Returns the id uniquely identifying this object.
getID() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
getID() - Method in interface magellan.library.utils.Regions.RegionInfo
Returns the id this info belongs to.
getID() - Method in enum magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn.PlugInAction
Returns the action ID
getID() - Method in enum magellan.plugin.extendedcommands.PlugInAction
 
getID(Object) - Method in class magellan.library.utils.ExternalTagMap
Deprecated.
 
getIgnoredProblems() - Method in class magellan.client.swing.tasks.TaskTablePanel
Returns a list of all ignored problem types (read from the settings if necessary).
getIgnoreSemicolonComments() - Method in class magellan.client.swing.OpenOrdersAccessory
DOCUMENT-ME
getImage() - Method in class magellan.client.swing.tree.GraphicsElement
Getter for property image.
getImage(String) - Method in class magellan.client.swing.map.ImageCellRenderer
Returns an image that is associated with name.
getImage(String, boolean) - Method in class magellan.client.swing.map.ImageCellRenderer
Returns an image that is associated with name.
getImageFactory() - Method in class magellan.client.MagellanContext
 
getImageIcon(String) - Static method in class magellan.library.utils.MagellanImages
Creates an image icon, found either at the specified path or in a subdirectory corresponding to path inside the directory set by MagellanImages.setMagellanDirectory(File).
getImageName() - Method in class magellan.client.swing.tree.GraphicsElement
Getter for property imageName.
getImageOffset() - Method in class magellan.client.swing.map.CellGeometry
Only use for retrieving all Cell Geo data to consturct a related CellGeometry
getImagePosition(int, int) - Method in class magellan.client.swing.map.CellGeometry
Returns the scaled pixel position where to draw an image to exactly match the position of the cell with the map coordinates mapX and mapY.
getImageRect(int, int) - Method in class magellan.client.swing.map.CellGeometry
Returns the scaled pixel position and size of an image to exactly match the position of the cell with the map coordinate mapX and mapY.
getImageSize() - Method in class magellan.client.swing.map.CellGeometry
Returns the scaled size of images used together with this cell geometry.
getIncludeBuildings() - Method in class magellan.library.io.cr.CRWriter
Returns whether CRWriter.doWrite() writes information about the buildings in data to the underlying stream.
getIncludeIslands() - Method in class magellan.library.io.cr.CRWriter
Returns whether CRWriter.doWrite() writes information about islands to the underlying stream.
getIncludeItems() - Method in class magellan.library.io.cr.CRWriter
Returns true if items will be written.
getIncludeMessages() - Method in class magellan.library.io.cr.CRWriter
Returns whether CRWriter.doWrite() writes messages contained in the game data to the underlying stream.
getIncludeOrders() - Method in class magellan.library.io.cr.CRWriter
Returns true if the unit's orders will be included in writing.
getIncludeRegionDetails() - Method in class magellan.library.io.cr.CRWriter
Returns whether CRWriter.doWrite() writes detailed information about the regions in data to the underlying stream.
getIncludeRegions() - Method in class magellan.library.io.cr.CRWriter
Returns whether CRWriter.doWrite() writes information about the regions in data to the underlying stream.
getIncludeShips() - Method in class magellan.library.io.cr.CRWriter
Returns whether CRWriter.doWrite() writes information about the ships in data to the underlying stream.
getIncludeSkills() - Method in class magellan.library.io.cr.CRWriter
Returns true if units' skills will be written.
getIncludeSpellsAndPotions() - Method in class magellan.library.io.cr.CRWriter
Returns whether CRWriter.doWrite() writes messages contained in the game data to the underlying stream.
getIncludeUnitDetails() - Method in class magellan.library.io.cr.CRWriter
Returns true if details of unit's will be included in the written report.
getIncludeUnits() - Method in class magellan.library.io.cr.CRWriter
Returns whether CRWriter.doWrite() writes information about the units in data to the underlying stream.
getIndent(JTree, BasicTreeUI, int) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
getIndex() - Method in class magellan.client.swing.map.RenderingPlane
Retrieve the index of this rendering plane.
getIndex() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the value of index.
getIngredient(ID) - Method in class magellan.library.impl.MagellanPotionImpl
Returns a specific ingredient of this potion.
getIngredient(ID) - Method in interface magellan.library.Potion
Returns a specific ingredient of this potion.
getInhabitants() - Method in class magellan.library.rules.RegionType
Returns the number of max inhabitants in this region type
getInitialMovement() - Method in class magellan.library.relation.MovementRelation
Returns the value of initialMovement.
getInnerName() - Method in class magellan.library.io.file.BZip2FileType
 
getInnerName() - Method in class magellan.library.io.file.FileType
Returns the most inner name of the FileType.
getInnerName() - Method in class magellan.library.io.file.GZipFileType
 
getInnerName() - Method in class magellan.library.io.file.PipeFileType
Returns an empty string.
getInnerName() - Method in class magellan.library.io.file.ZipFileType
Returns the most inner name of the FileType.
getInnerNode() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
getInnerNode() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
getInnerParser() - Method in class magellan.library.gamebinding.EresseaOrderParser.DefaultReader.DefaultChecker
 
getInput() - Method in class magellan.client.actions.edit.QuickFindAction.QuickFindDialog
 
getInspector() - Method in interface magellan.library.tasks.Problem
Returns the inspector that created this problem.
getInspector() - Method in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
getInspector() - Method in class magellan.library.tasks.SimpleProblem
 
getInspectors() - Method in class magellan.client.swing.tasks.TaskTablePanel
Returns a list of all registered inspectors.
getInstance() - Static method in class magellan.client.desktop.MagellanDesktop
 
getInstance() - Static method in class magellan.client.swing.DebugDock
 
getInstance() - Static method in class magellan.client.utils.BookmarkDock
Returns the single instance of this dock.
getInstance() - Static method in class magellan.client.utils.FileNameGenerator
Deprecated.
Who needs this?
getInstance() - Static method in class magellan.client.utils.NameGenerator
Returns the generator
getInstance() - Static method in class magellan.library.utils.comparator.ItemCategoryComparator
 
getInstance() - Static method in class magellan.library.utils.NullUserInterface
 
getInstance() - Static method in class magellan.library.utils.NumberStringComparator
Returns a singleton instance.
getInstance() - Static method in class magellan.library.utils.Resources
This method returns the singleton of this class
getInstance(Class<?>) - Static method in class magellan.library.utils.logging.Logger
Returns a logger "personalized" for some class.
getInstance(String) - Method in class magellan.library.gamebinding.SimpleOrderFactory
Creates an order consisting of just one token.
getInstance(String) - Static method in class magellan.library.utils.logging.Logger
Returns a logger with a specified name.
getInstance(List<OrderToken>, String) - Method in class magellan.library.gamebinding.SimpleOrderFactory
Creates a new order from a list of tokens.
getInstance(GameData) - Static method in class magellan.library.tasks.AttackInspector
Returns a (singleton) instance.
getInstance(GameData) - Static method in class magellan.library.tasks.BuildingInspector
Returns an instance of BuildingInspector.
getInstance(GameData) - Static method in class magellan.library.tasks.GameDataInspector
Returns an instance of OrderSyntaxInspector.
getInstance(GameData) - Static method in class magellan.library.tasks.MaintenanceInspector
Returns an instance this inspector.
getInstance(GameData) - Static method in class magellan.library.tasks.MessageInspector
Returns an instance for the data.
getInstance(GameData) - Static method in class magellan.library.tasks.MovementInspector
Returns an instance this inspector.
getInstance(GameData) - Static method in class magellan.library.tasks.OrderSyntaxInspector
Returns an instance of OrderSyntaxInspector.
getInstance(GameData) - Static method in class magellan.library.tasks.ShipInspector
Returns an instance of ShipInspector.
getInstance(GameData) - Static method in class magellan.library.tasks.SkillInspector
Returns a (singleton) instance.
getInstance(GameData) - Static method in class magellan.library.tasks.TeachInspector
Returns a (singleton) instance.
getInstance(GameData) - Static method in class magellan.library.tasks.ToDoInspector
Returns a (singleton) instance.
getInstance(GameData) - Static method in class magellan.library.tasks.TransferInspector
Returns an instance of OrderSyntaxInspector.
getInstances() - Method in class magellan.library.rules.Category
DOCUMENT-ME
getInteger(Properties, String, int) - Static method in class magellan.library.utils.PropertiesHelper
Searches the property with the given key and if it exists, it tries to convert it into an integer and returns that value.
getInteractive() - Method in class magellan.client.swing.AddCRAccessory
Returns true if the interactive box is selected.
getIntValue(Integer, int) - Static method in class magellan.library.utils.Utils
Returns the value of an Integer, or a default value if it is null.
getIntValue(String) - Static method in class magellan.library.utils.Utils
Parses a string into a int, if possible otherwise it returns 0.
getInvalid() - Static method in class magellan.library.CoordinateID
Returns a dummy coordinate that is not equal to any other CoordinateID.
getInverseRelatedCoordinate(CoordinateID) - Method in class magellan.library.utils.mapping.LevelRelation
Translates a coordinate in LevelRelation.getZ() to a coordinate in LevelRelation.getFromLevel()
getIron() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of iron.
getIron() - Method in interface magellan.library.Region
Returns the value of iron.
getIsFamiliar() - Method in class magellan.library.impl.MagellanSpellImpl
 
getIsFamiliar() - Method in interface magellan.library.Spell
Returns true if this is a spell can be cast by the mage's familiar.
getIsFar() - Method in class magellan.library.impl.MagellanSpellImpl
 
getIsFar() - Method in interface magellan.library.Spell
Returns true if this spell has far effects
getIsland() - Method in class magellan.client.swing.tree.IslandNodeWrapper
 
getIsland() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the island this region belongs to.
getIsland() - Method in interface magellan.library.Region
Returns the island this region belongs to.
getIsland(ID) - Method in class magellan.library.GameData
Retrieve a island from islands() by id.
getIsland(Region) - Static method in class magellan.library.utils.Islands
 
getIsland(Rules, Map<CoordinateID, Region>, Region) - Static method in class magellan.library.utils.Islands
Get all regions belonging the same island as the region r.
getIsland(Rules, Map<CoordinateID, Region>, Region, Map<ID, RegionType>) - Static method in class magellan.library.utils.Islands
getIsland(Rules, Map<CoordinateID, Region>, Region, Map<ID, RegionType>, boolean) - Static method in class magellan.library.utils.Islands
Get all regions belonging the same island as the region r.
getIslands() - Method in class magellan.library.GameData
Returns an unmodifiable collection of all islands in the data.
getIslands(UserInterface, GameData) - Static method in class magellan.library.utils.Islands
Retrieve all islands formed by a collection of regions.
getIslands(UserInterface, Rules, Map<CoordinateID, Region>, Map<IntegerID, Island>, GameData) - Static method in class magellan.library.utils.Islands
Deprecated.
getItem() - Method in class magellan.client.swing.tree.ItemNodeWrapper
 
getItem() - Method in class magellan.library.impl.MagellanSpellImpl.Component
 
getItem() - Method in interface magellan.library.Spell.Component
 
getItem(ItemType) - Method in class magellan.library.impl.MagellanRegionImpl
getItem(ItemType) - Method in class magellan.library.impl.MagellanUnitImpl
Returns the item of the specified type if the unit owns such an item, otherwise null.
getItem(ItemType) - Method in interface magellan.library.Region
getItem(ItemType) - Method in interface magellan.library.Unit
Returns the item of the specified type if the unit owns such an item, otherwise null.
getItemCategories() - Method in class magellan.library.EmptyRules
 
getItemCategories() - Method in class magellan.library.rules.GenericRules
 
getItemCategories() - Method in interface magellan.library.Rules
Returns a collection of all item categories.
getItemCategory() - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
getItemCategory(String) - Method in class magellan.library.EmptyRules
 
getItemCategory(String) - Method in class magellan.library.rules.GenericRules
 
getItemCategory(String) - Method in interface magellan.library.Rules
Shorthand for getItemCategory(id, false)
getItemCategory(String, boolean) - Method in class magellan.library.EmptyRules
 
getItemCategory(String, boolean) - Method in class magellan.library.rules.GenericRules
 
getItemCategory(String, boolean) - Method in interface magellan.library.Rules
get ItemCategory by (possibly localized) name
getItemCategory(StringID) - Method in class magellan.library.EmptyRules
 
getItemCategory(StringID) - Method in class magellan.library.rules.GenericRules
 
getItemCategory(StringID) - Method in interface magellan.library.Rules
Shorthand for getItemCategory(id, false)
getItemCategory(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getItemCategory(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getItemCategory(StringID, boolean) - Method in interface magellan.library.Rules
Returns the item category with given id.
getItemCategoryIterator() - Method in class magellan.library.EmptyRules
 
getItemCategoryIterator() - Method in class magellan.library.rules.GenericRules
Deprecated.
use getItemCategories
getItemCategoryIterator() - Method in interface magellan.library.Rules
Returns an iterator over all item categories.
getItemCount(Unit, String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the number of items of a unit with the given item name.
getItemMap() - Method in class magellan.library.impl.MagellanUnitImpl
 
getItemMap() - Method in interface magellan.library.Unit
Returns the collection of items.
getItemReserveRelations(ItemType) - Method in class magellan.library.impl.MagellanUnitImpl
Returns a collection of the reserve relations concerning the given Item.
getItemReserveRelations(ItemType) - Method in interface magellan.library.Unit
Returns a collection of the reserve relations concerning the given Item.
getItems() - Method in class magellan.library.impl.MagellanUnitContainerImpl
Returns all the items this container possesses.
getItems() - Method in class magellan.library.impl.MagellanUnitImpl
Returns all the items this unit possesses.
getItems() - Method in interface magellan.library.Unit
Returns all the items this unit possesses.
getItems() - Method in interface magellan.library.UnitContainer
Returns all the items this container possesses.
getItems() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of items.
getItemTransferRelations(ItemType) - Method in class magellan.library.impl.MagellanUnitImpl
Returns a collection of the item relations concerning the given Item.
getItemTransferRelations(ItemType) - Method in interface magellan.library.Unit
Returns a collection of the itemrelations concerning the given Item.
getItemType() - Method in class magellan.library.gamebinding.AttackOrder
Returns the value of itemType.
getItemType() - Method in class magellan.library.gamebinding.GiveOrder
Returns the value of itemType.
getItemType() - Method in class magellan.library.gamebinding.ReserveOrder
Returns the value of itemType.
getItemType() - Method in class magellan.library.Item
Returns the type of this item.
getItemType() - Method in class magellan.library.LuxuryPrice
The item type the price is for.
getItemType() - Method in class magellan.library.utils.Units.StatItem
 
getItemType(String) - Method in class magellan.library.EmptyRules
 
getItemType(String) - Method in class magellan.library.rules.GenericRules
 
getItemType(String) - Method in interface magellan.library.Rules
Shorthand for getItemType(id, false).
getItemType(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
The ItemType with the given name.
getItemType(String, boolean) - Method in class magellan.library.EmptyRules
 
getItemType(String, boolean) - Method in class magellan.library.rules.GenericRules
 
getItemType(String, boolean) - Method in interface magellan.library.Rules
get ItemType by (possibly localized) name
getItemType(StringID) - Method in class magellan.library.EmptyRules
 
getItemType(StringID) - Method in class magellan.library.rules.GenericRules
 
getItemType(StringID) - Method in interface magellan.library.Rules
Shorthand for getItemType(id, false)
getItemType(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getItemType(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getItemType(StringID, boolean) - Method in interface magellan.library.Rules
Returns the item type with given id.
getItemTypeIterator() - Method in class magellan.library.EmptyRules
 
getItemTypeIterator() - Method in class magellan.library.rules.GenericRules
Deprecated.
you may use getItemTypes()
getItemTypeIterator() - Method in interface magellan.library.Rules
Returns an iterator over all item types.
getItemTypes() - Method in class magellan.library.EmptyRules
 
getItemTypes() - Method in class magellan.library.rules.GenericRules
 
getItemTypes() - Method in interface magellan.library.Rules
Returns a collection of all item types.
getIterator(Class<T>, Collection<?>) - Static method in class magellan.library.utils.filters.CollectionFilters
Returns an iterator that iterates only over elements of coll of type class1.
getJMenu() - Method in interface magellan.client.extern.MainMenuProvider
returns the menu entry fro the main menu
getJPanel() - Method in class magellan.client.swing.desktop.EmptyPerspective
 
getJPanel() - Method in interface magellan.client.swing.desktop.Perspective
 
getKey() - Method in class magellan.library.utils.Pair
Returns the value of key.
getKey() - Method in class magellan.library.utils.Score
Returns the key.
getKeyIterator(Class<T>, Map<?, ?>) - Static method in class magellan.library.utils.filters.CollectionFilters
Returns an iterator that iterates only over keys of map of type class1.
getKeys(Locale) - Method in class magellan.library.utils.Resources
 
getKeyStroke(KeyStroke) - Method in class magellan.client.preferences.DesktopShortCutPreferences
 
getKeyTreeSet() - Method in class magellan.library.utils.Translations
provides a sorted set of the keys
getKills() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of kills.
getKnownSkills(SkillType) - Method in class magellan.library.utils.SkillStats
returns a sorted Collection containing the existing entries (type Skill) for the specified SkillType in the internal data.
getKnownSkillTypes() - Method in class magellan.library.utils.SkillStats
returns an Collection containing the known SkillTypes in the internal data.
getLabelPosition() - Method in interface magellan.client.swing.tree.CellObject2
Returns the position of the label in the list of graphics elements.
getLabelPosition() - Method in class magellan.client.swing.tree.FactionNodeWrapper
 
getLabelPosition() - Method in class magellan.client.swing.tree.GroupNodeWrapper
 
getLabelPosition() - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
 
getLabelPosition() - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
getLabelPosition() - Method in class magellan.client.swing.tree.RegionNodeWrapper
 
getLabelPosition() - Method in class magellan.client.swing.tree.SkillNodeWrapper
 
getLabelPosition() - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
getLabelPosition() - Method in class magellan.client.swing.tree.UnitNodeWrapper
 
getLabelPosition() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
getLaen() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of laen.
getLaen() - Method in interface magellan.library.Region
Returns the value of laen.
getLandDistance(GameData, CoordinateID, CoordinateID, Map<ID, RegionType>, int, int) - Static method in class magellan.library.utils.Regions
Returns the distance on a shortest path over land from start to dest, excluding certain region types and considering streets.
getLandPath(GameData, CoordinateID, CoordinateID, Map<ID, RegionType>, int, int) - Static method in class magellan.library.utils.Regions
Returns a shortest path over land from start to dest, excluding certain region types and considering streets.
getLandRegionTypes(Rules) - Static method in class magellan.library.utils.Regions
Returns a map of all RegionTypes that are flagged as land.
getLastCapitalizedString(String) - Method in class magellan.client.extern.AbstractPlugInLoader
delivers last capitalized String, e.g.: for input "StringBuffer.class" this function returns "Buffer.class"
getLastComponent(Container) - Method in class magellan.client.swing.MagellanFocusTraversalPolicy
 
getLastExistingReport() - Method in class magellan.client.utils.FileHistory
Returns the last file loaded into Magellan.
getLastRegionRenderingType() - Method in class magellan.client.swing.map.Mapper
 
getLastRegionRenderingType() - Method in class magellan.client.swing.map.Minimapper
 
getLastToken() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns the last token retrieved by AbstractOrderParser.getNextToken() or null if there was none.
getLayers() - Method in class magellan.library.utils.transformation.BoxTransformer.BBoxes
Returns all layers for which boxes have been set.
getLayers(GameData) - Static method in class magellan.library.gamebinding.MapMergeEvaluator
 
getLayout(String) - Method in class magellan.client.desktop.DFBInstance
Returns the docking layout with the given name or null, if there is no layout with this name.
getLayout(String) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
getLayoutPanel() - Method in class magellan.client.preferences.DetailsViewOrderEditorPreferences
 
getLeader() - Method in class magellan.library.AllianceGroup
Returns the alliance's leader.
getLevel() - Method in class magellan.client.Client
Get the Level on the mapper Panel.
getLevel() - Method in class magellan.client.swing.map.Mapper
Returns the level ('Eressea-Ebene') this Mapper actually displays.
getLevel() - Method in class magellan.client.swing.MapperPanel
Returns the mapper's current level.
getLevel() - Method in class magellan.library.impl.MagellanPotionImpl
Returns the level of this Potion.
getLevel() - Method in class magellan.library.impl.MagellanSpellImpl
Returns the level of this spell which indicates the lowest skill level a mage must have to be able to cast this spell.
getLevel() - Method in interface magellan.library.Potion
Returns the level of this Potion.
getLevel() - Method in class magellan.library.Skill
Returns the level of the skill.
getLevel() - Method in interface magellan.library.Spell
Returns the level of this spell which indicates the lowest skill level a mage must have to be able to cast this spell.
getLevel() - Static method in class magellan.library.utils.logging.Logger
 
getLevel(int) - Static method in class magellan.library.utils.logging.Logger
 
getLevel(int, int, int, int, boolean) - Static method in class magellan.library.Skill
Calculate the skill level from skill points according to the formula Skill.getLevelAtPoints(int) including given bonuses.
getLevel(Unit, boolean) - Method in class magellan.library.Skill
Re-calculate the skill level from the skillPoints including race bonus, terrain bonus and (if includeBuilding==true) building bonus of the given unit.
getLevel(Unit, String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the skill level of a unit.
getLevelAtPoints(int) - Static method in class magellan.library.Skill
Returns the skill level gained at the specified number of skill points according to Skill.getPointsAtLevel(int).
getLevelMappingVariants(int, int) - Method in class magellan.library.gamebinding.e3a.E3AMapMergeEvaluator
 
getLevelMappingVariants(int, int) - Method in class magellan.library.gamebinding.EresseaMapMergeEvaluator
 
getLevelMappingVariants(int, int) - Method in class magellan.library.gamebinding.MapMergeEvaluator
 
getLevelRelation(int, int) - Method in class magellan.library.GameData
Returns the relation of two map layers.
getLevelRelation(GameData, int, int) - Method in class magellan.library.gamebinding.MapMergeEvaluator
This method should not be called directly, as results of calling this method are cached in the corresponding GameData object.
getLevels() - Method in class magellan.client.swing.map.Mapper
Returns a list containing all the different levels ('Eressea-Ebenen') this Mapper knows of.
getLibrary() - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns the value of library.
getLimitMakeCompletion() - Method in class magellan.client.completion.AutoCompletion
Returns if completion of MACHE orders is limited
getLimitMakeCompletion() - Method in interface magellan.library.completion.CompleterSettingsProvider
Returns true iff LimitMakeCompletion is turned on
getLine() - Method in exception magellan.library.io.nr.NRParser.ParseException
 
getLine() - Method in interface magellan.library.tasks.Problem
Returns the line in the orders of the unit that caused the problem.
getLine() - Method in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
getLine() - Method in class magellan.library.tasks.SimpleProblem
 
getLineNr() - Method in class magellan.library.utils.JECheck.ECheckMessage
Returns the line where the error was.
getList(Properties, String) - Static method in class magellan.library.utils.PropertiesHelper
Extracts properties by given prefix.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class magellan.plugin.groupeditor.AllianceStateRenderer
 
getListenerDescription() - Method in class magellan.client.Client
 
getListenerDescription() - Method in interface magellan.client.desktop.ShortcutListener
Returns a (localized) description (or name) for this listener.
getListenerDescription() - Method in class magellan.client.EMapDetailsPanel
 
getListenerDescription() - Method in class magellan.client.EMapOverviewPanel
 
getListenerDescription() - Method in class magellan.client.swing.ECheckPanel
 
getListenerDescription() - Method in class magellan.client.swing.MapperPanel
 
getListenerDescription() - Method in class magellan.client.swing.MapperPanel.TooltipShortcut
 
getListenerDescription() - Method in class magellan.client.swing.tasks.TaskTablePanel.TTShortcutListener
 
getListenerDescription() - Method in class magellan.client.utils.BookmarkManager
 
getListenerDescription() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
getListMode() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Returns the variable listMode.
getListModePanel() - Method in class magellan.client.preferences.DetailsViewOrderEditorPreferences
 
getLoad() - Method in class magellan.library.impl.MagellanShipImpl
Calculates the weight of all units of this ship.
getLoad() - Method in class magellan.library.impl.MagellanUnitImpl
getLoad() - Method in interface magellan.library.Ship
Returns the weight of all units of this ship in silver.
getLoad() - Method in interface magellan.library.Unit
getLoad(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getLoad(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
Returns the weight of all items of this unit that are not horses or carts in silver
getLoad(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the weight of all items of this unit that are not horses or carts in silver
getLocale() - Method in class magellan.library.CompleteData
 
getLocale() - Method in class magellan.library.EmptyData
 
getLocale() - Method in interface magellan.library.Faction
Returns the locale of this faction indicating the language of its report and orders.
getLocale() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
getLocale() - Method in class magellan.library.gamebinding.AbstractOrderParser
Return current locale.
getLocale() - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Returns the order locale.
getLocale() - Method in class magellan.library.GameData
Returns the locale of this report.
getLocale() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the locale of this faction indicating the language of its report and orders.
getLocale() - Method in class magellan.library.impl.MagellanSpellImpl
Only returns the locale of the spell
getLocale() - Method in class magellan.library.impl.MagellanUnitImpl
 
getLocale() - Method in interface magellan.library.Localized
Return the current locale i.e. for comparisions
getLocale() - Method in class magellan.library.rules.MessageType
Get the Locale of the MessageType.
getLocale() - Method in interface magellan.library.Unit
getLocale() - Method in class magellan.library.utils.OrderReader
Returns the order locale.
getLocale() - Method in class magellan.library.utils.OrderWriter
 
getLocale() - Method in class magellan.plugin.battleanalyzer.BattleInfo
Returns the value of locale.
getLogFile() - Static method in class magellan.client.Client
Returns the value of logFile.
getLogLevel() - Static method in class magellan.library.utils.NullUserInterface
 
getLongOrders() - Method in class magellan.library.gamebinding.EresseaOrderChanger
getLongOrders(Locale) - Method in class magellan.library.gamebinding.EresseaOrderChanger
List of long orders in the selected locale.
getLongOrdersTranslated() - Method in class magellan.library.gamebinding.EresseaOrderChanger
List of long orders in the default locale.
getLongOrderTokens() - Method in class magellan.library.gamebinding.e3a.E3AOrderChanger
Returns list of long order tokens in E3.
getLongOrderTokens() - Method in class magellan.library.gamebinding.EresseaOrderChanger
list of long orders in Eressea.
getLongValue(String) - Static method in class magellan.library.utils.Utils
Parses a string into a long, if possible otherwise it returns 0d.
getLookAndFeelNames() - Static method in class magellan.client.swing.MagellanLookAndFeel
Function delivers a sorted list of look and feel names
getLookAndFeels() - Method in class magellan.client.Client
DOCUMENT-ME
getLookAndFeels() - Static method in class magellan.client.swing.MagellanLookAndFeel
Delivers a Map (String, MagLookAndFeelWrapper) of possibly useable look and feel implementations
getLoot() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of loot.
getLowestGuardingTrustColor(Region) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
getLowestKnownSkillLevel(SkillType) - Method in class magellan.library.utils.SkillStats
returns the lowest level of the specified skillType known in the internal data
getLowestTrustColor(Region) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
getLuxuryListTranslated() - Method in class magellan.client.swing.TradeOrganizer
Returns the value of luxuryListTranslated.
getLuxuryListTranslated() - Method in class magellan.client.swing.TradeOrganizerOld
Returns the value of luxuryListTranslated.
getMagellanContext() - Method in class magellan.client.Client
Returns the MagellanContext
getMagellanContext() - Method in class magellan.client.event.EventDispatcher
Returns the Magellan Context.
getMagellanContext() - Method in class magellan.client.swing.InternationalizedDataPanel
Deprecated.
you shouldn't use global state
getMagellanDirectory() - Static method in class magellan.client.Client
getMagellanSettingsDir() - Method in class magellan.client.desktop.MagellanDesktop
Returns the home directory of Magellan.
getMagellanUrl(String) - Static method in class magellan.library.utils.MagellanUrl
Returns a URL, if possible fetched from the remote file at MagellanUrl.MAGELLAN_LOCATIONS_URL.
getMaintained() - Method in class magellan.library.impl.MagellanRegionImpl
 
getMaintained() - Method in interface magellan.library.Region
Returns a set of units that may be new in this region and thus need to be maintained.
getMaintainer(Building) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getMaintainer(Building) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getMaintainer(Building) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the unit that pays maintenance for a building.
getMaintenance() - Method in class magellan.library.rules.Race
Returns the amount of silver needed to sustain one person of this race in one week.
getMaintenance(ID) - Method in class magellan.library.rules.ConstructibleType
Returns an item which contains how much is needed to upkeep this type or null if this type isn't needed
getMaintenanceItems() - Method in class magellan.library.rules.ConstructibleType
Returns a collections of all items neede for upkeep.
getMajor() - Method in class magellan.library.utils.Version
Returns the Major Version Number
getMakeSkill() - Method in class magellan.library.rules.ItemType
Returns the skill needed to MAKE this item.
getManagedComponents() - Method in class magellan.client.desktop.MagellanDesktop
Returns all the components available to this desktop.
getMap(Class<T>) - Method in class magellan.library.rules.GenericRules
 
getMapMergeEvaluator() - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
getMapMergeEvaluator() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getMapMergeEvaluator() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getMapMergeEvaluator() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getMapMergeEvaluator() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getMapMergeEvaluator() - Method in interface magellan.library.gamebinding.GameSpecificStuff
 
getMapMetric() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getMapMetric() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getMapMetric() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getMapMetric() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getMapMetric() - Method in interface magellan.library.gamebinding.GameSpecificStuff
 
getMapMetric() - Method in class magellan.library.GameData
Returns the game's map metric.
getMapMetric(GameData) - Static method in class magellan.library.utils.Regions
 
getMapMetric(Region) - Static method in class magellan.library.utils.Regions
 
getMappedValues() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
DOCUMENT-ME
getMapper() - Method in class magellan.client.swing.map.BorderCellRenderer
Returns the value of mapper.
getMapper() - Method in class magellan.client.swing.map.RegionImageCellRenderer
Returns the value of mapper.
getMapper() - Method in class magellan.client.swing.MapperPanel
Returns the value of mapper.
getMapperTooltip() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
Returns the tooltip definition of the responsible mapper.
getMapping(GameData, int, int) - Method in class magellan.library.utils.mapping.EasyLevelMapping
 
getMapping(GameData, int, int) - Method in interface magellan.library.utils.mapping.LevelMapping
Returns a mapping that maps coordinates of fromLevel to coordinates of toLevel or null if no such mapping can be found.
getMapping(GameData, int, int) - Method in class magellan.library.utils.mapping.SchemeExtendMapping
Returns a mapping from "real space" to "astral space".
getMapping(GameData, int, int) - Method in class magellan.library.utils.mapping.SchemeOverlapMapping
Returns a mapping from "real space" to "astral space".
getMapping(GameData, GameData, int) - Method in class magellan.library.utils.mapping.BuildingIDMapping
 
getMapping(GameData, GameData, int) - Method in interface magellan.library.utils.mapping.DataMapping
 
getMapping(GameData, GameData, int) - Method in class magellan.library.utils.mapping.GameObjectIDMapping
 
getMapping(GameData, GameData, int) - Method in class magellan.library.utils.mapping.RegionIDMapping
 
getMapping(GameData, GameData, int) - Method in class magellan.library.utils.mapping.RegionNameMapping
 
getMapping(GameData, GameData, int) - Method in class magellan.library.utils.mapping.SavedTranslationsMapping
 
getMapping(GameData, GameData, int) - Method in class magellan.library.utils.mapping.SchemeNameMapping
 
getMapping(GameData, GameData, int) - Method in class magellan.library.utils.mapping.ShipIDMapping
 
getMapping(GameData, GameData, int) - Method in class magellan.library.utils.mapping.UnitIDMapping
 
getMappingEvaluator(int) - Method in class magellan.library.gamebinding.e3a.E3AMapMergeEvaluator
 
getMappingEvaluator(int) - Method in class magellan.library.gamebinding.EresseaMapMergeEvaluator
 
getMappingEvaluator(int) - Method in class magellan.library.gamebinding.MapMergeEvaluator
 
getMappings(GameData, GameData, int) - Method in class magellan.library.utils.mapping.BuildingIDMapping
 
getMappings(GameData, GameData, int) - Method in interface magellan.library.utils.mapping.DataMapping
 
getMappings(GameData, GameData, int) - Method in class magellan.library.utils.mapping.GameObjectIDMapping
 
getMappings(GameData, GameData, int) - Method in class magellan.library.utils.mapping.RegionIDMapping
 
getMappings(GameData, GameData, int) - Method in class magellan.library.utils.mapping.RegionNameMapping
 
getMappings(GameData, GameData, int) - Method in class magellan.library.utils.mapping.SavedTranslationsMapping
 
getMappings(GameData, GameData, int) - Method in class magellan.library.utils.mapping.SchemeNameMapping
 
getMappings(GameData, GameData, int) - Method in class magellan.library.utils.mapping.ShipIDMapping
Create possible translations by same unit in both reports from same turn.
getMappings(GameData, GameData, int) - Method in class magellan.library.utils.mapping.UnitIDMapping
Create possible translations by same unit in both reports from same turn.
getMarker(int) - Method in class magellan.library.utils.logging.AbstractLogListener
Returns a marker string like "(WW)".
getMaterialPool() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
 
getMax(Region.Visibility, Region.Visibility) - Static method in class magellan.library.Region.Visibility
Returns the greater of the two visibilities.
getMaxAllianceCategory() - Method in class magellan.plugin.groupeditor.AllianceStateComboBox
returns the maximum alliance category (which must be ALL)
getMaxCapacity() - Method in class magellan.library.impl.MagellanShipImpl
Returns the maximum capacity with respect to damages of the ship in silver.
getMaxCapacity() - Method in interface magellan.library.Ship
Returns the maximum capacity with respect to damages of the ship in silver.
getMaxEntertain(Region) - Method in class magellan.library.gamebinding.AllanonGameSpecificRules
 
getMaxEntertain(Region) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getMaxEntertain(Region) - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
Returns the tax income
getMaxEntertain(Region) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getMaxEntertain(Region) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the amount of max entertainment in a specific region.
getMaxFileHistorySize() - Method in class magellan.client.Client
Returns the maximum number of entries in the history of loaded files.
getMaxFileHistorySize() - Method in class magellan.client.utils.FileHistory
Returns the maximum number of entries in the history of loaded files.
getMaxHeroes() - Method in interface magellan.library.Faction
Returns the value of maxHeroes.
getMaxHeroes() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of maxHeroes.
getMaxHorsesRiding(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getMaxHorsesRiding(Unit) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getMaxHorsesRiding(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getMaxHorsesRiding(Unit) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the maximum number of horses the unit can handle while riding.
getMaxHorsesWalking(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getMaxHorsesWalking(Unit) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getMaxHorsesWalking(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getMaxHorsesWalking(Unit) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the maximum number of horses the unit can handle while walking.
getMaxId(int) - Static method in class magellan.library.utils.IDBaseConverter
Returns the largest integer representing a valid id by the given base.
getMaximumSize() - Method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
 
getMaximumVerticalDataValue() - Method in class magellan.client.skillchart.VerticalBarPlot
Returns the maximum value in either the domain or the range, whichever is displayed against the vertical axis for the particular type of plot implementing this interface.
getMaxMigrants() - Method in interface magellan.library.Faction
Returns the value of maxMigrants.
getMaxMigrants() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of maxMigrants.
getMaxOldEntertain(Region) - Method in class magellan.library.gamebinding.AllanonGameSpecificRules
 
getMaxOldEntertain(Region) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getMaxOldEntertain(Region) - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
Returns 0.
getMaxOldEntertain(Region) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getMaxOldEntertain(Region) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the amount of max entertainment in a specific region.
getMaxPeopleFaction(Region) - Static method in class magellan.client.swing.map.RegionShapeCellRenderer
Counts the people of all faction in the given region and returns the faction with most of them, or null if there are no units.
getMaxPersons() - Method in class magellan.library.impl.MagellanShipImpl
 
getMaxPersons() - Method in class magellan.library.rules.ShipType
Returns the number of persons that fit on the ship.
getMaxPersons() - Method in interface magellan.library.Ship
Returns the maximum number of persons allowed on board.
getMaxRound() - Method in class magellan.plugin.battleanalyzer.BattleInfo
Returns the value of maxRound.
getMaxSize() - Method in class magellan.library.rules.ConstructibleType
Returns the maximum size.
getMaxSize() - Method in class magellan.library.utils.Bucket
Returns the maximum size of this bucket that it is not allowed to outgrow.
getMaxSortIndex() - Method in class magellan.library.GameData
 
getMaxTL() - Method in class magellan.library.utils.filters.UnitFactionTLFilter
 
getMaxTrade(Region) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getMaxTrade(Region) - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
 
getMaxTrade(Region) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getMaxTrade(Region) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the trade volume of the region
getMaxUnits() - Method in class magellan.library.GameData
Returns the maximum number of units per faction or -1 if this is unknown
getMaxWorkers(Region) - Method in class magellan.library.gamebinding.AllanonGameSpecificRules
 
getMaxWorkers(Region) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getMaxWorkers(Region) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getMaxWorkers(Region) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the amount of max workers in a specific region.
getMaxx() - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Returns the value of maxx.
getMaxx() - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Returns the maximum x value for this box.
getMaxy() - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Returns the value of maxy.
getMaxy() - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Returns the maximum y value for this box.
getMen() - Method in class magellan.client.swing.ArmyStatsPanel.Army
DOCUMENT-ME
getMen() - Method in class magellan.client.swing.ArmyStatsPanel.WarLine
DOCUMENT-ME
getMen() - Method in class magellan.client.swing.ArmyStatsPanel.WeaponGroup
DOCUMENT-ME
getMenu() - Method in class magellan.client.EMapDetailsPanel
 
getMenu() - Method in class magellan.client.EMapOverviewPanel
Deprecated.
I think this is needless.
getMenu() - Method in interface magellan.client.swing.MenuProvider
 
getMenu() - Method in class magellan.client.swing.MessagePanel
 
getMenuItems() - Method in interface magellan.client.extern.MagellanPlugIn
Returns the menu items that should be added to the Magellan PlugIn menu.
getMenuItems() - Method in class magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn
 
getMenuItems() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
getMenuItems() - Method in class magellan.plugin.groupeditor.GroupEditorPlugIn
 
getMenuItems() - Method in class magellan.plugin.MagellanMapEditPlugIn
kein Eintrag in Plugins -> no return here
getMessage() - Method in exception magellan.library.io.nr.NRParser.ParseException
 
getMessage() - Method in interface magellan.library.tasks.Problem
Returns a message for the user.
getMessage() - Method in class magellan.library.tasks.ProblemFactory.BattleProblem
 
getMessage() - Method in class magellan.library.tasks.ProblemFactory.MessageProblem
 
getMessage() - Method in class magellan.library.tasks.ProblemType
Returns the message for this type or null (if the message depends on more than just the type.
getMessage() - Method in class magellan.library.tasks.SimpleProblem
Returns the value of message.
getMessage() - Method in class magellan.library.utils.JECheck.ECheckMessage
DOCUMENT-ME
getMessage(int, Object, Throwable) - Method in class magellan.library.utils.logging.AbstractLogListener
Returns a standard message that includes a time stamp and, if aThrowable!
getMessagePanel() - Method in class magellan.client.Client
Returns the message panel.
getMessageRenderer(GameData) - Method in class magellan.library.gamebinding.AllanonSpecificStuff
Delivers the Allanon specific Message Renderer (as of CR VERSION 41)
getMessageRenderer(GameData) - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
Delivers the Eressea specific Message Renderer (as of CR VERSION 41)
getMessageRenderer(GameData) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getMessageRenderer(GameData) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
Delivers the Eressea specific Message Renderer (as of CR VERSION 41)
getMessageRenderer(GameData) - Method in class magellan.library.gamebinding.EresseaSpecificStuff
Delivers the Eressea specific Message Renderer (as of CR VERSION 41)
getMessageRenderer(GameData) - Method in interface magellan.library.gamebinding.GameSpecificStuff
Delivers a game specific Message Renderer
getMessages() - Method in interface magellan.library.Faction
Returns the value of messages.
getMessages() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of messages.
getMessages() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of messages.
getMessages() - Method in interface magellan.library.Region
Returns the value of messages.
getMessages(File, File, String, Properties) - Static method in class magellan.library.utils.JECheck
Runs ECheck with the specified parameters and returns the error and warning messages it reported.
getMessages(Reader) - Static method in class magellan.library.utils.JECheck
Returns a collection containing JECheck.ECheckMessage objects by reading from the specified reader.
getMessageType() - Method in class magellan.library.impl.MagellanMessageImpl
Returns the MessageType of this message.
getMessageType() - Method in interface magellan.library.Message
Returns the MessageType of this message.
getMigrants() - Method in interface magellan.library.Faction
Returns the value of migrants.
getMigrants() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of migrants.
getMinimap() - Method in class magellan.client.swing.MapperPanel
Returns the value of minimap.
getMinimapComponent() - Method in class magellan.client.swing.MapperPanel
Returns the minimap's main component.
getMinimapMode() - Method in class magellan.client.swing.MapperPanel
Returns the minimap's paint mode.
getMinimapRenderer() - Method in class magellan.client.swing.map.Minimapper
 
getMinimapScale() - Method in class magellan.client.swing.MapperPanel
DOCUMENT-ME
getMinimumFontSize() - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
getMinimumFontSize() - Method in class magellan.client.swing.map.SignTextCellRenderer
 
getMinimumSize() - Method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
 
getMinimumSize() - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
getMinimumSize() - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddTooltipDialog
 
getMinimumSize() - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
getMinimumVerticalDataValue() - Method in class magellan.client.skillchart.VerticalBarPlot
Returns the minimum value in the range, since this is plotted against the vertical axis for BarPlot.
getMinor() - Method in class magellan.library.utils.Version
Returns the Minor Version Number
getMinSize() - Method in class magellan.library.rules.CastleType
Returns the minimum size of this type.
getMinTL() - Method in class magellan.library.utils.filters.UnitFactionTLFilter
 
getMinx() - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Returns the value of minx.
getMinx() - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Returns the minimum x value for this box.
getMiny() - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Returns the value of miny.
getMiny() - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Returns the minimum y value for this box.
getMnemonic() - Method in class magellan.client.actions.MenuAction
Returns the mnemonic of the menu this menu action is to be associated with.
getMnemonicTranslated() - Method in class magellan.client.actions.desktop.LayoutDeleteAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.desktop.LayoutExportAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.desktop.LayoutImportAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.desktop.LayoutNewAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.desktop.LayoutSaveAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.edit.FindAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.edit.QuickFindAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.edit.RedoAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.edit.UndoAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.AlchemyAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.ArmyStatsAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.ConversionAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.FactionStatsAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.HelpAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.InfoAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.OptionAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.ProfileAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.RepaintAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.TileSetAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.TipOfTheDayAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.TradeOrganizerAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.extras.VorlageAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.file.AbortAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.file.AddCRAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.file.ExportCRAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.file.FileSaveAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.file.FileSaveAsAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.file.OpenCRAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.file.OpenOrdersAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.file.QuitAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.file.SaveOrdersAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.map.AbstractSelectionAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.map.IslandAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.map.MapSaveAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.map.SetGirthAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.map.SetOriginAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.MenuAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.orders.ChangeFactionConfirmationAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.orders.ConfirmAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.orders.FindPreviousUnconfirmedAction
 
getMnemonicTranslated() - Method in class magellan.client.actions.orders.UnconfirmAction
 
getMode() - Method in class magellan.client.swing.RoutingDialog.RetValue
 
getMode() - Method in interface magellan.library.utils.guiwrapper.RoutingDialogData
 
getModel() - Method in class magellan.client.swing.table.TableMap
DOCUMENT-ME
getModel() - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTable
 
getModifiedBuilding() - Method in class magellan.library.impl.MagellanUnitImpl
 
getModifiedBuilding() - Method in interface magellan.library.Unit
Returns the modified building if this unit modifies it
getModifiedCombatStatus() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the new Combat Status of this unit as it would be after the orders of this unit
getModifiedCombatStatus() - Method in interface magellan.library.Unit
Returns the new combat status of this unit as it would be after the orders of this unit have been processed.
getModifiedGuard() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the new (expected) guard value of this unit as it would be after the orders of this unit (and the unit is still alive next turn) (@TODO: do we need a region.getModifiedGuards - List?
getModifiedGuard() - Method in interface magellan.library.Unit
Returns the new (expected) guard value of this unit as it would be after the orders of this unit (and the unit is still allive next turn) (@TODO: do we need a region.getModifiedGuards - List?
getModifiedItem(ItemType) - Method in class magellan.library.impl.MagellanUnitImpl
Returns the item of the specified type as it would appear after the orders of this unit have been processed, i.e. the amount of the item might be modified by transfer orders.
getModifiedItem(ItemType) - Method in interface magellan.library.Unit
Returns the item of the specified type as it would appear after the orders of this unit have been processed, i.e. the amount of the item might be modified by transfer orders.
getModifiedItemCount(Unit, String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the number of items of a unit with the given item name after execution of orders.
getModifiedItems() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the items of this unit as they would appear after the orders of this unit have been processed.
getModifiedItems() - Method in interface magellan.library.Unit
Returns the items of this unit as they would appear after the orders of this unit have been processed.
getModifiedLevel(Unit, boolean) - Method in class magellan.library.Skill
Deprecated.
(stm) This is not used by anyone and I'm not sure if it's correct any more.
getModifiedLoad() - Method in class magellan.library.impl.MagellanShipImpl
Returns the (modified) weight of all (modified) units of this ship .
getModifiedLoad() - Method in class magellan.library.impl.MagellanUnitImpl
getModifiedLoad() - Method in interface magellan.library.Ship
Returns the weight of all units of this ship in silver based on the modified units.
getModifiedLoad() - Method in interface magellan.library.Unit
getModifiedLoad(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getModifiedLoad(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
Returns the weight of all items of this unit that are not horses or carts in silver based on the modified items plus all passengers modified weight.
getModifiedLoad(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the weight of all items of this unit that are not horses or carts in silver based on the modified items.
getModifiedMovement() - Method in class magellan.library.impl.MagellanUnitImpl
Returns a List of the reached coordinates of the unit's movement starting with the current region or an empty list if unit is not moving.
getModifiedMovement() - Method in interface magellan.library.Unit
Returns a List of the reached coordinates of the units movement starting with the current region or an empty list if unit is not moving.
getModifiedMovement(Unit) - Method in class magellan.client.swing.map.PathCellRenderer
 
getModifiedMovement(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getModifiedMovement(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getModifiedMovement(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the list of regions that the unit will move through in the next turn.
getModifiedName() - Method in class magellan.library.impl.MagellanNamedImpl
Returns the (possibly) modified name of this object.
getModifiedName() - Method in class magellan.library.impl.MagellanRelatedImpl
 
getModifiedName() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
getModifiedName() - Method in class magellan.library.impl.MagellanUnitImpl
 
getModifiedName() - Method in interface magellan.library.Named
Returns the name after orders.
getModifiedName() - Method in interface magellan.library.Unit
 
getModifiedOwnerUnit() - Method in class magellan.library.impl.MagellanUnitContainerImpl
Tries to return the new owner.
getModifiedOwnerUnit() - Method in interface magellan.library.UnitContainer
Returns the unit owning this UnitContainer after orders have been executed.
getModifiedPeasants() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the number of modified persons after "give 0", recruit.
getModifiedPeasants() - Method in interface magellan.library.Region
Returns the number of modified peasants after a GIVE 0 or recruiting.
getModifiedPersonLoad() - Method in class magellan.library.impl.MagellanShipImpl
 
getModifiedPersonLoad() - Method in interface magellan.library.Ship
Returns the projected weight of the projected peresons on board.
getModifiedPersons() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the number of persons in this unit as it would be after the orders of this and other units have been processed since it may be modified by transfer orders.
getModifiedPersons() - Method in class magellan.library.impl.MagellanZeroUnitImpl
Returns the amount of recruitable persons - recruited persons
getModifiedPersons() - Method in interface magellan.library.Unit
Returns the number of persons in this unit as it would be after the orders of this and other units have been processed since it may be modified by transfer orders.
getModifiedPersons() - Method in interface magellan.library.ZeroUnit
Returns the amount of recruitable persons - recruited persons
getModifiedRadius(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getModifiedRadius(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getModifiedRadius(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the unit's speed based on payload and horses.
getModifiedRadius(Unit, boolean) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getModifiedRadius(Unit, boolean) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getModifiedRadius(Unit, boolean) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the number of regions this unit is able to travel (on roads if onRoad is true) within one turn based on modified riding skill, horses, carts and load of this unit.
getModifiedRadius(Unit, List<Region>) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getModifiedRadius(Unit, List<Region>) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getModifiedRadius(Unit, List<Region>) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the number of regions this unit is able to travel within one turn based on modified riding skill, horses, carts, load of this unit and roads on the given path.
getModifiedShip() - Method in class magellan.library.impl.MagellanUnitImpl
 
getModifiedShip() - Method in interface magellan.library.Unit
Returns the modified ship if this unit modifies the ship
getModifiedSkill(SkillType) - Method in class magellan.library.impl.MagellanUnitImpl
 
getModifiedSkill(SkillType) - Method in interface magellan.library.Unit
Returns the modified skills if this will change.
getModifiedSkills() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the skills of this unit as they would appear after the orders for person transfers are processed.
getModifiedSkills() - Method in interface magellan.library.Unit
Returns the skills of this unit as they would appear after the orders for person transfers are processed.
getModifiedUnaided() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the new Unaided status of this unit as it would be after the orders of this unit
getModifiedUnaided() - Method in interface magellan.library.Unit
Returns the new Unaided status of this unit as it would be after the orders of this unit
getModifiedUnit(ID) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
getModifiedUnit(ID) - Method in interface magellan.library.UnitContainer
Returns the unit with the specified ID if it is in the modified units, null otherwise.
getModifiedUnitContainer() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the modified unit container this unit belongs to.
getModifiedUnitContainer() - Method in interface magellan.library.Unit
Returns the modified unit container this unit belongs to.
getModifiedWeight() - Method in class magellan.library.impl.MagellanUnitImpl
getModifiedWeight() - Method in interface magellan.library.Unit
getModifiedWeight(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getModifiedWeight(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
The modified weight is calculated from the modified number of persons and the modified items.
getModifiedWeight(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
The modified weight is calculated from the modified number of persons and the modified items.
getModifier(SkillType, Race, RegionType) - Static method in class magellan.library.Skill
Returns the modifier that the specified race has on the specified skill in the specified terrain.
getModifier(SkillType, Unit) - Static method in class magellan.library.Skill
Returns the modifier that the specified unit's race has on the specified skill in the terrain the specified unit resides in.
getModifier(Unit) - Method in class magellan.library.Skill
Returns the modifier that the specified unit's race has on this skill in the terrain the specified unit resides in.
getMorale() - Method in class magellan.library.impl.MagellanRegionImpl
 
getMorale() - Method in interface magellan.library.Region
Gets the region's morale (from 0 to 5(?))
getMourning() - Method in class magellan.library.impl.MagellanRegionImpl
 
getMourning() - Method in interface magellan.library.Region
Returns the current mourning state or -1 if unknown.
getMousePressedMouseListener() - Method in class magellan.client.preferences.DesktopShortCutPreferences
 
getMovement() - Method in class magellan.library.relation.MovementRelation
Returns the value of movement.
getMovement(GameData, Unit) - Static method in class magellan.library.utils.Regions
Retrieve the coordinates the unit passes from the messages of the regions.
getMovement(Unit, List<Direction>, int) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getMovement(Unit, List<Direction>, int) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getMovement(Unit, List<Direction>, int) - Method in interface magellan.library.gamebinding.MovementEvaluator
Computes the movement of a unit with the given directions as orders
getMovementEvaluator() - Method in class magellan.client.EMapDetailsPanel
 
getMovementEvaluator() - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
getMovementEvaluator() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getMovementEvaluator() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getMovementEvaluator() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getMovementEvaluator() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getMovementEvaluator() - Method in interface magellan.library.gamebinding.GameSpecificStuff
Delivers a game specific MovementEvaluator
getMovementEvaluator() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns a MovementEvaluator that provides utility methods concerning the movement of units.
getMsgType(ID) - Method in class magellan.library.GameData
Retrieve a message type from msgTypes() by id.
getName() - Method in class magellan.client.actions.MenuAction
Returns the name of this menu action.
getName() - Method in class magellan.client.desktop.DockingLayout
Returns the value of name.
getName() - Method in interface magellan.client.extern.MagellanPlugIn
Returns the Name of the PlugIn.
getName() - Method in class magellan.client.swing.AlchemyDialog.PlannerModel.PotionInfo
 
getName() - Method in interface magellan.client.swing.ArmyStatsPanel.Armies
 
getName() - Method in class magellan.client.swing.ArmyStatsPanel.IslandArmies
 
getName() - Method in class magellan.client.swing.ArmyStatsPanel.RegionArmies
 
getName() - Method in class magellan.client.swing.ArmyStatsPanel.WholeArmy
 
getName() - Method in class magellan.client.swing.context.actions.ContextAction
Returns the name of this menu action.
getName() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
getName() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
getName() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
 
getName() - Method in class magellan.client.swing.map.BackgroundImageRenderer
 
getName() - Method in class magellan.client.swing.map.BorderCellRenderer
 
getName() - Method in class magellan.client.swing.map.BuildingCellRenderer
 
getName() - Method in class magellan.client.swing.map.EresseaSchemesCellRenderer
 
getName() - Method in class magellan.client.swing.map.HexCellRenderer
Returns a name for this renderer.
getName() - Method in class magellan.client.swing.map.HighlightImageCellRenderer
 
getName() - Method in class magellan.client.swing.map.HighlightShapeCellRenderer
 
getName() - Method in interface magellan.client.swing.map.MapCellRenderer
Returns a name for this renderer.
getName() - Method in class magellan.client.swing.map.MarkingsImageCellRenderer
 
getName() - Method in class magellan.client.swing.map.PathCellRenderer
 
getName() - Method in class magellan.client.swing.map.RegionImageCellRenderer
 
getName() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
getName() - Method in class magellan.client.swing.map.RenderingPlane
Returns the name of this plane.
getName() - Method in class magellan.client.swing.map.SchemeCellRenderer
 
getName() - Method in class magellan.client.swing.map.ShipCellRenderer
 
getName() - Method in class magellan.client.swing.map.SignTextCellRenderer
 
getName() - Method in class magellan.client.swing.map.TextCellRenderer
 
getName() - Method in class magellan.client.swing.map.TradeTextCellRenderer
 
getName() - Method in class magellan.client.swing.TempUnitDialog
 
getName() - Method in class magellan.client.swing.tree.GraphicsStyleset
Getter for property name.
getName() - Method in class magellan.client.utils.NameGenerator
DOCUMENT-ME
getName() - Method in class magellan.library.AllianceGroup
Returns the alliance name.
getName() - Method in interface magellan.library.Bookmark
 
getName() - Method in class magellan.library.completion.Completion
Returns the text that should be displayed to the user.
getName() - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
getName() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getName() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getName() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getName() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getName() - Method in interface magellan.library.gamebinding.GameSpecificStuff
Returns the name of the game this stuff belongs to.
getName() - Method in class magellan.library.gamebinding.RenameOrder
Returns the value of name.
getName() - Method in class magellan.library.impl.MagellanBookmarkBuilder.BookmarkImpl
 
getName() - Method in class magellan.library.impl.MagellanNamedImpl
 
getName() - Method in class magellan.library.impl.MagellanSpellImpl.Component
 
getName() - Method in class magellan.library.impl.MagellanSpellImpl
 
getName() - Method in class magellan.library.impl.SpellBuilder
Returns the set name or null.
getName() - Method in class magellan.library.io.file.FileType
Returns the name of the FileType.
getName() - Method in class magellan.library.io.file.PipeFileType
Returns an empty string.
getName() - Method in class magellan.library.Item
This method is a shortcut for calling this.getType().getName()
getName() - Method in interface magellan.library.Named
Returns the name of this object.
getName() - Method in class magellan.library.RegionResource
This method is a shortcut for calling this.getType().getName()
getName() - Method in class magellan.library.Skill
Return the name of this skill (which is the name of its SkillType).
getName() - Method in interface magellan.library.Spell.Component
 
getName() - Method in class magellan.library.tasks.ProblemType
Returns a localized, human-readable name of this problem.
getName() - Method in class magellan.library.utils.filters.UnitFilter
Returns a name for the filter.
getName() - Method in class magellan.library.utils.Units.StatItem
Returns the type name.
getName() - Method in class magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn
 
getName() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the value of name.
getName() - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Returns the value of name.
getName() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of name.
getName() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
getName() - Method in class magellan.plugin.groupeditor.GroupEditorPlugIn
 
getName() - Method in class magellan.plugin.MagellanMapEditPlugIn
kein Eintrag -> kein Name
getName(Locale) - Method in class magellan.library.rules.OrderType
Returns a localized order name.
getNameAndDescriptionPanel() - Method in class magellan.client.EMapDetailsPanel
Returns a panel with a Textfield for the name and a Textarea for the description.
getNames(Locale) - Method in class magellan.library.rules.OrderType
Returns all registered localized order names.
getNamesMap(Class<T>) - Method in class magellan.library.rules.GenericRules
 
getNameTranslated() - Method in class magellan.client.actions.desktop.LayoutDeleteAction
 
getNameTranslated() - Method in class magellan.client.actions.desktop.LayoutExportAction
 
getNameTranslated() - Method in class magellan.client.actions.desktop.LayoutImportAction
 
getNameTranslated() - Method in class magellan.client.actions.desktop.LayoutNewAction
 
getNameTranslated() - Method in class magellan.client.actions.desktop.LayoutSaveAction
 
getNameTranslated() - Method in class magellan.client.actions.edit.FindAction
 
getNameTranslated() - Method in class magellan.client.actions.edit.QuickFindAction
 
getNameTranslated() - Method in class magellan.client.actions.edit.RedoAction
 
getNameTranslated() - Method in class magellan.client.actions.edit.UndoAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.AlchemyAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.ArmyStatsAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.ConversionAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.FactionStatsAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.HelpAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.InfoAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.OptionAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.ProfileAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.RepaintAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.TileSetAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.TipOfTheDayAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.TradeOrganizerAction
 
getNameTranslated() - Method in class magellan.client.actions.extras.VorlageAction
 
getNameTranslated() - Method in class magellan.client.actions.file.AbortAction
 
getNameTranslated() - Method in class magellan.client.actions.file.AddCRAction
 
getNameTranslated() - Method in class magellan.client.actions.file.ExportCRAction
 
getNameTranslated() - Method in class magellan.client.actions.file.FileSaveAction
 
getNameTranslated() - Method in class magellan.client.actions.file.FileSaveAsAction
 
getNameTranslated() - Method in class magellan.client.actions.file.OpenCRAction
 
getNameTranslated() - Method in class magellan.client.actions.file.OpenOrdersAction
 
getNameTranslated() - Method in class magellan.client.actions.file.QuitAction
 
getNameTranslated() - Method in class magellan.client.actions.file.SaveOrdersAction
 
getNameTranslated() - Method in class magellan.client.actions.map.AbstractSelectionAction
 
getNameTranslated() - Method in class magellan.client.actions.map.IslandAction
 
getNameTranslated() - Method in class magellan.client.actions.map.MapSaveAction
 
getNameTranslated() - Method in class magellan.client.actions.map.SetGirthAction
 
getNameTranslated() - Method in class magellan.client.actions.map.SetOriginAction
 
getNameTranslated() - Method in class magellan.client.actions.MenuAction
Returns an name which should depend on the current GUI locale for a menu action.
getNameTranslated() - Method in class magellan.client.actions.orders.ChangeFactionConfirmationAction
 
getNameTranslated() - Method in class magellan.client.actions.orders.ConfirmAction
 
getNameTranslated() - Method in class magellan.client.actions.orders.FindPreviousUnconfirmedAction
 
getNameTranslated() - Method in class magellan.client.actions.orders.UnconfirmAction
 
getNameTranslated() - Method in class magellan.client.swing.context.actions.ContextAction
These methods are now needed to keep translation in the corresponding class. they MAY deliver null!
getNameTranslated() - Method in class magellan.client.swing.context.actions.CopyAction
 
getNeighbors() - Method in class magellan.library.impl.MagellanRegionImpl
 
getNeighbors() - Method in interface magellan.library.Region
Returns a map for reachable neighbors.
getNeighbours() - Method in class magellan.library.impl.MagellanRegionImpl
Deprecated.
getNeighbours() - Method in interface magellan.library.Region
Deprecated.
getNeighbours(CoordinateID) - Method in class magellan.library.utils.Regions.LandMetric
Returns all regions that can be reached in one week from id
getNeighbours(CoordinateID) - Method in interface magellan.library.utils.Regions.Metric
Returns all neighbors of the provided coordinate.
getNeighbours(CoordinateID) - Method in class magellan.library.utils.Regions.RoadMetric
 
getNeighbours(CoordinateID) - Method in class magellan.library.utils.Regions.ShipMetric
Returns the direct neighbors of a coordinate.
getNeighbours(CoordinateID) - Method in class magellan.library.utils.Regions.UnitMetric
 
getNewBorderID(Region, Border) - Static method in class magellan.library.utils.Regions
Returns an ID for an new Border to be add
getNewBorders() - Method in class magellan.library.utils.SetGirthDialog
Return the selected bounding boxes.
getNewestVersion(Properties, JFrame) - Static method in class magellan.library.utils.VersionInfo
This method tries to get the newest Version from the webserver.
getNewOrigin() - Method in class magellan.client.swing.SetOriginDialog
Return the selected new origin.
getNewRegion() - Method in class magellan.library.impl.MagellanUnitImpl
 
getNewRegion() - Method in interface magellan.library.Unit
Returns the modified region, i.e., the region that the unit will be in next round.
getNewValue(Region, Region, Regions.MultiDimensionalInfo, Regions.MultiDimensionalInfo, int[]) - Method in class magellan.library.utils.Regions.LandMetric
Adds the movement costs considering roads to current's distance.
getNewValue(Region, Region, Regions.MultiDimensionalInfo, Regions.MultiDimensionalInfo, int[]) - Method in class magellan.library.utils.Regions.MultidimensionalMetric
Subclasses should implement this method and return their new distance value encoded in newValues.
getNewValue(Region, Region, Regions.MultiDimensionalInfo, Regions.MultiDimensionalInfo, int[]) - Method in class magellan.library.utils.Regions.RoadMetric
 
getNewValue(Region, Region, Regions.MultiDimensionalInfo, Regions.MultiDimensionalInfo, int[]) - Method in class magellan.library.utils.Regions.ShipMetric
Returns the distance between r1 an r2 plus current's distance, usually as component-wise sum.
getNewValue(Region, Region, Regions.MultiDimensionalInfo, Regions.MultiDimensionalInfo, int[]) - Method in class magellan.library.utils.Regions.UnitMetric
 
getNextDecimalID(int, int, boolean) - Static method in class magellan.library.UnitID
Returns the next int, that is bigger than the given one but consists only out of decimal digits (interpreted in the current base).
getNextToken() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns next token from the tokenBucket.
getNextToken() - Method in class magellan.library.io.cr.Scanner
Parses until the next token, skipping empty lines.
getNextToken() - Method in class magellan.library.utils.OrderTokenizer
Reads the next chunk of text from the underlying stream.
getNextToken() - Method in class magellan.library.utils.SpellSyntax
 
getNextUnit() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
getNextUnit(Unit) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
getNodeWrapperFactory() - Method in class magellan.client.EMapDetailsPanel
Returns the factory used to create the nodes of the tree for this panel
getNodeWrapperFactory() - Method in class magellan.client.EMapOverviewPanel
Returns the factory that creates node wrappers.
getNodeWrapperFactory() - Method in class magellan.client.swing.MessagePanel
 
getNonLandRegionTypes(Rules) - Static method in class magellan.library.utils.Regions
Returns a map of all RegionTypes that are not flagged as land.
getNonOceanRegionTypes(Rules) - Static method in class magellan.library.utils.Regions
Returns a map of all RegionTypes that are not flagged as ocean.
getNonSkillWeapons(Unit, Collection<Skill>, Collection<Item>) - Method in class magellan.client.swing.ArmyStatsPanel
 
getNormalFont() - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
 
getNullFaction() - Method in class magellan.library.GameData
Returns a dummy faction which may be used for units without faction.
getNullRace() - Method in class magellan.library.GameData
Returns a dummy race which may be used for units without race.
getNullRegion() - Method in class magellan.library.GameData
Returns a dummy region which may be used for units without region.
getNumber(Order, int) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
getNumber(Order, int) - Method in interface magellan.library.Orders
Returns the integer number represented by the specified token in the order.
getObject() - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEvent
Returns either the region or the unit for this event whichever is non- null
getObject() - Method in class magellan.client.swing.tree.GraphicsElement
Getter for property object.
getObject() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
DOCUMENT-ME
getObject() - Method in interface magellan.library.Bookmark
 
getObject() - Method in class magellan.library.impl.MagellanBookmarkBuilder.BookmarkImpl
 
getObject() - Method in interface magellan.library.tasks.Problem
Returns the object this problem criticizes.
getObject() - Method in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
getObject() - Method in class magellan.library.tasks.SimpleProblem
Returns the value of object.
getObjectType() - Method in class magellan.library.rules.Resource
DOCUMENT-ME
getObjectType(Class<T>, ID, boolean) - Method in class magellan.library.rules.GenericRules
 
getObjectType(Map<String, T>, Map<String, T>, String) - Static method in class magellan.library.rules.GenericRules
Tries to retrieve an object type form the specified map by its name.
getOceanColor() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the colors used for ocean regions in Politics Mode.
getOceanRegionTypes(Rules) - Static method in class magellan.library.utils.Regions
Returns a map of all RegionTypes that are flagged as ocean.
getOceanWithCoast() - Method in class magellan.library.impl.MagellanRegionImpl
returns 1 if coast is nearby returns 0 if there es no coast
getOceanWithCoast() - Method in interface magellan.library.Region
 
getOldHorses() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldHorses.
getOldHorses() - Method in interface magellan.library.Region
Returns the value of oldHorses.
getOldIron() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldIron.
getOldIron() - Method in interface magellan.library.Region
Returns the value of oldIron.
getOldLaen() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldLaen.
getOldLaen() - Method in interface magellan.library.Region
Returns the value of oldLaen.
getOldPeasants() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldPeasants.
getOldPeasants() - Method in interface magellan.library.Region
Returns the value of oldPeasants.
getOldPrices() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldPrices.
getOldPrices() - Method in interface magellan.library.Region
Returns the value of oldPrices.
getOldRecruits() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldRecruits.
getOldRecruits() - Method in interface magellan.library.Region
Returns the value of oldRecruits.
getOldSilver() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldSilver.
getOldSilver() - Method in interface magellan.library.Region
Returns the value of oldSilver.
getOldSprouts() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldSprouts.
getOldSprouts() - Method in interface magellan.library.Region
Returns the value of oldSprouts.
getOldStones() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldStones.
getOldStones() - Method in interface magellan.library.Region
Returns the value of oldStones.
getOldTrees() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldTrees.
getOldTrees() - Method in interface magellan.library.Region
Returns the value of oldTrees.
getOldUnit(UnitID) - Method in class magellan.library.GameData
Returns an old unit
getOldUnits() - Method in class magellan.library.GameData
Returns a collection of all old units in the data.
getOldWage() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of oldWage.
getOldWage() - Method in interface magellan.library.Region
Returns the value of oldWage.
getOnOcean() - Method in class magellan.library.impl.MagellanSpellImpl
 
getOnOcean() - Method in interface magellan.library.Spell
Returns true if this spell can be cast while on oceans.
getOnShip() - Method in class magellan.library.impl.MagellanSpellImpl
 
getOnShip() - Method in interface magellan.library.Spell
Returns true if this spell can be cast on leaving ships.
getOptimizedString(String) - Method in class magellan.library.utils.StringFactory
DOCUMENT-ME
getOptionCategories() - Method in class magellan.library.EmptyRules
 
getOptionCategories() - Method in class magellan.library.rules.GenericRules
 
getOptionCategories() - Method in interface magellan.library.Rules
Returns a collection of all option categories.
getOptionCategory(String) - Method in class magellan.library.EmptyRules
 
getOptionCategory(String) - Method in class magellan.library.rules.GenericRules
 
getOptionCategory(String) - Method in interface magellan.library.Rules
Shorthand for getOptionCategory(id, false)
getOptionCategory(String, boolean) - Method in class magellan.library.EmptyRules
 
getOptionCategory(String, boolean) - Method in class magellan.library.rules.GenericRules
 
getOptionCategory(String, boolean) - Method in interface magellan.library.Rules
get OptionCategory by (possibly localized) name
getOptionCategory(StringID) - Method in class magellan.library.EmptyRules
 
getOptionCategory(StringID) - Method in class magellan.library.rules.GenericRules
 
getOptionCategory(StringID) - Method in interface magellan.library.Rules
Shorthand for getOptionCategory(id, false)
getOptionCategory(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getOptionCategory(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getOptionCategory(StringID, boolean) - Method in interface magellan.library.Rules
Returns the option category with given id.
getOptionCategoryIterator() - Method in class magellan.library.EmptyRules
 
getOptionCategoryIterator() - Method in class magellan.library.rules.GenericRules
Deprecated.
you may use getOptionCategories()
getOptionCategoryIterator() - Method in interface magellan.library.Rules
Returns an iterator over all option categories.
getOptions() - Method in interface magellan.library.Faction
Returns the value of options.
getOptions() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of options.
getOrder() - Method in class magellan.client.swing.TempUnitDialog
 
getOrder() - Method in class magellan.library.gamebinding.AbstractOrderParser.BuildingOrderHandler
 
getOrder() - Method in class magellan.library.gamebinding.AbstractOrderParser.ShipOrderHandler
 
getOrder() - Method in class magellan.library.gamebinding.AbstractOrderParser.UCOrderHandler
 
getOrder() - Method in class magellan.library.gamebinding.AbstractOrderParser.UnitOrderHandler
 
getOrder() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.DirectionHandler
 
getOrder() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.GiveReader
 
getOrder() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.TeachReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.BefoerderungReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.BenenneReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.BetreteReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.BewacheReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.BezahleReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.GibReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.KaempfeReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.LehreReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.LerneReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.NachReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.RekrutiereReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.ReserviereReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.RouteReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.TransportiereReader
 
getOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.VerlasseReader
 
getOrder() - Method in class magellan.library.gamebinding.OrderHandler
 
getOrder(String) - Method in class magellan.library.EmptyRules
 
getOrder(String) - Method in class magellan.library.rules.GenericRules
 
getOrder(String) - Method in interface magellan.library.Rules
Shorthand for getOrder(StringID.create(id)).
getOrder(Locale, StringID) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
Deprecated.
getOrder(Locale, StringID) - Method in class magellan.library.gamebinding.EresseaOrderChanger
Deprecated.
getOrder(Locale, StringID) - Method in interface magellan.library.gamebinding.OrderChanger
Deprecated. 
getOrder(Locale, StringID) - Method in class magellan.library.gamebinding.OrderTranslationHelper
 
getOrder(Locale, StringID, Object[]) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
Deprecated.
getOrder(Locale, StringID, Object[]) - Method in class magellan.library.gamebinding.EresseaOrderChanger
Deprecated.
getOrder(Locale, StringID, Object[]) - Method in interface magellan.library.gamebinding.OrderChanger
Deprecated. 
getOrder(Locale, StringID, Object[]) - Method in class magellan.library.gamebinding.OrderTranslationHelper
 
getOrder(StringID) - Method in class magellan.library.EmptyRules
 
getOrder(StringID) - Method in class magellan.library.rules.GenericRules
 
getOrder(StringID) - Method in interface magellan.library.Rules
Returns the order type with the given id.
getOrder(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getOrder(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getOrder(StringID, boolean) - Method in interface magellan.library.Rules
Returns the order type with the given id.
getOrder(StringID, Locale) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
Deprecated.
getOrder(StringID, Locale) - Method in class magellan.library.gamebinding.EresseaOrderChanger
Deprecated.
getOrder(StringID, Locale) - Method in interface magellan.library.gamebinding.OrderChanger
Deprecated. 
getOrder(StringID, Locale) - Method in class magellan.library.gamebinding.OrderTranslationHelper
 
getOrder(StringID, Locale, Object[]) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
Deprecated.
getOrder(StringID, Locale, Object[]) - Method in class magellan.library.gamebinding.EresseaOrderChanger
Deprecated.
getOrder(StringID, Locale, Object[]) - Method in interface magellan.library.gamebinding.OrderChanger
Deprecated. 
getOrder(StringID, Locale, Object[]) - Method in class magellan.library.gamebinding.OrderTranslationHelper
 
getOrderChanger() - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
getOrderChanger() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getOrderChanger() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getOrderChanger() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getOrderChanger() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getOrderChanger() - Method in interface magellan.library.gamebinding.GameSpecificStuff
Delivers a game specific OrderChanger
getOrderComparator() - Method in class magellan.library.gamebinding.EresseaRelationFactory
 
getOrderEditor() - Method in class magellan.client.EMapDetailsPanel
Returns the multi order editor.
getOrderEditor() - Method in class magellan.library.impl.MagellanUnitContainerImpl
FIXME Always returns null.
getOrderEditor() - Method in class magellan.library.impl.MagellanUnitImpl
 
getOrderEditor() - Method in interface magellan.library.Unit
Returns the CacheableOrderEditor for this unit.
getOrderEditor() - Method in interface magellan.library.UnitContainer
Always returns null.
getOrderfileStartingString() - Method in class magellan.library.EmptyRules
 
getOrderfileStartingString() - Method in class magellan.library.rules.GenericRules
 
getOrderfileStartingString() - Method in interface magellan.library.Rules
Gets the game specific string with which order files should start.
getOrderImpl(StringID, Locale, boolean, Object[]) - Method in class magellan.library.gamebinding.OrderTranslationHelper
 
getOrderLocale() - Static method in class magellan.library.utils.Locales
Returns the locale applicable for the unit orders.
getOrderName() - Method in class magellan.library.Item
Returns the name, quoted if required.
getOrderName() - Method in class magellan.library.rules.ItemType
 
getOrderO(Locale, StringID) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
getOrderO(Locale, StringID) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
getOrderO(Locale, StringID) - Method in interface magellan.library.gamebinding.OrderChanger
Returns localized order for given order id
getOrderO(Locale, StringID, Object[]) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
getOrderO(Locale, StringID, Object[]) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
getOrderO(Locale, StringID, Object[]) - Method in interface magellan.library.gamebinding.OrderChanger
Returns a localized order for given order id concatenated (separated by spaces) with the argument translations.
getOrderO(StringID, Locale) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
getOrderO(StringID, Locale) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
getOrderO(StringID, Locale) - Method in interface magellan.library.gamebinding.OrderChanger
Returns localized order for given order id
getOrderO(StringID, Locale, Object[]) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
getOrderO(StringID, Locale, Object[]) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
getOrderO(StringID, Locale, Object[]) - Method in interface magellan.library.gamebinding.OrderChanger
Returns a localized order for given order id concatenated (separated by spaces) with the argument translations.
getOrderParser() - Method in class magellan.library.GameData
Returns an appropriate order parser.
getOrderParser(GameData) - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
getOrderParser(GameData) - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getOrderParser(GameData) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getOrderParser(GameData) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getOrderParser(GameData) - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getOrderParser(GameData) - Method in interface magellan.library.gamebinding.GameSpecificStuff
Delivers a game specific OrderParser
getOrderParser(GameData, Completer, ParserCache.Factory<T>) - Method in class magellan.library.gamebinding.ParserCache
 
getOrderParser(GameData, AllanonOrderCompleter) - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
getOrderParser(GameData, AtlantisOrderCompleter) - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getOrderParser(GameData, E3AOrderCompleter) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getOrderParser(GameData, EresseaOrderCompleter) - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getOrderReader(GameData) - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getOrderReader(GameData) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getOrderReader(GameData) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getOrderReader(GameData) - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getOrderReader(GameData) - Method in interface magellan.library.gamebinding.GameSpecificStuff
Returns a reader for parsing order files
getOrders() - Method in class magellan.client.EMapDetailsPanel
Returns the AutoCompletion Editor component.
getOrders() - Method in class magellan.client.swing.completion.OrderEditor
Returns a list of the orders this text pane is currently containing.
getOrders() - Method in class magellan.library.EmptyRules
 
getOrders() - Method in class magellan.library.impl.MagellanUnitImpl
getOrders() - Method in class magellan.library.rules.GenericRules
Returns all orders.
getOrders() - Method in interface magellan.library.Rules
Returns all orders.
getOrders() - Method in interface magellan.library.Unit
Deprecated.
getOrders(Ship, GameData, CoordinateID, CoordinateID, Component, boolean, int, boolean) - Method in class magellan.library.utils.ShipRoutePlanner
Creates movement orders for a ship.
getOrders(Unit, GameData, CoordinateID, CoordinateID, Component, boolean, int, boolean) - Method in class magellan.library.utils.UnitRoutePlanner
Creates movement orders for a unit.
getOrders2() - Method in class magellan.library.impl.MagellanUnitImpl
 
getOrders2() - Method in interface magellan.library.Unit
Delivers a read-only collection of all orders of this unit.
getOrdersObject() - Method in class magellan.library.impl.MagellanUnitImpl
Returns (or creates) the Orders object.
getOrdersSaveFileNamePattern() - Method in class magellan.client.utils.FileNameGenerator
 
getOrderText() - Method in class magellan.client.swing.GiveOrderDialog
 
getOrderTokenizer(Reader) - Method in interface magellan.library.completion.OrderParser
 
getOrderTokenizer(Reader) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
getOrderTranslation(String) - Static method in class magellan.library.utils.Resources
getOrderTranslation(String, Locale) - Static method in class magellan.library.utils.Resources
Deprecated.
Use Rules.getOrder(key).getTranslation(locale)
getOrderTranslation(SkillType) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
getOrderTranslation(StringID) - Method in class magellan.library.Alliance
 
getOrderTranslation(StringID) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
getOrderTranslation(StringID) - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns the localized order in the current locale.
getOrderTranslation(StringID) - Method in class magellan.library.impl.MagellanUnitImpl
 
getOrderTranslation(StringID) - Method in class magellan.library.utils.OrderReader
 
getOrderTranslation(StringID) - Method in class magellan.library.utils.OrderWriter
 
getOrderTranslation(StringID) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
 
getOrderTranslation(StringID, Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
getOrderTranslation(StringID, Unit) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
getOrderTranslation(StringID, Unit) - Method in class magellan.library.gamebinding.OrderTranslationHelper
Returns the order with the given id, localized for the unit's order locale.
getOrderTranslation(Unit, String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
getOrderTranslation(Unit, StringID, Object...) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns an order in the order locale of the specified unit's faction.
getOrderTranslations(StringID) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
getOrderWriter() - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
getOrderWriter() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getOrderWriter() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getOrderWriter() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getOrderWriter() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getOrderWriter() - Method in interface magellan.library.gamebinding.GameSpecificStuff
Returns a game specific order writer.
getOriginal(Region) - Method in class magellan.library.GameData
Gets the real region for a wrapper region.
getOverviewComponent() - Method in class magellan.client.EMapOverviewPanel
Returns the component displaying the overview tree.
getOwner() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
Returns the value of owner.
getOwner() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
getOwner() - Method in interface magellan.library.tasks.Problem
Returns a unit responsible for this problem.
getOwner() - Method in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
getOwner() - Method in class magellan.library.tasks.SimpleProblem
Returns the value of owner.
getOwner() - Method in interface magellan.library.UnitContainer
Returns value of the owner tag of the UnitContainer or null.
getOwner() - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
Returns the value of faction.
getOwnerFaction() - Method in class magellan.library.EmptyData
 
getOwnerFaction() - Method in class magellan.library.GameData
The faction that this report is for.
getOwnerFaction() - Method in class magellan.library.impl.MagellanRegionImpl
 
getOwnerFaction() - Method in interface magellan.library.Region
Returns the faction owning this region (E3A only, currently) or null if not applicable.
getOwnerUnit() - Method in class magellan.library.impl.MagellanUnitContainerImpl
Returns the unit owning this UnitContainer.
getOwnerUnit() - Method in interface magellan.library.UnitContainer
Returns the unit owning this UnitContainer.
getPaintKey() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the default key for settings operations concerning the mode of this renderer.
getPaintMode() - Method in class magellan.client.swing.map.Minimapper
DOCUMENT-ME
getPaintMode() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the current Politics Mode.
getParameter(int, Object) - Method in class magellan.library.utils.replacers.AbstractParameterReplacer
 
getParameter(int, Object) - Method in class magellan.library.utils.replacers.AbstractParameterSwitch
 
getParameterCount() - Method in class magellan.library.utils.replacers.AbstractParameterReplacer
 
getParameterCount() - Method in class magellan.library.utils.replacers.AbstractParameterSwitch
 
getParameterCount() - Method in class magellan.library.utils.replacers.FilterSwitch
Returns 1.
getParameterCount() - Method in class magellan.library.utils.replacers.IfBranchReplacer
Returns 1
getParameterCount() - Method in interface magellan.library.utils.replacers.ParameterReplacer
Returns the number of parameters.
getParent() - Method in class magellan.client.swing.tree.GraphicsStyleset
Getter for property parent.
getParent() - Method in class magellan.library.impl.MagellanTempUnitImpl
Returns the parent of this temp unit.
getParent() - Method in class magellan.library.rules.AllianceCategory
 
getParent() - Method in class magellan.library.rules.Category
DOCUMENT-ME
getParent() - Method in interface magellan.library.TempUnit
Returns the parent of this temp unit.
getParentGroup() - Method in class magellan.client.swing.TempUnitDialog
Returns the value of parentGroup.
getParsedComponents() - Method in class magellan.library.impl.MagellanSpellImpl
 
getParsedComponents() - Method in interface magellan.library.Spell
Returns a list of the spells components in a more convenient form.
getParser() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
getParser(FileType) - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getParser(FileType) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getParser(FileType) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getParser(FileType) - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getParser(FileType) - Method in interface magellan.library.gamebinding.GameSpecificStuff
Returns a reader for parsing reports of the given FileType.
getParserTokens() - Method in interface magellan.library.completion.Completer
If this completer has an OrderParser and it has been used to find completions, this method returns the tokens read by the parser.
getParserTokens() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
getPart(String) - Method in class magellan.library.utils.replacers.ReplacerEnvironment
Returns the part identified by the parameter part.
getPassengers() - Method in class magellan.library.impl.MagellanUnitImpl
Returns all units this unit is transporting as passengers.
getPassengers() - Method in interface magellan.library.Unit
Returns all units this unit is transporting as passengers.
getPassiveMovement(Unit) - Method in class magellan.client.swing.map.PathCellRenderer
 
getPassiveMovement(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getPassiveMovement(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getPassiveMovement(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the list of regions that the unit will be transported through.
getPassword() - Method in class magellan.client.swing.FactionPropertiesDialog
 
getPassword() - Method in interface magellan.library.Faction
Returns the value of password.
getPassword() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of password.
getPastMovement(GameData) - Method in class magellan.library.impl.MagellanUnitImpl
this function inspects travelthru an travelthruship to find the movement in the past
getPastMovement(GameData) - Method in interface magellan.library.Unit
This function inspects travelthru an travelthruship to find the movement in the past.
getPath(Map<CoordinateID, Region>, CoordinateID, CoordinateID, Map<CoordinateID, ? extends Regions.RegionInfo>) - Static method in class magellan.library.utils.Regions
Returns a path from start to dest based on the predecessor information in the map.
getPath(Category) - Static method in class magellan.library.rules.Category
Returns a path of category from the top level ancestor to ic.
getPath1(Map<CoordinateID, Region>, CoordinateID, CoordinateID, Map<ID, RegionType>) - Static method in class magellan.library.utils.Regions
getPath2(Map<CoordinateID, Region>, CoordinateID, CoordinateID, Map<ID, RegionType>, Regions.Metric, int, int) - Static method in class magellan.library.utils.Regions
Returns a path from start to dest based on the predecessor information in records.
getPaths() - Method in class magellan.library.utils.ResourcePathClassLoader
Returns the resource paths this loader operates on.
getPathsFromClassPath() - Method in class magellan.client.extern.AbstractPlugInLoader
 
getPathsFromResourcePathClassLoader(ResourcePathClassLoader, Properties) - Method in class magellan.client.extern.AbstractPlugInLoader
 
getPathToRegion(Ship, Region, boolean, boolean) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Searches the best path from the current position of a ship to the given region.
getPathToRegion(Ship, Region, int, boolean) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
getPathToRegion(Unit, Region, boolean, boolean) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Searches the best path from the current position of an unit to the given region.
getPathToRegion(Unit, Region, int, boolean) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
getPattern() - Method in class magellan.library.rules.MessageType
DOCUMENT-ME
getPayloadOnFoot() - Method in class magellan.library.impl.MagellanUnitImpl
getPayloadOnFoot() - Method in interface magellan.library.Unit
getPayloadOnFoot(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getPayloadOnFoot(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
Returns the maximum payload in GE 100 of this unit when it travels on foot.
getPayloadOnFoot(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the maximum payload in GE*100 of this unit when it travels on foot.
getPayloadOnHorse() - Method in class magellan.library.impl.MagellanUnitImpl
getPayloadOnHorse() - Method in interface magellan.library.Unit
getPayloadOnHorse(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getPayloadOnHorse(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
Returns the maximum payload in GE 100 of this unit when it travels by horse.
getPayloadOnHorse(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
Returns the maximum payload in GE*100 of this unit when it travels by horse.
getPeasantMaintenance(Region) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getPeasantMaintenance(Region) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getPeasantMaintenance(Region) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the amount of silver that peasants need to survive.
getPeasants() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of peasants.
getPeasants() - Method in interface magellan.library.Region
Returns the value of peasants.
getPeasantWage() - Method in class magellan.library.impl.MagellanRegionImpl
Calculates the wage a peasant earns according to the biggest castle in this region.
getPeasantWage() - Method in interface magellan.library.Region
Calculates the wage a peasant earns according to the biggest castle in this region.
getPeasantWage() - Method in class magellan.library.rules.CastleType
Returns the wage of peasants that this castle type implies.
getPeasantWage() - Method in class magellan.library.rules.RegionType
Returns the peasantWage value for this region type.
getPercent(int) - Method in class magellan.library.utils.NullUserInterface
 
getPersonLoad() - Method in class magellan.library.impl.MagellanShipImpl
 
getPersonLoad() - Method in interface magellan.library.Ship
Returns the current weight of the persons currently on board.
getPersonNumber(SkillType) - Method in class magellan.library.utils.SkillStats
returns the total number of persons that master the specified SkillType at any level (also level 0, as long as they have more than zero skillpoints of this skillType)
getPersonNumber(Skill) - Method in class magellan.library.utils.SkillStats
returns the number of persons that master the specified skill at exact that level, specified in the skill Object.
getPersons() - Method in interface magellan.library.Faction
Returns the value of persons.
getPersons() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of persons.
getPersons() - Method in class magellan.library.impl.MagellanUnitImpl
 
getPersons() - Method in class magellan.library.impl.MagellanZeroUnitImpl
Returns the amount of recruitable persons
getPersons() - Method in interface magellan.library.Unit
Returns the number of persons in this unit.
getPersons() - Method in interface magellan.library.ZeroUnit
Returns the amount of recruitable persons
getPersons() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of persons.
getPersons(Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the number of persons in this unit.
getPersonTransferRelations() - Method in class magellan.library.impl.MagellanUnitImpl
Returns a collection of the person relations associated with this unit
getPersonTransferRelations() - Method in interface magellan.library.Unit
Returns a collection of the personrelations associated with this unit
getPlaneIndex() - Method in class magellan.client.swing.map.AbstractRegionShapeCellRenderer
This renderer is for regions only and returns Mapper.PLANE_REGION.
getPlaneIndex() - Method in class magellan.client.swing.map.AbstractTextCellRenderer
DOCUMENT-ME
getPlaneIndex() - Method in class magellan.client.swing.map.BackgroundImageRenderer
 
getPlaneIndex() - Method in class magellan.client.swing.map.BorderCellRenderer
getPlaneIndex() - Method in class magellan.client.swing.map.BuildingCellRenderer
 
getPlaneIndex() - Method in class magellan.client.swing.map.EresseaSchemesCellRenderer
 
getPlaneIndex() - Method in class magellan.client.swing.map.HexCellRenderer
Returns the default rendering plane of the renderer.
getPlaneIndex() - Method in class magellan.client.swing.map.HighlightImageCellRenderer
DOCUMENT-ME
getPlaneIndex() - Method in class magellan.client.swing.map.HighlightShapeCellRenderer
DOCUMENT-ME
getPlaneIndex() - Method in interface magellan.client.swing.map.MapCellRenderer
Returns the index of the default rendering plane of this renderer.
getPlaneIndex() - Method in class magellan.client.swing.map.MarkingsImageCellRenderer
DOCUMENT-ME
getPlaneIndex() - Method in class magellan.client.swing.map.PathCellRenderer
getPlaneIndex() - Method in class magellan.client.swing.map.RegionImageCellRenderer
 
getPlaneIndex() - Method in class magellan.client.swing.map.SchemeCellRenderer
DOCUMENT-ME
getPlaneIndex() - Method in class magellan.client.swing.map.ShipCellRenderer
getPlaneIndex() - Method in class magellan.client.swing.map.SignTextCellRenderer
DOCUMENT-ME
getPlanes() - Method in class magellan.client.swing.map.Mapper
Returns a list of object containing the rendering planes existing in this Mapper object.
getPlayerMessages() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of playerMessages.
getPlayerMessages() - Method in interface magellan.library.Region
Returns the value of playerMessages.
getPlotType() - Method in class magellan.client.skillchart.VerticalBarPlot
Returns a short string describing the type of plot.
getPlugin(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Get plugin with given name.
getPlugIns() - Method in class magellan.client.Client
Returns a list of all loaded magellan plugins.
getPoints() - Method in class magellan.library.Skill
Returns the number of skill points
getPointsAtLevel(int) - Static method in class magellan.library.Skill
Returns the skill points required to reach the specified level.
getPointsPerPerson() - Method in class magellan.library.Skill
Deprecated.
This seems to be somewhat obsolete as skill points are not used consequently any more.
getPoliticsColor(Region) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the color of a region depending on the faction which own this region.
getPolygon() - Method in class magellan.client.swing.map.CellGeometry
Returns an unscaled Polygon object describing the cell hexagon.
getPos() - Method in class magellan.library.utils.MergeLineReader
Returns the position of the next character to be read, is initially 0.
getPostfix() - Method in class magellan.library.completion.Completion
Returns the text that should be inserted after the value.
getPotential(Region, Region) - Method in class magellan.library.utils.Regions.MultidimensionalMetric
Returns a potential based on the distance from the destination that should heuristically speed-up search.
getPotion() - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
getPotion(ID) - Method in class magellan.library.GameData
Retrieve a potion from potions() by id.
getPotions() - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Return the list of known potions;
getPotions() - Method in class magellan.library.GameData
Returns an unmodifiable view of all potions in the data.
getPredecessor() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
getPredecessor() - Method in interface magellan.library.utils.Regions.RegionInfo
Returns the region that caused the last distance decrease.
getPreferencesAdapter() - Method in class magellan.client.completion.AutoCompletion
 
getPreferencesAdapter() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
getPreferencesAdapter() - Method in interface magellan.client.swing.completion.OrderEditorList
DOCUMENT-ME
getPreferencesAdapter() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
getPreferencesAdapter() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
 
getPreferencesAdapter() - Method in class magellan.client.swing.map.BackgroundImageRenderer
 
getPreferencesAdapter() - Method in class magellan.client.swing.map.BorderCellRenderer
 
getPreferencesAdapter() - Method in class magellan.client.swing.map.BuildingCellRenderer
 
getPreferencesAdapter() - Method in class magellan.client.swing.map.HexCellRenderer
Returns a default preferences adapter telling the user that this renderer does not have modifiable preferences.
getPreferencesAdapter() - Method in class magellan.client.swing.map.HighlightShapeCellRenderer
DOCUMENT-ME
getPreferencesAdapter() - Method in interface magellan.client.swing.map.MapCellRenderer
Returns a component that allows to modify the preferences available for this renderer.
getPreferencesAdapter() - Method in class magellan.client.swing.map.Mapper
Creates a preferences panel allowing to configure this component.
getPreferencesAdapter() - Method in class magellan.client.swing.map.PathCellRenderer
 
getPreferencesAdapter() - Method in class magellan.client.swing.map.RegionImageCellRenderer
 
getPreferencesAdapter() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the PreferencesAdapter this renderer uses.
getPreferencesAdapter() - Method in class magellan.client.swing.map.SignTextCellRenderer
 
getPreferencesAdapter() - Method in class magellan.client.swing.map.TextCellRenderer
 
getPreferencesProvider() - Method in interface magellan.client.extern.MagellanPlugIn
This method is used to find out, if the PlugIn has a preferences dialog that should be used inside the options window of Magellan.
getPreferencesProvider() - Method in class magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn
 
getPreferencesProvider() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
getPreferencesProvider() - Method in class magellan.plugin.groupeditor.GroupEditorPlugIn
 
getPreferencesProvider() - Method in class magellan.plugin.MagellanMapEditPlugIn
Returns null
getPreferredAdapter() - Method in class magellan.client.swing.BasicRegionPanel
Returns this class's PreferenceAdapter.
getPreferredScrollableViewportSize() - Method in class magellan.client.swing.map.Mapper
 
getPreferredSize() - Method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
 
getPreferredSize() - Method in class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences.PreferencesImagePanel
 
getPrefix() - Method in class magellan.library.gamebinding.SimpleOrder
 
getPrefixedList(Properties, String) - Static method in class magellan.library.utils.PropertiesHelper
Delivers a list of all keys having the prefix prefix
getPrice() - Method in class magellan.library.LuxuryPrice
The price of the item type.
getPrices() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of prices.
getPrices() - Method in interface magellan.library.Region
Returns the value of prices.
getPrintStream() - Method in class magellan.library.utils.Log
Create a stream for writing errors to the log.
getPriority() - Method in class magellan.library.completion.Completion
Returns the sorting priority (lower priority comes first).
getPriority() - Method in class magellan.plugin.extendedcommands.Script
Returns the value of priority.
getPriority(String) - Static method in enum magellan.plugin.extendedcommands.Priority
Returns the wanted priority.
getPriority(EventObject) - Method in class magellan.client.event.EventDispatcher
 
getPriority(Order) - Method in class magellan.library.gamebinding.EresseaRelationFactory
 
getPrivatePart(String) - Method in class magellan.client.EMapDetailsPanel
 
getPrivDesc() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of privDesc.
getPrivDesc() - Method in interface magellan.library.Unit
Returns the value of privDesc.
getProblem() - Method in class magellan.library.gamebinding.SimpleOrder
 
getProblem() - Method in interface magellan.library.Order
If a problem has been set, it is returned here.
getProblems() - Method in class magellan.client.preferences.TaskTablePreferences.TypeTree
 
getProblemType(Battle) - Method in class magellan.library.tasks.MessageInspector
 
getProblemType(Message) - Method in class magellan.library.tasks.MessageInspector
 
getProfileDirectory() - Static method in class magellan.client.utils.ProfileManager
Returns the directory of the current profile.
getProfileDirectory(String) - Static method in class magellan.client.utils.ProfileManager
Returns the directory of the specified profile.
getProfiles() - Static method in class magellan.client.utils.ProfileManager
Returns a list of known profiles.
getProgress() - Method in class magellan.client.swing.ProgressBarUI
 
getProgress() - Method in class magellan.library.utils.NullUserInterface
 
getProgress() - Method in interface magellan.library.utils.UserInterface
 
getProperties() - Method in class magellan.client.Client
Returns the global settings used by Magellan.
getProperties() - Method in class magellan.client.MagellanContext
Returns the properties of Magellan.
getProperties() - Method in interface magellan.client.MagellanEnvironment
Returns the properties of Magellan.
getProperties() - Method in class magellan.plugin.battleanalyzer.BattleDock
Returns the value of properties.
getPropertyName() - Method in class magellan.client.actions.map.AddSelectionAction
 
getPropertyName() - Method in class magellan.client.actions.map.OpenSelectionAction
The name of the "last file opened" property in the Magellan properties file.
getPropertyName() - Method in class magellan.client.actions.map.SaveSelectionAction
 
getPropertyName(int) - Method in class magellan.client.swing.map.Mapper
 
getPropertyName(int) - Method in class magellan.client.swing.map.Minimapper
 
getPupils() - Method in class magellan.library.impl.MagellanUnitImpl
Returns a Collection of all the units that are taught by this unit.
getPupils() - Method in interface magellan.library.Unit
Returns a Collection of all the units that are taught by this unit.
getQuotes() - Method in class magellan.library.gamebinding.AbstractOrderParser
 
getR() - Static method in class magellan.library.utils.MemoryManagment
getRace() - Method in interface magellan.library.Faction
Returns the race of this faction.
getRace() - Method in class magellan.library.gamebinding.RecruitmentOrder
Returns the value of race.
getRace() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the race of this faction.
getRace() - Method in class magellan.library.impl.MagellanTempUnitImpl
 
getRace() - Method in class magellan.library.impl.MagellanUnitImpl
 
getRace() - Method in interface magellan.library.Unit
Returns race.
Warning: This should the real race but could be the disguised race!
getRace() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of race.
getRace(String) - Method in class magellan.library.EmptyRules
 
getRace(String) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser
 
getRace(String) - Method in class magellan.library.rules.GenericRules
 
getRace(String) - Method in interface magellan.library.Rules
shorthand for getRace(id, false)
getRace(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
The Race with the given name.
getRace(String, boolean) - Method in class magellan.library.EmptyRules
 
getRace(String, boolean) - Method in class magellan.library.rules.GenericRules
 
getRace(String, boolean) - Method in interface magellan.library.Rules
get Race by (possibly localized) name
getRace(StringID) - Method in class magellan.library.EmptyRules
 
getRace(StringID) - Method in class magellan.library.rules.GenericRules
 
getRace(StringID) - Method in interface magellan.library.Rules
Shorthand for getRace(id, false)
getRace(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getRace(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getRace(StringID, boolean) - Method in interface magellan.library.Rules
Returns the race with given id.
getRaceIterator() - Method in class magellan.library.EmptyRules
 
getRaceIterator() - Method in class magellan.library.rules.GenericRules
Deprecated.
you may use getRaces()
getRaceIterator() - Method in interface magellan.library.Rules
Returns an iterator over all races.
getRaceName(GameData) - Method in class magellan.library.impl.MagellanUnitImpl
Returns the name of this unit's race including the prefixes of itself, its faction and group if it has such and those prefixes are set.
getRaceName(GameData) - Method in interface magellan.library.Unit
Returns the name of this unit's race including the prefixes of itself, its faction and group if it has such and those prefixes are set.
getRaceNamePrefix() - Method in interface magellan.library.Faction
Returns the faction dependent prefix for the race name.
getRaceNamePrefix() - Method in interface magellan.library.Group
Returns the group dependent prefix for the race name.
getRaceNamePrefix() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the faction dependent prefix for the race name.
getRaceNamePrefix() - Method in class magellan.library.impl.MagellanGroupImpl
Returns the group dependent prefix for the race name.
getRaceNamePrefix() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the unit dependent prefix for the race name.
getRaceNamePrefix() - Method in interface magellan.library.Unit
Returns the unit dependent prefix for the race name or null
getRaces() - Method in class magellan.library.EmptyRules
 
getRaces() - Method in class magellan.library.rules.GenericRules
 
getRaces() - Method in interface magellan.library.Rules
Returns an iterator over all races.
getRadius() - Method in class magellan.library.impl.MagellanUnitImpl
getRadius() - Method in interface magellan.library.Unit
getRadius(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getRadius(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
getRadius(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
getRadius(Unit, boolean) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getRadius(Unit, boolean) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
getRadius(Unit, boolean) - Method in interface magellan.library.gamebinding.MovementEvaluator
getRadix() - Method in class magellan.library.EntityID
Returns the radix which was used to create this ID.
getRange() - Method in class magellan.library.rules.ShipType
Returns the regular range of this ship type (before any modifiers).
getRank() - Method in class magellan.library.impl.MagellanSpellImpl
 
getRank() - Method in interface magellan.library.Spell
Returns the rank of this spell.
getRatedMapping(GameData, GameData, CoordinateID, String) - Method in class magellan.library.utils.mapping.MappingEvaluator
 
getRawMaterial(StringID) - Method in class magellan.library.rules.CastleType
If no raw materials have been added we fall back to old behavior: 1 stone per size point.
getRawMaterial(StringID) - Method in class magellan.library.rules.ConstructibleType
Returns an item which contains how much is needed to build this type null if this type isn't needed
getRawMaterial(StringID) - Method in class magellan.library.rules.ShipType
 
getRawMaterials() - Method in class magellan.library.rules.CastleType
 
getRawMaterials() - Method in class magellan.library.rules.ConstructibleType
Returns a collection of all items needed to construct one size point of this type.
getRawMaterials() - Method in class magellan.library.rules.ShipType
 
getRealLevel() - Method in class magellan.library.Skill
Return the level of the skill, which may be negative (indicating a lost skill).
getReason() - Method in class magellan.library.relation.MaintenanceRelation
Returns a localized reason for this relation.
getRecruit() - Method in class magellan.client.swing.TempUnitDialog
 
getRecruitmentCosts() - Method in class magellan.library.rules.Race
Returns the cost for creating one person of this race.
getRecruitmentFactor() - Method in class magellan.library.rules.Race
Returns the number of persons that can be recruited for one peasant.
getRecruitmentLimit(Unit, Race) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getRecruitmentLimit(Unit, Race) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getRecruitmentLimit(Unit, Race) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the maximum possible number of recruits that the specified unit can recruit in the specified race.
getRecruits() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of recruits if it is in the report, -1 otherwise.
getRecruits() - Method in interface magellan.library.Region
Returns the value of recruits.
getRegion() - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEvent
Returns the value of region.
getRegion() - Method in class magellan.client.swing.tree.FactionNodeWrapper
Deprecated.
used by nobody
getRegion() - Method in class magellan.client.swing.tree.RegionNodeWrapper
 
getRegion() - Method in interface magellan.library.Building
Get the region where this building is located.
getRegion() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Returns the value of region.
getRegion() - Method in interface magellan.library.HasRegion
Returns the region of this entity.
getRegion() - Method in class magellan.library.impl.MagellanBuildingImpl
Get the region where this building is located.
getRegion() - Method in class magellan.library.impl.MagellanShipImpl
Returns the region this ship is in.
getRegion() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the region this unit is staying in.
getRegion() - Method in interface magellan.library.Ship
Returns the region this ship is in.
getRegion() - Method in interface magellan.library.tasks.Problem
Returns the value of region.
getRegion() - Method in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
getRegion() - Method in class magellan.library.tasks.SimpleProblem
Returns the value of region.
getRegion() - Method in interface magellan.library.Unit
Returns the region this unit is staying in.
getRegion() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
getRegion() - Method in interface magellan.library.utils.Regions.RegionInfo
Returns the info's region.
getRegion(int) - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
Returns the region of the indicated row.
getRegion(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Return a region with the given name.
getRegion(CoordinateID) - Method in class magellan.library.GameData
Retrieve a region from regions() by id.
Attention: You might not always get what you expect if work based on coordinates in a cylinder- or torus-shaped world!
getRegion(ID) - Method in class magellan.library.impl.MagellanIslandImpl
Retrieve a region in this container by id.
getRegion(ID) - Method in interface magellan.library.Island
Retrieve a region in this container by id.
getRegionDist(CoordinateID, CoordinateID) - Static method in class magellan.library.utils.Regions
getRegionKey() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the default key for settings operations concerning the region-colors table.
getRegionLuxuryItem(Region) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the luxury item for the given unit that you can purchase.
getRegionPanel() - Method in class magellan.client.EMapDetailsPanel
Returns the Region Panel.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.AbstractRegionReplacer
Returns replacemenet for given region
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.HerbReplacer
Returns region herb.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.IronLevelReplacer
Returns the skill level for iron of the region.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.IronReplacer
Returns the amount of iron of the region.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.LaenLevelReplacer
Returns the skill level for laen of the region.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.LaenReplacer
Returns the laen amount of the region.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.MallornReplacer
Returns the mallorn of the region.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.MaxTradeReplacer
Returns the luxury volume.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.MaxWorkersReplacer
Returns the number of max workers per region.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.RegionFieldReplacer
Returns the value of the property for the region.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.SoldLuxuryReplacer
Returns name or value of available luxury.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.StonesLevelReplacer
Returns the skill level for stones of the region.
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.TradeReplacer
 
getRegionReplacement(Region) - Method in class magellan.library.utils.replacers.UnitCountReplacer
Returns the sum of persons of all filtered units.
getRegionResource(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns a RegionResource object for the resource with the specified name.
getRegions() - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTable
Returns the current set of regions.
getRegions() - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
Returns the current set of regions.
getRegions() - Method in class magellan.client.swing.TradeOrganizerOld.BuyTable
DOCUMENT-ME
getRegions() - Method in class magellan.client.swing.TradeOrganizerOld.SellTable
DOCUMENT-ME
getRegions() - Method in class magellan.library.GameData
Returns a collection of all regions of the report.
getRegions() - Method in class magellan.library.io.cr.CRWriter
Returns the regions this object writes to the underlying stream.
getRegions(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Deprecated.
This method is inefficient. Use world.getRegions();
getRegionSkillLevel(Region, Faction, SkillType) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the maximum skill level of any unit of a faction in a region.
getRegionType() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the RegionType of this region.
getRegionType() - Method in interface magellan.library.Region
Returns the RegionType of this region.
getRegionType() - Method in class magellan.library.utils.replacers.RegionTypeSwitch
Returns the defining region type.
getRegionType(String) - Method in class magellan.library.EmptyRules
 
getRegionType(String) - Method in class magellan.library.rules.GenericRules
 
getRegionType(String) - Method in interface magellan.library.Rules
Shorthand for getRegionType(id, false);
getRegionType(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
The RegionType with the given name.
getRegionType(String, boolean) - Method in class magellan.library.EmptyRules
 
getRegionType(String, boolean) - Method in class magellan.library.rules.GenericRules
 
getRegionType(String, boolean) - Method in interface magellan.library.Rules
get RegionType by (possibly localized) name.
getRegionType(StringID) - Method in class magellan.library.EmptyRules
 
getRegionType(StringID) - Method in class magellan.library.rules.GenericRules
 
getRegionType(StringID) - Method in interface magellan.library.Rules
Shorthand for getRegionType(id, false).
getRegionType(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getRegionType(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getRegionType(StringID, boolean) - Method in interface magellan.library.Rules
Returns the region type with given id.
getRegionTypeColor(RegionType) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the color of a region type.
getRegionTypeIterator() - Method in class magellan.library.EmptyRules
 
getRegionTypeIterator() - Method in class magellan.library.rules.GenericRules
getRegionTypeIterator() - Method in interface magellan.library.Rules
Returns an iterator over all region types.
getRegionTypes() - Method in class magellan.client.swing.map.RenderingPlane
Returns the region types this plane is interested in.
getRegionTypes() - Method in class magellan.library.EmptyRules
 
getRegionTypes() - Method in class magellan.library.rules.GenericRules
All RegionTypes in one Collection
getRegionTypes() - Method in interface magellan.library.Rules
Returns a collection of all region types.
getRelatedCoordinate(CoordinateID) - Method in class magellan.library.utils.mapping.LevelRelation
Translates a coordinate in LevelRelation.getFromLevel() to a coordinate in LevelRelation.getZ()
getRelatedCoordinate(CoordinateID, int) - Method in class magellan.library.GameData
This method should wrap the mapping information former contained in magellan.client.swing.MapperPanel.setLevel(int)
getRelatedCoordinateUI(CoordinateID, int) - Method in class magellan.library.GameData
 
getRelatedUnits(Collection<Unit>) - Method in class magellan.library.impl.MagellanUnitImpl
deliver all directly related units
getRelatedUnits(Collection<Unit>) - Method in interface magellan.library.Unit
Adds all directly related units to units.
getRelatedUnits(Set<Unit>, Set<UnitRelation.ID>) - Method in class magellan.library.impl.MagellanUnitImpl
Recursively retrieves all units that are related to this unit via one of the specified relations (exactly, not as subclasses).
getRelatedUnits(Set<Unit>, Set<UnitRelation.ID>) - Method in interface magellan.library.Unit
Recursively retrieves all units that are related to this unit via one of the specified relations.
getRelationFactory() - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
getRelationFactory() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getRelationFactory() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getRelationFactory() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getRelationFactory() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getRelationFactory() - Method in interface magellan.library.gamebinding.GameSpecificStuff
Delivers a game specific RelationFactory
getRelations() - Method in class magellan.library.impl.MagellanRelatedImpl
 
getRelations() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
getRelations() - Method in class magellan.library.impl.MagellanUnitImpl
Returns a Collection over the relations this unit has to other units.
getRelations() - Method in interface magellan.library.Related
Delivers all relations.
getRelations(Class<T>) - Method in class magellan.library.impl.MagellanRelatedImpl
Delivers all relations of the given class (and its subtypes!).
getRelations(Class<T>) - Method in interface magellan.library.Related
Delivers all relations of the given class (and its subtypes!).
getRenderer() - Method in class magellan.client.swing.map.RenderingPlane
Returns the renderer that is currently used to draw on this rendering plane.
getRendererComponent(JComponent, Color, Color, Object, boolean, boolean) - Method in class magellan.plugin.groupeditor.AllianceStateRenderer
 
getRenderers(int) - Method in class magellan.client.swing.map.Mapper
Get the cell renderer objects that are available for a certain rendering plane.
getReplacement(Object) - Method in class magellan.library.utils.replacers.AbstractOperator
Converts all parameters and then returns the result from AbstractOperator.compute(Object[]).
getReplacement(Object) - Method in class magellan.library.utils.replacers.AbstractRegionReplacer
 
getReplacement(Object) - Method in class magellan.library.utils.replacers.AbstractSwitch
Tests on switch activity and returns the string representation of this.
getReplacement(Object) - Method in class magellan.library.utils.replacers.AbstractUnitReplacer
 
getReplacement(Object) - Method in class magellan.library.utils.replacers.DescriptionReplacer
Returns the description.
getReplacement(Object) - Method in class magellan.library.utils.replacers.FactionSwitch
Restricts selection of units to the faction given as argument.
getReplacement(Object) - Method in class magellan.library.utils.replacers.FilterSwitch
Applies the filter to the argument.
getReplacement(Object) - Method in class magellan.library.utils.replacers.IfBranchReplacer
Replaces by the first branch if the predicate is true, else by the second branch.
getReplacement(Object) - Method in class magellan.library.utils.replacers.ItemTypeReplacer
Searches the units in the region given as argument for the item given as parameter.
getReplacement(Object) - Method in class magellan.library.utils.replacers.ListReplacer
Concatenates results of sub-replacers.
getReplacement(Object) - Method in class magellan.library.utils.replacers.LuxuryPriceReplacer
Return price of luxury defined by parameter, null if none is found.
getReplacement(Object) - Method in class magellan.library.utils.replacers.NewLineReplacer
Evaluates to the newline character.
getReplacement(Object) - Method in class magellan.library.utils.replacers.NotReplacer
 
getReplacement(Object) - Method in class magellan.library.utils.replacers.NullReplacer
 
getReplacement(Object) - Method in class magellan.library.utils.replacers.OperationSwitch
 
getReplacement(Object) - Method in interface magellan.library.utils.replacers.Replacer
Apply this replacer to the argument.
getReplacement(Object) - Method in class magellan.library.utils.replacers.ReplacerSystem
DOCUMENT-ME
getReplacement(Object) - Method in class magellan.library.utils.replacers.SimpleStringReplacer
Returns the string defined in the constructor.
getReplacement(Object) - Method in class magellan.library.utils.replacers.TagReplacer
Returns the value of the tag given as parameter from the unit given as argument.
getReplacement(Object) - Method in class magellan.library.utils.replacers.TrustlevelSwitch
Returns EMPTY and sets filter to units with given trust level.
getReplacement(Object) - Method in class magellan.library.utils.replacers.UnitSkillCountReplacer
Counts all persons in the region.
getReplacement(Region, CellGeometry) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
getReplacement(Replacer, Object) - Static method in class magellan.library.utils.replacers.ReplacerHelp
Applies the given replacer to the argument.
getReplacerHelp() - Method in class magellan.client.MagellanContext
 
getReplacers() - Method in class magellan.library.utils.replacers.DefaultReplacerFactory
 
getReplacers() - Method in interface magellan.library.utils.replacers.ReplacerFactory
Get names of all available replacers.
getReportMessage() - Method in class magellan.library.tasks.ProblemFactory.BattleProblem
 
getReportMessage() - Method in class magellan.library.tasks.ProblemFactory.MessageProblem
 
getRepresentative(int) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
 
getRequiredVersion() - Static method in class magellan.library.utils.JECheck
Returns the oldest version of ECheck that is required by this class to process the orders correctly.
getReserve(Unit, StringID) - Method in class magellan.library.gamebinding.EresseaRelationFactory.EresseaExecutionState
 
getReserveOrder(Unit, String, int, boolean) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns a line like RESERVE [EACH] amount item.
getResource(String) - Static method in class magellan.library.utils.MagellanImages
getResource(String, Collection<URL>) - Static method in class magellan.library.utils.ResourcePathClassLoader
Finds the resource with the given name in the given resource paths.
getResource(String, Locale) - Method in class magellan.library.utils.Resources
This method tries to find a resource in the set of bundles.
getResource(ItemType) - Method in class magellan.library.impl.MagellanRegionImpl
 
getResource(ItemType) - Method in interface magellan.library.Region
Returns the resource with the ID of its item type.
getResource(StringID) - Method in class magellan.library.rules.ItemType
Returns the resource of this type belonging to the id or null if the id doesn't belong to the resources.
getResourceAmount(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the available amount for a resource, e.g. getResourceAmount("Bäume").
getResourceAsStream(String) - Method in class magellan.client.utils.RendererLoader.ZipClassLoader
DOCUMENT-ME
getResourceBundle(Locale) - Static method in class magellan.library.utils.Resources
This method returns the wanted resourcebundle.
getResourceDirectory() - Static method in class magellan.client.Client
Returns the directory for the Magellan resources.
getResourceDirectory() - Static method in class magellan.library.utils.Resources
Returns the current resource directory.
getResourceLevel(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the current required skill level ("depth") for a resource, e.g.
getResourcePathsPanel() - Method in class magellan.client.preferences.ResourcePreferences
All other resource paths...
getResourcePrefix() - Method in class magellan.client.actions.map.AbstractSelectionAction
Returns a prefix used for the resource keys of the class.
getResources() - Method in class magellan.library.rules.ItemType
Returns the set of resources needed to MAKE this ItemType or null if there are none.
getResourceURL(String) - Static method in class magellan.library.utils.Resources
Returns an URL pointing to the file indicated by path.
getResponsibleUnit(Problem) - Method in class magellan.library.tasks.AbstractInspector
 
getResult() - Method in class magellan.client.UpdateDialog
Return true if the OK button was pressed.
getResult() - Method in class magellan.client.utils.ProfileDialog
 
getResult() - Method in class magellan.library.utils.HTTPResult
Liefert das Resultat des Webservers.
getResult() - Method in interface magellan.library.utils.RadixTreeImpl.Visitor
The visitor can store any type of result object, depending on the context of what it is being used for.
getResult() - Method in class magellan.library.utils.RadixTreeImpl.VisitorImpl
 
getResult() - Method in interface magellan.library.utils.Utils.SpiralVisitor
 
getResultAsString() - Method in class magellan.library.utils.HTTPResult
Returns the result from the webserver as a String.
getRoadResources() - Method in class magellan.library.rules.RegionType
Gets a List of needed Resources for road building.
getRoadStones() - Method in class magellan.library.rules.RegionType
DOCUMENT ME!
getRoadSupportBuilding() - Method in class magellan.library.rules.RegionType
DOCUMENT ME!
getRoot() - Method in class magellan.client.desktop.DockingLayout
Returns the value of root.
getRootUrl() - Static method in class magellan.library.utils.MagellanUrl
Returns Magellan's primary WWW URL.
getRootWindow() - Method in class magellan.client.desktop.DockingLayout
Returns the value of window.
getRound() - Method in class magellan.library.utils.FileNameGeneratorFeed
 
getRound() - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Returns the value of round.
getRounds() - Method in class magellan.library.gamebinding.EresseaMovementEvaluator.LandMetric
 
getRounds() - Method in interface magellan.library.gamebinding.EresseaMovementEvaluator.Metric
 
getRounds() - Method in class magellan.library.gamebinding.EresseaMovementEvaluator.ShipMetric
 
getRow() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of row.
getRowCount() - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
 
getRowCount() - Method in class magellan.client.swing.table.TableMap
DOCUMENT-ME
getRowCount() - Method in class magellan.client.swing.table.TableSorter
 
getRowCount() - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
 
getRowCount() - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
 
getRows() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the row infos.
getRuleItemTranslation(String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
getRuleItemTranslation(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns the localized rule item (skill, race) in the current locale.
getRuleItemTranslation(String) - Static method in class magellan.library.utils.Resources
Attempts to get the translation of the given rulesItem (german) key in the current order locale.
getRuleItemTranslation(String, Locale) - Static method in class magellan.library.utils.Resources
Attempts to get the translation of the given order key in the given locale.
getRules() - Method in class magellan.client.EMapDetailsPanel
 
getRules() - Method in class magellan.library.gamebinding.AbstractOrderParser
 
getRules() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
Return rules.
getRules() - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
Returns the value of rules.
getRules() - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
Returns the value of rules.
getRules() - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
Returns the value of rules.
getRules() - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getRules() - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
getRules() - Method in class magellan.library.gamebinding.EresseaRelationFactory
Returns the value of rules.
getRules() - Method in class magellan.library.gamebinding.EresseaSpecificStuff
Returns the value of rules.
getRules() - Method in class magellan.library.GameData
Game specific and usually fixed data (like races etc.).
getRun() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of run.
getRuntime() - Static method in class magellan.library.utils.MemoryManagment
 
getSailingSkillAmount(Ship) - Static method in class magellan.library.utils.Units
Returns the sailing skill sum of the ship's crew.
getSailorSkillLevel() - Method in class magellan.library.rules.ShipType
Returns the number of skill levels to sail the ship.
getScaledPolygon() - Method in class magellan.client.swing.map.CellGeometry
Returns a scaled Polygon object describing the cell hexagon.
getScaleFactor() - Method in class magellan.client.swing.map.CellGeometry
Returns the currently set scale factor.
getScaleFactor() - Method in class magellan.client.swing.map.Mapper
Returns the current scale or zoom factor.
getScaleFactor() - Method in class magellan.client.swing.MapperPanel
Returns the current scaling factor applied to the map.
getScaleX() - Method in class magellan.library.utils.mapping.LevelRelation
Returns the value of scaleX.
getScaleY() - Method in class magellan.library.utils.mapping.LevelRelation
Returns the value of scaleY.
getScheme(ID) - Method in class magellan.library.impl.MagellanRegionImpl
Returns the scheme with the specified corodinate.
getScheme(ID) - Method in interface magellan.library.Region
Returns the scheme with the specified corodinate.
getScore() - Method in interface magellan.library.Faction
Returns the value of score.
getScore() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of score.
getScore() - Method in class magellan.library.utils.Score
Returns the score.
getScript() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Returns the value of script.
getScript() - Method in class magellan.plugin.extendedcommands.Script
Returns the value of script.
getScriptingArea() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class magellan.client.swing.map.Mapper
 
getScrollableTracksViewportHeight() - Method in class magellan.client.swing.map.Mapper
 
getScrollableTracksViewportWidth() - Method in class magellan.client.swing.map.Mapper
 
getScrollableTracksViewportWidth() - Method in class magellan.plugin.extendedcommands.BeanShellEditor
Override to get no Line-Wraps
getScrollableUnitIncrement(Rectangle, int, int) - Method in class magellan.client.swing.map.Mapper
 
getSeason() - Method in class magellan.library.rules.Date
Returns the season of this date.
getSeason() - Method in class magellan.library.rules.EresseaDate
 
getSeason() - Method in class magellan.library.rules.SimpleDate
 
getSection() - Method in class magellan.library.rules.MessageType
Returns the name of the category of messages this message type belongs to.
getSelectedBackground() - Method in class magellan.client.swing.tree.GraphicsStyleset
Getter for property selectedBackground.
getSelectedCompletion() - Method in interface magellan.client.swing.completion.CompletionGUI
Returns the currently selected Completion object.
getSelectedCompletion() - Method in class magellan.client.swing.completion.ListCompletionGUI
 
getSelectedCompletion() - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
Returns the currently selected Completion object.
getSelectedCompletion() - Method in class magellan.client.swing.completion.NoneCompletionGUI
DOCUMENT-ME
getSelectedForeground() - Method in class magellan.client.swing.tree.GraphicsStyleset
Getter for property selectedForeground.
getSelectedObjects() - Method in class magellan.client.Client
Returns all currenty selected objects.
getSelectedObjects() - Method in class magellan.client.EMapOverviewPanel
 
getSelectedObjects() - Method in class magellan.client.event.SelectionEvent
Returns the possibly multiple objects selected by the user.
getSelectedProblems() - Method in class magellan.client.preferences.TaskTablePreferences.TypeTree
 
getSelectedRegionCoordinates() - Method in class magellan.library.CompleteData
Returns a collection of the coordinates of selected regions.
getSelectedRegionCoordinates() - Method in class magellan.library.EmptyData
 
getSelectedRegionCoordinates() - Method in class magellan.library.GameData
Returns a map selected regions.
getSelectedRegions() - Method in class magellan.client.actions.map.AbstractSelectionAction
Returns the value of selectedRegions.
getSelectedRegions() - Method in class magellan.client.Client
Get the selected Regions.
getSelectedRegions() - Method in class magellan.client.swing.map.Mapper
Get the selected Regions.
getSelectedRegions() - Method in class magellan.client.swing.MapperPanel
Get the selected Regions.
getSelectedToolTip() - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
Return the currently selected tooltip in the list (the first one if none are selected).
getSelection() - Method in class magellan.client.swing.tree.ContextManager
 
getSelectionEventHook() - Static method in class magellan.client.utils.SelectionHistory
Returns the SelectionListener of this history.
getSelectionType() - Method in class magellan.client.event.SelectionEvent
Returns the type of the SelectionEvent.
getSelfDefinedCompletions() - Method in class magellan.client.completion.AutoCompletion
Returns a list containing the self defined completions as Completion objects.
getSelfDefinedCompletions() - Method in interface magellan.library.completion.CompleterSettingsProvider
Delivers a list of completions for self defined completions.
getSelfDefinedCompletionsMap() - Method in class magellan.client.completion.AutoCompletion
Returns the value of selfDefinedCompletions.
getSelRegionsOnly() - Method in class magellan.client.swing.ECheckPanel
Returns the true if only units of selected regions should be checked.
getServerConformance() - Method in class magellan.library.io.cr.CRWriter
Returns whether CRWriter.doWrite() writes a cr that is compatible with cr's generated by the Eressea server, i.e. not including JavaClient specific data.
getSettings() - Method in class magellan.client.completion.AutoCompletion
Returns the value of settings.
getSettings() - Method in class magellan.client.swing.InternationalizedDataDialog
Returns the settings.
getSettings() - Method in class magellan.client.swing.map.RegionImageCellRenderer
 
getSettingsDirectory() - Static method in class magellan.client.Client
Returns the directory for the Magellan settings.
getSettingsDirectory() - Static method in class magellan.client.utils.ProfileManager
Returns the settings directory where ProfileManager.INIFILE is stored.
getSettingsDirectory() - Static method in class magellan.library.utils.PropertiesHelper
Returns the directory where configuration is stored.
getSeverity() - Method in interface magellan.library.tasks.Problem
Returns the severity of the problem.
getSeverity() - Method in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
getSeverity() - Method in class magellan.library.tasks.SimpleProblem
 
getShip() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the ship this unit is on.
getShip() - Method in interface magellan.library.Unit
Returns the ship this unit is on.
getShip(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tries to find the ship with the given ID in the data.
getShip(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the ship object with the given id.
getShip(ID) - Method in class magellan.library.GameData
Retrieve a ship from ships() by id.
getShip(ID) - Method in class magellan.library.impl.MagellanRegionImpl
Retrieve a ship in this container by id.
getShip(ID) - Method in interface magellan.library.Region
Retrieve a ship in this container by id.
getShipDistance(GameData, CoordinateID, Direction, CoordinateID, int) - Static method in class magellan.library.utils.Regions
Returns the distance on a shortest path for a ship from start to dest.
getShipRange(Ship) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getShipRange(Ship) - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
 
getShipRange(Ship) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getShipRange(Ship) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the current maximum range of a ship.
getShips() - Method in class magellan.library.GameData
Returns an unmodifiable view of all ships in the data.
getShipType() - Method in class magellan.library.impl.MagellanShipImpl
The type of this ship.
getShipType() - Method in interface magellan.library.Ship
The type of this ship.
getShipType(String) - Method in class magellan.library.EmptyRules
 
getShipType(String) - Method in class magellan.library.rules.GenericRules
 
getShipType(String) - Method in interface magellan.library.Rules
Shorthand for getShipType(id, false)
getShipType(String, boolean) - Method in class magellan.library.EmptyRules
 
getShipType(String, boolean) - Method in class magellan.library.rules.GenericRules
 
getShipType(String, boolean) - Method in interface magellan.library.Rules
get ShipType by (possibly localized) name
getShipType(StringID) - Method in class magellan.library.EmptyRules
 
getShipType(StringID) - Method in class magellan.library.rules.GenericRules
 
getShipType(StringID) - Method in interface magellan.library.Rules
Shorthand for getShipType(id, false)
getShipType(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getShipType(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getShipType(StringID, boolean) - Method in interface magellan.library.Rules
Returns the ship type with given id.
getShipTypeIterator() - Method in class magellan.library.EmptyRules
 
getShipTypeIterator() - Method in class magellan.library.rules.GenericRules
getShipTypeIterator() - Method in interface magellan.library.Rules
Returns an iterator over all ship types.
getShipTypes() - Method in class magellan.library.EmptyRules
 
getShipTypes() - Method in class magellan.library.rules.GenericRules
 
getShipTypes() - Method in interface magellan.library.Rules
Returns an collection of all ship types.
getShoreId() - Method in class magellan.library.impl.MagellanShipImpl
Returns the value of shoreId.
getShoreId() - Method in interface magellan.library.Ship
Returns the value of shoreId.
getShortcutDescription(KeyStroke) - Method in class magellan.client.Client
 
getShortcutDescription(KeyStroke) - Method in interface magellan.client.desktop.ShortcutListener
Returns a short description for the specified thing...
getShortcutDescription(KeyStroke) - Method in class magellan.client.EMapDetailsPanel
 
getShortcutDescription(KeyStroke) - Method in class magellan.client.EMapOverviewPanel
 
getShortcutDescription(KeyStroke) - Method in class magellan.client.swing.ECheckPanel
 
getShortcutDescription(KeyStroke) - Method in class magellan.client.swing.MapperPanel
 
getShortcutDescription(KeyStroke) - Method in class magellan.client.swing.MapperPanel.TooltipShortcut
 
getShortcutDescription(KeyStroke) - Method in class magellan.client.swing.tasks.TaskTablePanel.TTShortcutListener
 
getShortcutDescription(KeyStroke) - Method in class magellan.client.utils.BookmarkManager
 
getShortcutDescription(KeyStroke) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
getShortCutListener() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList.ButtonPanel
Returns the value of shortCutListener.
getShortCutListeners() - Method in class magellan.client.desktop.MagellanDesktop
 
getShortCuts() - Method in class magellan.client.Client
Empty because registered directly.
getShortCuts() - Method in interface magellan.client.desktop.ShortcutListener
Should return all short cuts this class want to be informed.
getShortCuts() - Method in class magellan.client.EMapDetailsPanel
Should return all short cuts this class want to be informed.
getShortCuts() - Method in class magellan.client.EMapOverviewPanel
Should return all short cuts this class want to be informed.
getShortCuts() - Method in class magellan.client.swing.ECheckPanel
Should return all short cuts this class want to be informed.
getShortCuts() - Method in class magellan.client.swing.MapperPanel
Should return all short cuts this class want to be informed.
getShortCuts() - Method in class magellan.client.swing.MapperPanel.TooltipShortcut
 
getShortCuts() - Method in class magellan.client.swing.tasks.TaskTablePanel.TTShortcutListener
Should return all short cuts this class want to be informed.
getShortCuts() - Method in class magellan.client.utils.BookmarkManager
 
getShortCuts() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
getShortCutTranslations() - Method in class magellan.client.desktop.MagellanDesktop
 
getShortText(String, int) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
 
getShowCapacityItems() - Method in class magellan.client.EMapDetailsPanel
Returns which items are shown (in capacity nodes).
getSiege() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of siege.
getSiege() - Method in interface magellan.library.Unit
Returns the value of siege.
getSigns() - Method in class magellan.library.impl.MagellanRegionImpl
 
getSigns() - Method in interface magellan.library.Region
 
getSilver() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of silver.
getSilver() - Method in interface magellan.library.Region
Returns the value of silver.
getSilver(Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
This method returns the amount of silver of the given unit.
getSilverPerWeightUnit() - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getSilverPerWeightUnit() - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getSilverPerWeightUnit() - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the number of silver pieces per weight unit (GE).
getSilverPool() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
 
getSimpleRaceName() - Method in class magellan.library.impl.MagellanUnitImpl
Delivers the info "typ" from CR without any prefixes and translations used for displaying the according race icon
getSimpleRaceName() - Method in interface magellan.library.Unit
Delivers the info "typ" from CR without any prefixes and translations used for displaying the according race icon
getSimpleRealRaceName() - Method in class magellan.library.impl.MagellanUnitImpl
 
getSimpleRealRaceName() - Method in interface magellan.library.Unit
 
getSimpleWeight() - Method in class magellan.library.impl.MagellanUnitImpl
 
getSimpleWeight() - Method in interface magellan.library.Unit
Returns the overall weight of this unit (persons and items) in silver if it is known, otherwise -1.
getSingleColor(Region) - Method in class magellan.client.swing.map.AbstractRegionShapeCellRenderer
 
getSingleColor(Region) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
getSingleColor(Region) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
getSingleLineDelimiter() - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
Override for other languages
getSingleString(Region, Rectangle) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
DOCUMENT-ME
getSingleString(Region, Rectangle) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
 
getSingleString(Region, Rectangle) - Method in class magellan.client.swing.map.TextCellRenderer
DOCUMENT-ME
getSingleString(Region, Rectangle) - Method in class magellan.client.swing.map.TradeTextCellRenderer
DOCUMENT-ME
getSingleton() - Static method in class magellan.library.gamebinding.AllanonMapMergeEvaluator
 
getSingleton() - Static method in class magellan.library.gamebinding.AllanonOrderWriter
Returns the instance of this class.
getSingleton() - Static method in class magellan.library.gamebinding.AllanonPostProcessor
 
getSingleton() - Static method in class magellan.library.gamebinding.e3a.E3AOrderWriter
Returns the instance of this class.
getSingleton() - Static method in class magellan.library.gamebinding.e3a.E3APostProcessor
Returns an instance.
getSingleton() - Static method in class magellan.library.gamebinding.EresseaOrderWriter
Returns the instance of this class.
getSingleton() - Static method in class magellan.library.gamebinding.EresseaPostProcessor
Returns an instance.
getSingleton() - Static method in class magellan.library.gamebinding.EresseaTrustLevelEvaluator
DOCUMENT-ME
getSingleton() - Static method in class magellan.library.utils.mapping.AstralMappingEvaluator
 
getSingleton() - Static method in class magellan.library.utils.mapping.BuildingIDMapping
 
getSingleton() - Static method in class magellan.library.utils.mapping.EasyLevelMapping
 
getSingleton() - Static method in class magellan.library.utils.mapping.GameObjectIDMapping
 
getSingleton() - Static method in class magellan.library.utils.mapping.RegionIDMapping
 
getSingleton() - Static method in class magellan.library.utils.mapping.RegionNameMapping
 
getSingleton() - Static method in class magellan.library.utils.mapping.SavedTranslationsMapping
 
getSingleton() - Static method in class magellan.library.utils.mapping.SchemeExtendMapping
Returns an instance of this class.
getSingleton() - Static method in class magellan.library.utils.mapping.SchemeNameMapping
 
getSingleton() - Static method in class magellan.library.utils.mapping.SchemeOverlapMapping
Returns an instance of this class.
getSingleton() - Static method in class magellan.library.utils.mapping.ShipIDMapping
 
getSingleton() - Static method in class magellan.library.utils.mapping.TerrainMappingEvaluator
 
getSingleton() - Static method in class magellan.library.utils.mapping.UnitIDMapping
 
getSize() - Method in interface magellan.library.Building
DOCUMENT ME!
getSize() - Method in class magellan.library.impl.MagellanBuildingImpl
Returns the size of the building
getSize() - Method in class magellan.library.impl.MagellanShipImpl
Returns the value of size.
getSize() - Method in interface magellan.library.Ship
Returns the value of size.
getSize() - Method in interface magellan.library.utils.RadixTree
Return the size of the Radix tree
getSize() - Method in class magellan.library.utils.RadixTreeImpl
 
getSkill(SkillType) - Method in class magellan.library.impl.MagellanUnitImpl
Returns the skill of the specified type if the unit has such a skill, else null is returned.
getSkill(SkillType) - Method in interface magellan.library.Unit
Returns the skill of the specified type if the unit has such a skill, else null is returned.
getSkill(StringID) - Method in class magellan.library.impl.MagellanUnitImpl
Returns the skill of the specified type if the unit has such a skill, else null is returned.
getSkill(StringID) - Method in interface magellan.library.Unit
Returns the skill of the specified type if the unit has such a skill, else null is returned.
getSkillBonus(SkillType) - Method in class magellan.library.rules.BuildingType
Returns the bonus this building provides to the given skill.
getSkillBonus(SkillType) - Method in class magellan.library.rules.Race
Returns the bonus this race has on the specified skill.
getSkillBonus(SkillType, RegionType) - Method in class magellan.library.rules.Race
Returns the bonus this race has in certain region terrains.
getSkillCategories() - Method in class magellan.library.EmptyRules
 
getSkillCategories() - Method in class magellan.library.rules.GenericRules
 
getSkillCategories() - Method in interface magellan.library.Rules
Returns a collection of all skill categories.
getSkillCategory(String) - Method in class magellan.library.EmptyRules
 
getSkillCategory(String) - Method in class magellan.library.rules.GenericRules
 
getSkillCategory(String) - Method in interface magellan.library.Rules
Shorthand for getSkillCategory(id, false)
getSkillCategory(String, boolean) - Method in class magellan.library.EmptyRules
 
getSkillCategory(String, boolean) - Method in class magellan.library.rules.GenericRules
 
getSkillCategory(String, boolean) - Method in interface magellan.library.Rules
get SkillCategory by (possibly localized) name
getSkillCategory(StringID) - Method in class magellan.library.EmptyRules
 
getSkillCategory(StringID) - Method in class magellan.library.rules.GenericRules
 
getSkillCategory(StringID) - Method in interface magellan.library.Rules
Shorthand for getSkillCategory(id, false)
getSkillCategory(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getSkillCategory(StringID, boolean) - Method in class magellan.library.rules.GenericRules
 
getSkillCategory(StringID, boolean) - Method in interface magellan.library.Rules
Returns the skill category with given id.
getSkillCategoryIterator() - Method in class magellan.library.EmptyRules
 
getSkillCategoryIterator() - Method in class magellan.library.rules.GenericRules
Deprecated.
getSkillCategoryIterator() - Method in interface magellan.library.Rules
Returns an iterator over all skill categories.
getSkillCost(SkillType, Unit) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
getSkillCost(SkillType, Unit) - Method in class magellan.library.gamebinding.AllanonOrderCompleter
Returns the learn cost for a specific skill.
getSkillCost(SkillType, Unit) - Method in class magellan.library.gamebinding.EresseaOrderCompleter
Returns the learn cost for a specific skill.
getSkillLevel() - Method in class magellan.library.RegionResource
Returns the minimum skill level that is required to access this resource.
getSkillLevelNumber(SkillType) - Method in class magellan.library.utils.SkillStats
returns the total number of skilllevel of the specified SkillType
getSkillLevelNumber(Skill) - Method in class magellan.library.utils.SkillStats
just like getSkillLevelNumber(SkillType) but limited to a level
getSkillMap() - Method in class magellan.library.impl.MagellanUnitImpl
 
getSkillMap() - Method in interface magellan.library.Unit
Returns the skills of the unit.
getSkillPointsNumber(SkillType) - Method in class magellan.library.utils.SkillStats
returns the total number of days learned yet the specified SkillType
getSkillPointsNumber(Skill) - Method in class magellan.library.utils.SkillStats
just like getSkillPointsNumber(SkillType) but limited to a single level
getSkills() - Method in class magellan.library.impl.MagellanUnitImpl
Returns all skills this unit has.
getSkills() - Method in interface magellan.library.Unit
Returns all skills this unit has.
getSkills() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of skills.
getSkillsWithWeapons(Unit, Collection<Skill>, Map<Skill, Collection<Item>>) - Method in class magellan.client.swing.ArmyStatsPanel
 
getSkillType() - Method in class magellan.library.Skill
Return the skill type of this skill.
getSkillType(String) - Method in class magellan.library.EmptyRules
 
getSkillType(String) - Method in class magellan.library.rules.GenericRules
Shorthand for getSkillType(id, false).
getSkillType(String) - Method in interface magellan.library.Rules
Shorthand for getSkillType(id, false)
getSkillType(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
The SkillType with the given name.
getSkillType(String, boolean) - Method in class magellan.library.EmptyRules
 
getSkillType(String, boolean) - Method in class magellan.library.rules.GenericRules
Returns the skill type with given id.
getSkillType(String, boolean) - Method in interface magellan.library.Rules
get SkillType by (possibly localized) name
getSkillType(StringID) - Method in class magellan.library.EmptyRules
 
getSkillType(StringID) - Method in class magellan.library.rules.GenericRules
Shorthand for getSkillType(id, false).
getSkillType(StringID) - Method in interface magellan.library.Rules
Returns the skill type with the given id.
getSkillType(StringID, boolean) - Method in class magellan.library.EmptyRules
 
getSkillType(StringID, boolean) - Method in class magellan.library.rules.GenericRules
Returns the skill type with given id.
getSkillType(StringID, boolean) - Method in interface magellan.library.Rules
Returns the skill type with given id.
getSkillTypeIterator() - Method in class magellan.library.EmptyRules
 
getSkillTypeIterator() - Method in class magellan.library.rules.GenericRules
Deprecated.
getSkillTypeIterator() - Method in interface magellan.library.Rules
Returns an iterator over all skill types.
getSkillTypes() - Method in class magellan.library.EmptyRules
 
getSkillTypes() - Method in class magellan.library.rules.GenericRules
 
getSkillTypes() - Method in interface magellan.library.Rules
Returns a collection of all skill types.
getSort() - Method in class magellan.client.swing.AddCRAccessory
Returns true if the sort box is selected.
getSortIndex() - Method in interface magellan.library.Group
Returns an index indicating how instances of class are sorted in the report.
getSortIndex() - Method in class magellan.library.impl.MagellanGroupImpl
Returns an index indicating how instances of class are sorted in the report.
getSortIndex() - Method in class magellan.library.impl.MagellanUnitContainerImpl
Returns an index indicating how instances of class are sorted in the report.
getSortIndex() - Method in class magellan.library.impl.MagellanUnitImpl
Returns an index indicating how instances of class are sorted in the report.
getSortIndex() - Method in class magellan.library.rules.Category
Returns the sort index of this item category indicating its natural ordering compared to other ItemCategory objects.
getSortIndex() - Method in interface magellan.library.Unit
Returns an index indicating how instances of class are sorted in the report.
getSortIndex() - Method in interface magellan.library.UnitContainer
Returns an index indicating how instances of class are sorted in the report.
getSortIndex() - Method in interface magellan.library.utils.Sorted
DOCUMENT-ME
getSortingStatus(int) - Method in class magellan.client.swing.table.TableSorter
Returns how the specified column is sorted.
getSource() - Method in class magellan.library.utils.TranslationType
Returns the value of source.
getSpecialKeys() - Method in interface magellan.client.swing.completion.CompletionGUI
If this GUI needs some special keys the Key-Codes con be obtained by this method.
getSpecialKeys() - Method in class magellan.client.swing.completion.ListCompletionGUI
 
getSpecialKeys() - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
If this GUI needs some special keys the Key-Codes con be obtained by this method.
getSpecialKeys() - Method in class magellan.client.swing.completion.NoneCompletionGUI
DOCUMENT-ME
getSpecialPathsPanel() - Method in class magellan.client.preferences.ResourcePreferences
ECheck and Vorlage paths (and the like...)
getSpeed() - Method in class magellan.library.impl.MagellanShipImpl
 
getSpeed() - Method in interface magellan.library.Ship
Returns the ship's current speed.
getSpell() - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
getSpell() - Method in interface magellan.library.CombatSpell
Get the actuell spell to be cast in combat.
getSpell() - Method in class magellan.library.impl.MagellanCombatSpellImpl
Get the actuell spell to be cast in combat.
getSpell(String) - Method in class magellan.library.GameData
Retrieve a spell from spells() by Name. used for orderReader / completer
getSpell(String) - Method in class magellan.library.rules.GenericRules
Returns a spell for the given id, or null.
getSpell(String, boolean) - Method in class magellan.library.rules.GenericRules
Returns a spell for the given id, or null.
getSpell(ID) - Method in class magellan.library.GameData
Retrieve a spell from spells() by id.
getSpells() - Method in class magellan.library.GameData
Returns an unmodifiable view of all spells in the data.
getSpells() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of spells.
getSpells() - Method in class magellan.library.rules.GenericRules
Returns all spells.
getSpells() - Method in interface magellan.library.Unit
Returns the value of spells.
getSpellSchool() - Method in interface magellan.library.Faction
Returns the value of spellSchool.
getSpellSchool() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of spellSchool.
getSpellSyntax() - Method in class magellan.library.impl.MagellanSpellImpl
returns the spellsyntax object of this spell
getSpellSyntax() - Method in interface magellan.library.Spell
returns the spellsyntax object of this spell
getSprouts() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of sprouts.
getSprouts() - Method in interface magellan.library.Region
Returns the value of sprouts.
getStandardBackgroundColor() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Returns the background color for editors.
getStandardBackgroundColorConfirmed() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Returns the background color for confirmed unit's editrs.
getStart() - Method in class magellan.library.utils.OrderToken
Returns the position of the first character of the token text in the order.
getStartDelimiter() - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
Override for other languages
getState() - Method in class magellan.library.Alliance
Get the state bit-field of this alliance.
getState(int) - Method in class magellan.library.Alliance
Determine whether a specific state of this alliance is set.
getStaticPaths() - Static method in class magellan.library.utils.Resources
Returns the resource paths the static methods of this class operate on.
getStatus() - Method in class magellan.library.gamebinding.CombatOrder
Returns the value of status.
getStatus() - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Returns the number of factions and units that were read.
getStatus() - Method in class magellan.library.utils.HTTPResult
Liefert den vom Server übermittelten Statuscode.
getStatus() - Method in class magellan.library.utils.OrderReader
Returns the number of factions and units that were read.
getStealth() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of stealth.
getStealth() - Method in interface magellan.library.Unit
Returns the value of stealth.
getStones() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of stones.
getStones() - Method in interface magellan.library.Region
Returns the value of stones.
getStream() - Method in class magellan.library.utils.HTTPResult
Returns the response body as stream.
getString(String) - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
getString(String) - Method in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
Returns a resource translation for the given key in the configured resource prefix
getString(String) - Static method in class magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn
 
getString(String, Object...) - Static method in class magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn
 
getString(Properties, String, String) - Static method in class magellan.library.utils.PropertiesHelper
Searches the property with the given key and if it exists, it tries to convert it into a String and returns that value.
getString(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
Parses token and the following tokens to identify a string.
getStringID() - Method in class magellan.library.utils.replacers.RegionTypeSwitch
Returns the defining region type ID.
getStrippedText(char[]) - Method in class magellan.library.utils.OrderToken
Same as getText() but removes enclosing quotes.
getStroke() - Method in class magellan.client.preferences.DesktopShortCutPreferences.TranslateStroke
 
getStub(String) - Static method in class magellan.client.completion.AutoCompletion
 
getStub(String) - Static method in class magellan.library.gamebinding.AbstractOrderCompleter
Returns the last word immediately at the end of the String txt.
getStub(List<OrderToken>) - Static method in class magellan.client.completion.AutoCompletion
 
getStub(List<OrderToken>) - Static method in class magellan.library.gamebinding.AbstractOrderCompleter
Returns the last word in the list of tokens.
getStyleset() - Method in class magellan.client.swing.tree.GraphicsElement
Getter for property styleset.
getStyleset(int) - Method in class magellan.client.swing.tree.CellRenderer
Returns a full styleset created out of the given styleset.
getStyleset(GraphicsElement) - Method in class magellan.client.swing.tree.CellRenderer
Returns a styleset that supplies all variables.
getStyleset(GraphicsStyleset, int) - Method in class magellan.client.swing.tree.CellRenderer
Returns a styleset that supplies all variables.
getStylesets() - Static method in class magellan.client.swing.tree.CellRenderer
Returns the styleset map.
getSubordinatedElements() - Method in class magellan.client.swing.tree.DefaultNodeWrapper
 
getSubordinatedElements() - Method in class magellan.client.swing.tree.EmphasizingImpl
 
getSubordinatedElements() - Method in interface magellan.client.swing.tree.SupportsEmphasizing
Retrieve the subordinate elements of this wrapper.
getSuperMenu() - Method in class magellan.client.EMapDetailsPanel
 
getSuperMenu() - Method in class magellan.client.EMapOverviewPanel
 
getSuperMenu() - Method in interface magellan.client.swing.MenuProvider
 
getSuperMenu() - Method in class magellan.client.swing.MessagePanel
 
getSuperMenuTitle() - Method in class magellan.client.EMapDetailsPanel
 
getSuperMenuTitle() - Method in class magellan.client.EMapOverviewPanel
 
getSuperMenuTitle() - Method in interface magellan.client.swing.MenuProvider
 
getSuperMenuTitle() - Method in class magellan.client.swing.MessagePanel
 
getSuppressLineComment(Problem) - Method in class magellan.library.tasks.AbstractInspector
 
getSuppressLineComment(Problem, boolean) - Method in class magellan.library.tasks.AbstractInspector
 
getSuppressUnitComment(Problem) - Method in class magellan.library.tasks.AbstractInspector
 
getSuppressUnitComment(Problem, boolean) - Method in class magellan.library.tasks.AbstractInspector
 
getSurroundings() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of surroundings.
getSurroundings() - Method in interface magellan.library.Region
Returns the value of surroundings.
getSurvived() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Returns the value of survived.
getSyntax() - Method in class magellan.library.impl.MagellanSpellImpl
 
getSyntax() - Method in class magellan.library.rules.OrderType
Returns the value of syntax.
getSyntax() - Method in interface magellan.library.Spell
Enno in e-client about the syntax: 'c' = Zeichenkette 'k' = REGION|EINHEIT|STUFE|SCHIFF|GEBAEUDE 'i' = Zahl 's' = Schiffsnummer 'b' = Gebaeudenummer 'r' = Regionskoordinaten (x, y) 'u' = Einheit '+' = Wiederholung des vorangehenden Parameters '?'
getSyntaxCheckOptions() - Method in class magellan.library.utils.OrderWriter
Returns the value of syntaxCheckOptions.
getSyntaxString() - Method in class magellan.library.impl.MagellanSpellImpl
A human readable string with information about the syntax of the spell (FF)
getSyntaxString() - Method in interface magellan.library.Spell
A human readable string with information about the syntax of the spell or null.
getTab() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Returns the value of tab.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class magellan.client.preferences.DesktopShortCutPreferences.KeyStrokeCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class magellan.client.preferences.DesktopShortCutPreferences.StrokeRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class magellan.client.swing.AlchemyDialog.JLabelRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class magellan.client.swing.AlchemyDialog.TextAreaRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class magellan.plugin.groupeditor.AllianceStateComboBox
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class magellan.plugin.groupeditor.AllianceStateRenderer
 
getTableHeader() - Method in class magellan.client.swing.table.TableSorter
Returns the table header
getTableModel() - Method in class magellan.client.swing.table.TableSorter
Returns this sorter's model
getTag(Object, String) - Method in class magellan.library.utils.ExternalTagMap
Deprecated.
DOCUMENT-ME
getTag(String) - Method in class magellan.library.impl.MagellanGroupImpl
 
getTag(String) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
getTag(String) - Method in class magellan.library.impl.MagellanUnitImpl
 
getTag(String) - Method in interface magellan.library.utils.Taggable
Return the value of the tag with key tag from this object.
getTag(String) - Method in class magellan.library.utils.TagMap
Deprecated.
Equivalent to get(tag).
getTagColor(Region) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
If the region has a tag with the key RegionShapeCellRenderer.MAP_TAG, its value is interpreted as a color, encoded like #00ff00 (see Color.decode(String)).
getTagMap() - Method in class magellan.library.impl.MagellanGroupImpl
 
getTagMap() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
getTagMap() - Method in class magellan.library.impl.MagellanUnitImpl
 
getTagMap() - Method in interface magellan.library.utils.Taggable
Returns a Map containing all tags and their values associated with this object.
getTagMap(Object, boolean) - Method in class magellan.library.utils.ExternalTagMap
Deprecated.
DOCUMENT-ME
getTarget() - Method in class magellan.library.gamebinding.RenameOrder
Returns the value of target.
getTargetUnit(GameData, Unit, int, boolean) - Method in class magellan.library.gamebinding.UnitArgumentOrder
Returns the target unit.
getTeachers() - Method in class magellan.library.impl.MagellanUnitImpl
Returns a Collection of all the units that are teaching this unit.
getTeachers() - Method in interface magellan.library.Unit
Returns a Collection of all the units that are teaching this unit.
getTeachFactor() - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getTeachFactor() - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
getTeachFactor() - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the amount of students that one teacher can teach.
getTemp() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Returns the localized temp unit token.
getTemp() - Method in class magellan.library.gamebinding.AbstractOrderParser
 
getTemp() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderCompleter
 
getTemp() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
getTemp() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
 
getTemp() - Method in class magellan.library.gamebinding.EresseaOrderParser
 
getTemp(Locale) - Method in class magellan.library.gamebinding.OrderTranslationHelper
 
getTempID() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the id the unit had when it was still a temp unit.
getTempID() - Method in interface magellan.library.Unit
Returns the id the unit had when it was still a temp unit.
getTempOrders(boolean, Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
Returns the orders necessary to issue the creation of all the child temp units of this unit.
getTempOrders(boolean, Unit) - Method in class magellan.library.gamebinding.EresseaOrderChanger
Returns the orders necessary to issue the creation of all the child temp units of this unit.
getTempOrders(boolean, Unit) - Method in interface magellan.library.gamebinding.OrderChanger
Returns the orders necessary to issue the creation of all the child temp units of this unit.
getTempOrders(Unit) - Method in interface magellan.library.gamebinding.TempUnitFactory
Returns the orders necessary to issue the creation of all the child temp units of this unit.
getTempUnit() - Method in class magellan.client.event.TempUnitEvent
Returns the temporary unit affected.
getTempUnit(ID) - Method in class magellan.library.impl.MagellanUnitImpl
Return the child temp unit with the specified ID.
getTempUnit(ID) - Method in interface magellan.library.Unit
Return the child temp unit with the specified ID.
getTempUnit(UnitID) - Method in class magellan.library.GameData
Returns the temp unit with the specified ID, null if it doesn not exist.
getTempUnitEventHook() - Static method in class magellan.client.utils.SelectionHistory
Returns the TempUnitListener of this history.
getText() - Method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
Returns the current text.
getText() - Method in class magellan.client.swing.completion.OrderEditor
Gives back the text in the text pane.
getText() - Method in class magellan.library.gamebinding.SimpleOrder
 
getText() - Method in class magellan.library.impl.MagellanMessageImpl
Gets the rendered message text. 1.
getText() - Method in interface magellan.library.Message
Gets the rendered message text.
getText() - Method in interface magellan.library.Order
Returns the original text that the order was parsed from, so it contains all white space characters and the "@".
getText() - Method in class magellan.library.Sign
 
getText() - Method in class magellan.library.utils.OrderToken
Returns the text.
getText(Region, Rectangle) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
DOCUMENT-ME
getText(Region, Rectangle) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
DOCUMENT-ME
getText(Region, Rectangle) - Method in class magellan.client.swing.map.SignTextCellRenderer
Returns the Lines which should be on the sign max 2 Lines allowed
getText(Region, Rectangle) - Method in class magellan.client.swing.map.TextCellRenderer
Returns a pair of (Name, [Coordinate]) if the coordinate's of r are both divisible by 2, null otherwise.
getText(Region, Rectangle) - Method in class magellan.client.swing.map.TradeTextCellRenderer
DOCUMENT-ME
getTextForeground(boolean) - Method in class magellan.client.utils.SimpleInternalFrame
Determines and answers the header's text foreground color.
getTimestamp() - Method in class magellan.library.event.TimeStampedEvent
Returns the time when the event was created.
getTimestamp() - Method in class magellan.library.GameData
Returns the date of the report (it's not the date of the report).
getTimeStamp() - Method in class magellan.library.utils.OrderWriter
 
getTitle() - Method in class magellan.client.preferences.ClientFilePreferences
 
getTitle() - Method in class magellan.client.preferences.ClientLookAndFeelPreferences
DOCUMENT-ME
getTitle() - Method in class magellan.client.preferences.ClientMessagePreferences
 
getTitle() - Method in class magellan.client.preferences.ClientNameGeneratorPreferences
DOCUMENT-ME
getTitle() - Method in class magellan.client.preferences.ClientPreferences
 
getTitle() - Method in class magellan.client.preferences.ClientTextEncodingPreferences
DOCUMENT-ME
getTitle() - Method in class magellan.client.preferences.DesktopPreferences
 
getTitle() - Method in class magellan.client.preferences.DesktopShortCutPreferences
 
getTitle() - Method in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
getTitle() - Method in class magellan.client.preferences.DetailsViewOrderEditorPreferences
DOCUMENT-ME
getTitle() - Method in class magellan.client.preferences.DetailsViewPreferences
 
getTitle() - Method in class magellan.client.preferences.IconColorMappingPreferences
 
getTitle() - Method in class magellan.client.preferences.IconPreferences
 
getTitle() - Method in class magellan.client.preferences.IconStyleSetPreferences
 
getTitle() - Method in class magellan.client.preferences.MapPreferences
 
getTitle() - Method in class magellan.client.preferences.MinimapPreferences
 
getTitle() - Method in class magellan.client.preferences.PluginPreferences
 
getTitle() - Method in class magellan.client.preferences.RegionOverviewPreferences
 
getTitle() - Method in class magellan.client.preferences.RegionOverviewSkillPreferences
 
getTitle() - Method in class magellan.client.preferences.ResourcePreferences
 
getTitle() - Method in class magellan.client.preferences.TaskTablePreferences
 
getTitle() - Method in class magellan.client.swing.BasicRegionPanel.BRPPreferences
 
getTitle() - Method in class magellan.client.swing.completion.AbstractCompletionGUI
Returns the name of this CompletionGUI.
getTitle() - Method in interface magellan.client.swing.completion.CompletionGUI
Returns the name of this CompletionGUI.
getTitle() - Method in class magellan.client.swing.completion.ListCompletionGUI
 
getTitle() - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
 
getTitle() - Method in class magellan.client.swing.completion.NoneCompletionGUI
 
getTitle() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
DOCUMENT-ME
getTitle() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
getTitle() - Method in class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences
DOCUMENT-ME
getTitle() - Method in class magellan.client.swing.map.BorderCellRenderer.Preferences
 
getTitle() - Method in class magellan.client.swing.map.BuildingCellRenderer.BuildingCellRendererPreferences
 
getTitle() - Method in class magellan.client.swing.map.HexCellRenderer.DefaultRendererPreferencesAdapter
 
getTitle() - Method in class magellan.client.swing.map.HighlightShapeCellRenderer.Preferences
DOCUMENT-ME
getTitle() - Method in class magellan.client.swing.map.MapperPreferences
 
getTitle() - Method in class magellan.client.swing.map.PathCellRenderer.Preferences
 
getTitle() - Method in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
Returns the title of this adapter.
getTitle() - Method in class magellan.client.swing.map.SignTextCellRenderer.Preferences
DOCUMENT-ME
getTitle() - Method in class magellan.client.swing.map.TextCellRenderer.Preferences
DOCUMENT-ME
getTitle() - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
DOCUMENT-ME
getTitle() - Method in interface magellan.client.swing.preferences.PreferencesAdapter
This function delivers the visible name of the preferences adapter.
getTitle() - Method in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
getTitle() - Method in interface magellan.client.swing.tree.NodeWrapperDrawPolicy
Returns a title for this factory.
getTitle() - Method in class magellan.client.utils.SimpleInternalFrame
Returns the frame's title text. * @return String the current title text
getToken(int) - Method in class magellan.library.gamebinding.SimpleOrder
 
getToken(int) - Method in interface magellan.library.Order
 
getTokenCharacter() - Method in class magellan.library.utils.SpellSyntaxToken
 
getTokenColor(String) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Return the color of the specified token style used for syntax highlighting in the editor.
getTokenIndex() - Method in class magellan.library.gamebinding.AbstractOrderParser
 
getTokenLocalized(Locale, Object) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
getTokenLocalized(Locale, Object) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
getTokenLocalized(Locale, Object) - Method in interface magellan.library.gamebinding.OrderChanger
Returns localized string for given locale and argument.
getTokenLocalized(Locale, Object) - Method in class magellan.library.gamebinding.OrderTranslationHelper
 
getTokens() - Method in interface magellan.library.completion.OrderParser
Deprecated.
getTokens() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns the tokens read by the parser.
getTokens() - Method in class magellan.library.gamebinding.SimpleOrder
 
getTokens() - Method in interface magellan.library.Order
Returns a view on the order tokens.
getTokenSize() - Method in class magellan.library.utils.SpellSyntax
 
getTokenString() - Method in class magellan.library.utils.SpellSyntaxToken
 
getTokenType() - Method in class magellan.library.utils.SpellSyntaxToken
 
getToolBar() - Method in class magellan.client.utils.SimpleInternalFrame
Returns the current toolbar, null if none has been set before.
getTooltip() - Method in class magellan.client.swing.tree.GraphicsElement
Getter for property tooltip.
getToolTip() - Method in class magellan.client.actions.MenuAction
Returns the tool tip for this menu action.
getToolTip(int) - Method in class magellan.client.skillchart.SkillChartPanel
returns a tooltip for the (i)th Bar of the chart
getTooltipDefinition() - Method in class magellan.client.swing.map.Mapper
Returns the tooltip definition
getToolTipText() - Method in class magellan.plugin.groupeditor.AllianceStateComboBox
 
getToolTipText(MouseEvent) - Method in class magellan.client.skillchart.SkillChartJFreeChartPanel
DOCUMENT-ME
getToolTipText(MouseEvent) - Method in class magellan.client.swing.map.Mapper
 
getToolTipText(MouseEvent) - Method in class magellan.client.swing.tree.CellRenderer
Overrides JComponent.getToolTipText to return the tooltip of the underlying label or null, if no label found.
getTooltipTranslated() - Method in class magellan.client.actions.desktop.LayoutDeleteAction
 
getTooltipTranslated() - Method in class magellan.client.actions.desktop.LayoutExportAction
 
getTooltipTranslated() - Method in class magellan.client.actions.desktop.LayoutImportAction
 
getTooltipTranslated() - Method in class magellan.client.actions.desktop.LayoutNewAction
 
getTooltipTranslated() - Method in class magellan.client.actions.desktop.LayoutSaveAction
 
getTooltipTranslated() - Method in class magellan.client.actions.edit.FindAction
 
getTooltipTranslated() - Method in class magellan.client.actions.edit.QuickFindAction
 
getTooltipTranslated() - Method in class magellan.client.actions.edit.RedoAction
 
getTooltipTranslated() - Method in class magellan.client.actions.edit.UndoAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.AlchemyAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.ArmyStatsAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.ConversionAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.FactionStatsAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.HelpAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.InfoAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.OptionAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.ProfileAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.RepaintAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.TileSetAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.TipOfTheDayAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.TradeOrganizerAction
 
getTooltipTranslated() - Method in class magellan.client.actions.extras.VorlageAction
 
getTooltipTranslated() - Method in class magellan.client.actions.file.AbortAction
 
getTooltipTranslated() - Method in class magellan.client.actions.file.AddCRAction
 
getTooltipTranslated() - Method in class magellan.client.actions.file.ExportCRAction
 
getTooltipTranslated() - Method in class magellan.client.actions.file.FileSaveAction
 
getTooltipTranslated() - Method in class magellan.client.actions.file.FileSaveAsAction
 
getTooltipTranslated() - Method in class magellan.client.actions.file.OpenCRAction
 
getTooltipTranslated() - Method in class magellan.client.actions.file.OpenOrdersAction
 
getTooltipTranslated() - Method in class magellan.client.actions.file.QuitAction
 
getTooltipTranslated() - Method in class magellan.client.actions.file.SaveOrdersAction
 
getTooltipTranslated() - Method in class magellan.client.actions.map.AbstractSelectionAction
Always returns null!
getTooltipTranslated() - Method in class magellan.client.actions.map.IslandAction
 
getTooltipTranslated() - Method in class magellan.client.actions.map.MapSaveAction
 
getTooltipTranslated() - Method in class magellan.client.actions.map.SetGirthAction
 
getTooltipTranslated() - Method in class magellan.client.actions.map.SetOriginAction
 
getTooltipTranslated() - Method in class magellan.client.actions.MenuAction
Returns a tool tip text which should depend on the current GUI locale for a menu action.
getTooltipTranslated() - Method in class magellan.client.actions.orders.ChangeFactionConfirmationAction
 
getTooltipTranslated() - Method in class magellan.client.actions.orders.ConfirmAction
 
getTooltipTranslated() - Method in class magellan.client.actions.orders.FindPreviousUnconfirmedAction
 
getTooltipTranslated() - Method in class magellan.client.actions.orders.UnconfirmAction
 
getTopLevelAncestor(Category) - Static method in class magellan.library.rules.Category
Ascends the chain of parents to the top-most element.
getTradeTax() - Method in class magellan.library.rules.CastleType
Returns the tax (in percent) that this castle type's owners get from trade.
getTransfer() - Method in class magellan.client.swing.TempUnitDialog
 
getTransformBox(GameData, GameData, CoordinateID, CoordinateID, BoxTransformer.BBoxes) - Static method in class magellan.library.utils.transformation.TransformerFinder
Compare coordinates of translated regions from new report to regions from global data and deduce boxes from the difference.
getTransformers() - Method in class magellan.library.utils.transformation.TransformerFinder
 
getTransformers(CoordinateID, CoordinateID, BoxTransformer.BBoxes) - Method in class magellan.library.utils.transformation.TransformerFinder
 
getTransformers(GameData, GameData, UserInterface, boolean) - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
getTransformers(GameData, GameData, UserInterface, boolean) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
getTransformers(GameData, GameData, UserInterface, boolean) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
getTransformers(GameData, GameData, UserInterface, boolean) - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
getTransformers(GameData, GameData, UserInterface, boolean) - Method in interface magellan.library.gamebinding.GameSpecificStuff
Returns a pair of transformers that transform coordinates from the global data and the added data to coordinates in the merged report.
getTransitivMapping(GameData, GameData, int, CoordinateID) - Method in class magellan.library.gamebinding.MapMergeEvaluator
Calculates a mapping by comparing the GameData.getLevelRelation(int, int) from the two given reports.
getTranslation() - Method in class magellan.client.swing.FactionPropertiesDialog
 
getTranslation() - Method in class magellan.library.utils.TranslationType
Returns the value of translation.
getTranslation(String) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
getTranslation(String) - Method in class magellan.library.GameData
Retrieve a translation from translations().
getTranslation(String) - Method in class magellan.library.utils.Translations
returns the translated string source is not important
getTranslation(String, int) - Method in class magellan.library.utils.Translations
returns the translated string, if it is from the specified source.
getTranslation(KeyStroke) - Method in class magellan.client.desktop.MagellanDesktop
 
getTranslation(Named) - Method in class magellan.library.GameData
Retrieve a translation from translations().
getTranslations() - Method in class magellan.client.swing.FactionPropertiesDialog
 
getTranslationType(String) - Method in class magellan.library.utils.Translations
returns the translated string
getTransporter() - Method in class magellan.library.relation.MovementRelation
Returns the value of transporter.
getTransportMessageType() - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
getTravelThru() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of travelThru.
getTravelThru() - Method in interface magellan.library.Region
Returns the value of travelThru.
getTravelThruShips() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of travelThruShips.
getTravelThruShips() - Method in interface magellan.library.Region
Returns the value of travelThruShips.
getTreasury() - Method in interface magellan.library.Faction
Returns the faction treasury for this faction.
getTreasury() - Method in class magellan.library.impl.MagellanFactionImpl
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class magellan.client.swing.tree.CellRenderer
DOCUMENT-ME
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class magellan.client.swing.tree.MixedTreeCellRenderer
 
getTrees() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of trees.
getTrees() - Method in interface magellan.library.Region
Returns the value of trees.
getTreeSelectionBorderColor() - Static method in class magellan.library.utils.JVMUtilities
this is a helper function to catch a jvm 1.4.2_01 bug
getTrueBuildingType() - Method in interface magellan.library.Building
Gets the trueBuildingType which es not realy a type but just a String only occurance now "Traumschlößchen",wahrerTyp Fiete 20060910
getTrueBuildingType() - Method in class magellan.library.impl.MagellanBuildingImpl
Gets the trueBuildingType which es not realy a type but just a String only occurrence now "Traumschlößchen",wahrerTyp Fiete 20060910
getTrustColor(Region, boolean) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Fills the cell polygon if in TrustLevel mode.
getTrustLevel() - Method in class magellan.library.Alliance
A method to convert an alliance into a trustlevel.
getTrustLevel() - Method in class magellan.library.AllianceGroup
A method to convert an alliance into a trustlevel.
getTrustLevel() - Method in interface magellan.library.Faction
Returns the value of trustLevel.
getTrustLevel() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of trustLevel.
getTrustLevel(int) - Static method in class magellan.library.utils.comparator.FactionTrustComparator
Returns the trust level (privilegd,allied,default,enemy) for an exact trust value.
getTrustLevel(Alliance) - Method in class magellan.library.gamebinding.EresseaTrustLevelEvaluator
Deprecated. 
getTrustLevel(Faction) - Static method in class magellan.library.utils.comparator.FactionTrustComparator
Returns the trust level (privilegd,allied,default,enemy) of a faction.
getTrustLevelLabel(int) - Static method in class magellan.library.utils.comparator.FactionTrustComparator
Returns the name of a trust level (privilegd,allied,default,enemy).
getType() - Method in class magellan.client.event.TempUnitEvent
Returns whether the temp unit was created or deleted.
getType() - Method in class magellan.client.swing.EresseaFileFilter
 
getType() - Method in class magellan.client.swing.tree.GraphicsElement
Returns the type of this element.
getType() - Method in interface magellan.library.Bookmark
 
getType() - Method in interface magellan.library.Border
The type of this border.
getType() - Method in class magellan.library.gamebinding.GiveOrder
Returns the value of type.
getType() - Method in enum magellan.library.gamebinding.GiveOrder.GiveProblemTypes
Returns the problem type.
getType() - Method in class magellan.library.impl.MagellanBookmarkBuilder.BookmarkImpl
 
getType() - Method in class magellan.library.impl.MagellanBorderImpl
 
getType() - Method in class magellan.library.impl.MagellanRegionImpl
 
getType() - Method in class magellan.library.impl.MagellanSpellImpl
Returns the class attribute of this spell.
getType() - Method in class magellan.library.impl.MagellanUnitContainerImpl
returns the type of the UnitContainer
getType() - Method in class magellan.library.Item
Deprecated.
Use getItemType() instead
getType() - Method in class magellan.library.RegionResource
Returns the type of this resource.
getType() - Method in interface magellan.library.Spell
Returns the class attribute of this spell or null.
getType() - Method in enum magellan.library.tasks.MovementInspector.MovementProblemTypes
 
getType() - Method in enum magellan.library.tasks.OrderSyntaxInspector.OrderSyntaxProblemTypes
 
getType() - Method in interface magellan.library.tasks.Problem
Returns the type of the problem.
getType() - Method in class magellan.library.tasks.ProblemFactory.BattleProblem
 
getType() - Method in class magellan.library.tasks.ProblemFactory.MessageProblem
 
getType() - Method in class magellan.library.tasks.SimpleProblem
 
getType() - Method in interface magellan.library.UnitContainer
returns the type of the UnitContainer
getType() - Method in class magellan.library.utils.JECheck.ECheckMessage
DOCUMENT-ME
getType() - Method in class magellan.library.utils.Score
Returns the (first) type.
getType() - Method in class magellan.plugin.extendedcommands.Script
Returns the value of type.
getType(String) - Static method in enum magellan.plugin.extendedcommands.ContainerType
 
getType(UnitContainerType) - Static method in enum magellan.plugin.extendedcommands.ContainerType
 
getTypeName() - Method in class magellan.library.impl.MagellanSpellImpl
Returns a name for this spell's type.
getTypeName() - Method in interface magellan.library.Spell
Returns a name for this spell's type.
getTypes() - Method in class magellan.library.tasks.AttackInspector
 
getTypes() - Method in class magellan.library.tasks.BuildingInspector
 
getTypes() - Method in class magellan.library.tasks.GameDataInspector
 
getTypes() - Method in interface magellan.library.tasks.Inspector
Returns all ProblemTypes this Inspector may return.
getTypes() - Method in class magellan.library.tasks.MaintenanceInspector
 
getTypes() - Method in class magellan.library.tasks.MessageInspector
 
getTypes() - Method in class magellan.library.tasks.MovementInspector
 
getTypes() - Method in class magellan.library.tasks.OrderSyntaxInspector
 
getTypes() - Method in class magellan.library.tasks.ShipInspector
 
getTypes() - Method in class magellan.library.tasks.SkillInspector
 
getTypes() - Method in class magellan.library.tasks.TeachInspector
 
getTypes() - Method in class magellan.library.tasks.ToDoInspector
 
getTypes() - Method in class magellan.library.tasks.TransferInspector
 
getTypes() - Method in class magellan.library.utils.Score
Returns a collection of all types.
getTypeset(int) - Static method in class magellan.client.swing.tree.CellRenderer
Returns the styleset of a certain type.
getUI() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the current UserInterface ("progress bar").
getUID() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of uID, the unique regionID generated and sent by the eressea server (starting in turn 570)
getUID() - Method in interface magellan.library.Region
Returns the unique regionID generated by the eressea-server.
getUnarmed() - Method in class magellan.client.swing.ArmyStatsPanel.Army
DOCUMENT-ME
getUnarmed() - Method in class magellan.client.swing.ArmyStatsPanel.WarLine
DOCUMENT-ME
getUnit() - Method in class magellan.client.event.UnitOrdersEvent
Returns the unit which orders changed.
getUnit() - Method in class magellan.client.swing.completion.OrderEditor
Returns the unit currently registered with this editor.
getUnit() - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEvent
Returns the value of unit.
getUnit() - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
 
getUnit() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the unit represented by the wrapper.
getUnit() - Method in interface magellan.library.CombatSpell
Retrieve the unit that has this combat spell set as a combat spell.
getUnit() - Method in class magellan.library.event.UnitChangeEvent
 
getUnit() - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Returns the value of unit.
getUnit() - Method in class magellan.library.gamebinding.UnitArgumentOrder
Returns the value of unit.
getUnit() - Method in class magellan.library.impl.MagellanCombatSpellImpl
Retrieve the unit that has this combat spell set as a combat spell.
getUnit() - Method in class magellan.library.impl.MagellanOrdersImplementation
 
getUnit() - Method in interface magellan.library.Orders
Returns the unit owning these orders.
getUnit() - Method in class magellan.library.utils.Units.UnitWrapper
 
getUnit() - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Returns the value of unit.
getUnit() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of unit.
getUnit() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Returns the value of unit.
getUnit(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tries to find the unit with the given ID in the data.
getUnit(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the unit object of the given unit with the given id.
getUnit(ID) - Method in class magellan.library.GameData
Retrieve a unit from units() by id.
getUnit(ID) - Method in interface magellan.library.Group
Retrieve a unit in this container by id.
getUnit(ID) - Method in class magellan.library.impl.MagellanGroupImpl
Retrieve a unit in this container by id.
getUnit(ID) - Method in class magellan.library.impl.MagellanRegionImpl
 
getUnit(ID) - Method in class magellan.library.impl.MagellanUnitContainerImpl
Retrieve a unit in this container by id.
getUnit(ID) - Method in interface magellan.library.Region
Get the unit with the given ID if it's in the region, null otherwise.
getUnit(ID) - Method in interface magellan.library.UnitContainer
Retrieve a unit in this container by id.
getUnit(UnitID) - Method in class magellan.plugin.battleanalyzer.BattleInfo
 
getUnitChangeListeners() - Method in class magellan.library.GameData
 
getUnitContainer() - Method in class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
 
getUnitContainer() - Method in class magellan.client.swing.tree.UnitContainerNodeWrapper
 
getUnitContainer() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the unit container this belongs to.
getUnitContainer() - Method in interface magellan.library.Unit
Returns the unit container this belongs to.
getUnitContainer() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Returns the value of container.
getUnitContainersWithCommands(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns a list of all unitcontainerss with commands.
getUnitInRegion(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the unit with the given Unit ID in the current region.
getUnitInRegion(Region, String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns the unit with the given Unit-ID in the given region.
getUnitMessages() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of unitMessages.
getUnitMessages() - Method in interface magellan.library.Unit
Returns the value of unitMessages.
getUnitReplacement(Unit) - Method in class magellan.library.utils.replacers.AbstractUnitReplacer
Returns replacement for given unit
getUnitReplacement(Unit) - Method in class magellan.library.utils.replacers.PrivDescReplacer
 
getUnits() - Method in class magellan.client.event.OrderConfirmEvent
Returns the units affected by the event.
getUnits() - Method in class magellan.client.swing.tree.UnitListNodeWrapper
 
getUnits() - Method in class magellan.library.gamebinding.TeachOrder
Return the target units.
getUnits() - Method in class magellan.library.GameData
Returns a collection of all units in the data.
getUnits() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
getUnits() - Method in class magellan.library.io.cr.CRWriter
Returns the units this object writes to the underlying stream.
getUnits() - Method in interface magellan.library.UnitContainer
 
getUnits() - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Return units
getUnits(Region) - Method in class magellan.library.utils.replacers.UnitSelection
DOCUMENT-ME
getUnits(Skill) - Method in class magellan.library.utils.SkillStats
returns a List containing the units with the specified skill at the specified level
getUnitSorting(Properties) - Static method in class magellan.client.EMapOverviewPanel
Retrieve a Comparator to sort the units according to the settings.
getUnitsWithCommands(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns a list of all units with commands.
getUnknown() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
getUnknown() - Method in class magellan.library.utils.replacers.DefinitionMaker
DOCUMENT-ME
getUnknownColor() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Returns the colors used for unassigned regions in Politics Mode.
getUnmodifiedAmount() - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
Returns the value of unmodifiedAmount.
getUnmodifiedAmount() - Method in class magellan.library.utils.Units.StatItem
Returns the value of unmodifiedAmount.
getUnmodifiedAmount() - Method in class magellan.library.utils.Units.UnitWrapper
Returns the value of unmodifiedNumber.
getUnscaledCellPositionX(int, int) - Method in class magellan.client.swing.map.CellGeometry
Returns the unscaled pixel position on the x-axis of a cell with the map coordinates mapX and mapY.
getUnscaledCellPositionY(int, int) - Method in class magellan.client.swing.map.CellGeometry
Returns the unscaled pixel position on the y-axis of a cell with the map coordinates mapX and mapY.
getUnTranslatedName() - Method in class magellan.library.impl.MagellanSpellImpl
Deprecated.
this may change if the constructor is changed to not include a reference to the GameData any more.
getUseSkill() - Method in class magellan.library.rules.ItemType
Returns the skill needed to use this item (e.g. a weapon skill).
getUseSyntaxHighlighting() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Return whether syntax highlighting in the editor is enabled or disabled.
getUseSyntaxHighlighting() - Method in class magellan.client.swing.completion.OrderEditor
Return whether syntax highlighting is enabled or disabled.
getUseSyntaxHighlighting(Properties) - Static method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Return whether syntax highlighting is enabled or disabled.
getValue() - Method in class magellan.library.completion.Completion
Returns the value that is inserted if this completion is chosen including postfix.
getValue() - Method in class magellan.library.utils.Pair
Returns the value of value.
getValueAt(float) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
DOCUMENT-ME
getValueAt(int, int) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Returns the value at the specified cell this is either a String or a subclass of AlchemyDialog.PlannerModel.ValueMarker.
getValueAt(int, int) - Method in class magellan.client.swing.table.TableMap
 
getValueAt(int, int) - Method in class magellan.client.swing.table.TableSorter
 
getValueAt(int, int) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
 
getValueAxis() - Method in class magellan.client.skillchart.VerticalBarPlot
A convenience method that returns a reference to the vertical axis cast as a VerticalNumberAxis.
getValueIterator(Class<T>, Map<?, ?>) - Static method in class magellan.library.utils.filters.CollectionFilters
Returns an iterator that iterates only over values of map of type class1.
getValues() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
DOCUMENT-ME
getValues() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
DOCUMENT-ME
getVersion(File) - Static method in class magellan.library.utils.VersionInfo
Gets the Version of this Instance.
getVersion(File, Properties) - Static method in class magellan.library.utils.JECheck
Returns the version of the specified ECheck executable file.
getVerticalPos() - Method in class magellan.client.swing.tree.GraphicsStyleset
Getter for property verticalPos.
getView() - Method in class magellan.client.swing.MapperPanel
Returns the component that draws the map.
getView() - Method in class magellan.library.impl.MagellanOrdersImplementation
Returns an unmodifiable copy of this object.
getViewFactory() - Method in class magellan.plugin.extendedcommands.BeanShellEditor.TabSizeEditorKit
 
getViewMap() - Method in class magellan.client.desktop.DFBInstance
 
getViewMap() - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
getViewMap() - Method in class magellan.client.desktop.DockingLayout
Returns the value of viewMap.
getViews() - Method in class magellan.client.desktop.DockingLayout
Returns the value of views.
getVisibility() - Method in class magellan.library.impl.MagellanRegionImpl
 
getVisibility() - Method in interface magellan.library.Region
Represents the quality of the visibility as an int value. 0..very poor - no info (->visibility=null)
1..neighbour
2..lighthouse
3..travel
4..qualified unit in region (->visibility=null)
getVisibilityString() - Method in class magellan.library.impl.MagellanRegionImpl
A string constant indicating why this region is visible.
getVisibilityString() - Method in interface magellan.library.Region
A string constant indicating why this region is visible.
getWage() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of wage.
getWage() - Method in interface magellan.library.Region
Returns the value of wage.
getWage(Region, Race) - Method in class magellan.library.gamebinding.AllanonGameSpecificRules
Calculates the wage for the units of a certain faction in the specified region.
getWage(Region, Race) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
getWage(Region, Race) - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
 
getWage(Region, Race) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
Calculates the wage for the units of a certain faction in the specified region.
getWage(Region, Race) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns the wage for race in region or -1 if unknown or not applicable.
getWarLine(ArmyStatsPanel.Army, int, boolean) - Method in class magellan.client.swing.ArmyStatsPanel
 
getWarLineUnits(ArmyStatsPanel.WarLine, Set<Unit>) - Method in class magellan.client.swing.ArmyStatsPanel
 
getWarningLevel() - Method in interface magellan.client.swing.tree.CellObject
Returns the warning level for this node.
getWarningLevel() - Method in class magellan.client.swing.tree.DefaultNodeWrapper
 
getWarningLevel() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
 
getWarningLevel() - Method in class magellan.library.utils.JECheck.ECheckMessage
DOCUMENT-ME
getWeaponGroup(ArmyStatsPanel.WarLine, ItemType) - Method in class magellan.client.swing.ArmyStatsPanel
 
getWeaponGroupUnits(ArmyStatsPanel.WeaponGroup, Set<Unit>) - Method in class magellan.client.swing.ArmyStatsPanel
 
getWeaponsForSkill(Unit, Skill, Collection<Item>) - Method in class magellan.client.swing.ArmyStatsPanel
 
getWeaponSkills(Unit, Collection<Skill>) - Method in class magellan.client.swing.ArmyStatsPanel
 
getWeekFromStart() - Method in class magellan.library.rules.EresseaDate
Returns the difference to (year 0, week 27).
getWeight() - Method in class magellan.library.impl.MagellanUnitImpl
getWeight() - Method in class magellan.library.rules.ItemType
Returns the items weight in GE.
getWeight() - Method in class magellan.library.rules.Race
Returns the weight of one person (in GE).
getWeight() - Method in interface magellan.library.Unit
getWeight(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
getWeight(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
The initial weight of the unit as it appear in the report.
getWeight(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
The initial weight of the unit as it appears in the report.
getWidth() - Method in class magellan.client.utils.LanguageDialog
 
getWidth(char[], int, int) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
getWidth(char[], int, int) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
getWidth(String) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
getWidth(String) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
getWindowBackground() - Method in class magellan.client.swing.MagellanLookAndFeel.MagMetalTheme
DOCUMENT-ME
getWorkSpace() - Method in class magellan.client.desktop.MagellanDesktop
Returns the workspace of Magellan.
getWorld() - Method in class magellan.plugin.battleanalyzer.BattleDock
Returns the value of world.
getWorld() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
Returns the value of world.
getWorld() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Returns the value of world.
getWorld() - Method in class magellan.plugin.groupeditor.GroupEditorDock
Returns the value of world.
getWrappers(Region, GameData) - Method in class magellan.library.utils.transformation.BoxTransformer
 
getWrappers(Region, GameData) - Method in class magellan.library.utils.transformation.IdentityTransformer
Never returns a wrapper.
getWrappers(Region, GameData) - Method in interface magellan.library.utils.transformation.ReportTransformer
Returns all wrapper regions for the data that "wrap to" r.
getWrappers(Region, GameData) - Method in class magellan.library.utils.transformation.TwoLevelTransformer
Never returns a wrapper.
getWriter(File) - Method in class magellan.client.swing.OrderWriterDialog
 
getX() - Method in class magellan.library.CoordinateID
Returns the value of x.
getX() - Method in class magellan.library.utils.mapping.LevelRelation
Returns the x value.
getXX(int) - Method in interface magellan.library.gamebinding.GameSpecificStuff.CoordMapper
Returns the x axis offset for a cell with given x coordinate.
getXY(int) - Method in interface magellan.library.gamebinding.GameSpecificStuff.CoordMapper
Returns the y axis offset for a cell with given x coordinate.
getY() - Method in class magellan.library.CoordinateID
Returns the value of y.
getY() - Method in class magellan.library.utils.mapping.LevelRelation
Returns the y value.
getYX(int) - Method in interface magellan.library.gamebinding.GameSpecificStuff.CoordMapper
Returns the x axis offset for a cell with given y coordinate.
getYY(int) - Method in interface magellan.library.gamebinding.GameSpecificStuff.CoordMapper
Returns the y axis offset for a cell with given y coordinate.
getZ() - Method in class magellan.library.CoordinateID
Returns the value of z.
getZ() - Method in class magellan.library.utils.mapping.LevelRelation
Returns the z value (which is the "toLevel").
getZeroUnit() - Method in class magellan.library.impl.MagellanRegionImpl
 
getZeroUnit() - Method in interface magellan.library.Region
Returns the zero unit ("the peasants") of this region.
getZipEntries(ZipFile, String[]) - Static method in class magellan.library.io.file.ZipFileType
Returns all files inside the zip ending with one of the given endings case insensitive
GibReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.GibReader
 
GIVE_ERROR - magellan.library.tasks.OrderSyntaxInspector.OrderSemanticsProblemTypes
 
GIVE_UNKNOWN_TARGET - magellan.library.tasks.OrderSyntaxInspector.OrderSemanticsProblemTypes
 
GIVE_UNKNOWN_TARGET_SPECIAL - magellan.library.tasks.OrderSyntaxInspector.OrderSemanticsProblemTypes
 
GIVE_WARNING - magellan.library.tasks.OrderSyntaxInspector.OrderSemanticsProblemTypes
 
giveItem(Unit, Unit, boolean, int, ItemType, int, Order) - Method in class magellan.library.gamebinding.EresseaRelationFactory.EresseaExecutionState
Tries to reserve a certain amount of an item.
giveMaintainCost - Variable in class magellan.client.swing.TempUnitDialog
 
GiveOrder - Class in magellan.library.gamebinding
An order with one or more units as arguments.
GiveOrder(List<OrderToken>, String, UnitID, StringID) - Constructor for class magellan.library.gamebinding.GiveOrder
 
GiveOrder.GiveProblemTypes - Enum in magellan.library.gamebinding
Problem types from give orders.
GiveOrderDialog - Class in magellan.client.swing
A Dialog that asks the user for a string input (usually an eressea order).
GiveOrderDialog(Frame, Collection<Unit>, GameData, Properties, EventDispatcher) - Constructor for class magellan.client.swing.GiveOrderDialog
Creates a new GiveOrderDialog object.
GiveReader(OrderParser, StringID) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.GiveReader
 
giveRecruitCost - Variable in class magellan.client.swing.TempUnitDialog
 
globalData - Variable in class magellan.library.utils.ReportMerger
 
goHome() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDialog
Sets the homepage.
goHome() - Method in class magellan.plugin.extendedcommands.HelpDock
Sets the homepage.
graphics - Variable in class magellan.client.swing.map.HexCellRenderer
The graphics object set by init() to draw on in the render() method.
GraphicsElement - Class in magellan.client.swing.tree
DOCUMENT-ME
GraphicsElement(Object) - Constructor for class magellan.client.swing.tree.GraphicsElement
Creates a new GraphicsElement object.
GraphicsElement(Object, Icon, Image, String) - Constructor for class magellan.client.swing.tree.GraphicsElement
 
GraphicsElement(Icon, Image, String) - Constructor for class magellan.client.swing.tree.GraphicsElement
 
GraphicsStyleset - Class in magellan.client.swing.tree
DOCUMENT-ME
GraphicsStyleset(String) - Constructor for class magellan.client.swing.tree.GraphicsStyleset
Creates new GraphicsStyleset
greaterEqual(Region.Visibility) - Method in class magellan.library.Region.Visibility
Returns true if this is at least other.
greaterThan(Region.Visibility) - Method in class magellan.library.Region.Visibility
Returns true if this is at least other.
GridBagHelper - Class in magellan.client.swing.layout
DOCUMENT-ME
GridBagHelper() - Constructor for class magellan.client.swing.layout.GridBagHelper
 
GridLayout2 - Class in magellan.client.swing.layout
This enhancement enables a GridLayout to emulate a GridBagLayout.
GridLayout2() - Constructor for class magellan.client.swing.layout.GridLayout2
Generates a GridLayout with 1 row (x-axis) and zero columns (y-axis).
GridLayout2(int, int) - Constructor for class magellan.client.swing.layout.GridLayout2
Generates a GridLayout with rows rows and cols columns.
GridLayout2(int, int, int, int) - Constructor for class magellan.client.swing.layout.GridLayout2
Generates a GridLayout with rows row, cols columns, a horizontal gap of hgap and a vertical gap of vgap The vertical gap is the distance between two objects in a column (y-axis) The horizontal gap is the distance between two objects in a row (x-axis)
gripCursor - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
gripCursor - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
group - Variable in class magellan.client.swing.TempUnitDialog
 
group - Variable in class magellan.client.swing.tree.GroupNodeWrapper
 
Group - Interface in magellan.library
A class representing a group of units within a faction.
GROUP - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for group nodes
GROUP - Static variable in class magellan.client.swing.tree.TreeHelper
DOCUMENT-ME
groupCmp - Variable in class magellan.library.utils.comparator.UnitGroupComparator
 
GroupEditorDock - Class in magellan.plugin.groupeditor
This plugin allows it to control the state of all faction to a group based on a table layout.
GroupEditorDock(Client) - Constructor for class magellan.plugin.groupeditor.GroupEditorDock
Created a new instance of this class
GroupEditorPlugIn - Class in magellan.plugin.groupeditor
This plugin allows it to control the state of all faction to a group based on a table layout.
GroupEditorPlugIn() - Constructor for class magellan.plugin.groupeditor.GroupEditorPlugIn
 
GroupEditorTableModel - Class in magellan.plugin.groupeditor
Represents the list off all possible alliance states
GroupEditorTableModel() - Constructor for class magellan.plugin.groupeditor.GroupEditorTableModel
 
groupID - Variable in class magellan.library.io.cr.CRParser.UnitParseState
The unit's groupID if it has been read.
GroupingComparator<T> - Class in magellan.library.utils.comparator.tree
This comparator glues two comparators together.
GroupingComparator(Comparator<? super T>, Comparator<? super T>) - Constructor for class magellan.library.utils.comparator.tree.GroupingComparator
 
GroupingComparator(Comparator<? super T>, GroupingComparator<? super T>) - Constructor for class magellan.library.utils.comparator.tree.GroupingComparator
Creates a new GroupingComparator object.
GroupNodeWrapper - Class in magellan.client.swing.tree
A node that represents a Group.
GroupNodeWrapper(Group) - Constructor for class magellan.client.swing.tree.GroupNodeWrapper
Creates new GroupNodeWrapper
groups - Variable in class magellan.client.swing.ArmyStatsPanel.WarLine
 
groups - Variable in class magellan.library.impl.MagellanFactionImpl
The different groups in this faction.
GruppeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.GruppeReader
 
guard - Variable in class magellan.library.relation.GuardRegionRelation
The guard status.
GUARD - Static variable in class magellan.library.relation.GuardRegionRelation
Status for BEWACHE
GUARD_NOT - Static variable in class magellan.library.relation.GuardRegionRelation
Status for BEWACHE NICHT
GUARD_STATUS_PART - Static variable in class magellan.library.io.nr.NRParser
 
GUARDFLAG_CREWS - Static variable in interface magellan.library.Unit
"GUARD CREWS" flag (not used any more in modern eressea)
GUARDFLAG_LANDING - Static variable in interface magellan.library.Unit
"GUARD LANDING" flag (not used any more in modern eressea)
GUARDFLAG_MINING - Static variable in interface magellan.library.Unit
"GUARD MINING" flag (not used any more in modern eressea)
GUARDFLAG_PRODUCE - Static variable in interface magellan.library.Unit
"GUARD PRODUCE" flag (not used any more in modern eressea)
GUARDFLAG_RECRUIT - Static variable in interface magellan.library.Unit
"GUARD RECRUIT" flag (not used any more in modern eressea)
GUARDFLAG_TAX - Static variable in interface magellan.library.Unit
"GUARD TAX" flag (not used any more in modern eressea)
GUARDFLAG_TRAVELTHRU - Static variable in interface magellan.library.Unit
"GUARD TRAVEL" flag (not used any more in modern eressea)
GUARDFLAG_WOOD - Static variable in interface magellan.library.Unit
"GUARD WOOD" flag (not used any more in modern eressea)
guardFlagsToString(int) - Static method in class magellan.library.utils.MagellanFactory
see Unit.GUARDFLAG_ Converts guard flags into a readable string.
GuardOrder - Class in magellan.library.gamebinding
A guard order (BEWACHE)
GuardOrder(List<OrderToken>, String) - Constructor for class magellan.library.gamebinding.GuardOrder
 
GuardReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.GuardReader
 
GuardRegionRelation - Class in magellan.library.relation
A relation indicating that the source unit changes its battle status
GuardRegionRelation(Unit, int, int) - Constructor for class magellan.library.relation.GuardRegionRelation
Creates a new CombatStatusRelation.
guardStatusPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
guessCombatState(Collection<Item>) - Method in class magellan.client.swing.ArmyStatsPanel
 
GUI_CREATETEMPUNIT - Static variable in class magellan.library.utils.MagellanImages
The create temp unit button icon
GUI_DELETETEMPUNIT - Static variable in class magellan.library.utils.MagellanImages
The delete temp unit button icon
GUI_TOTD - Static variable in class magellan.library.utils.MagellanImages
The Tip of The Day icon
GUISE_FACTION - Static variable in class magellan.client.swing.tree.TreeHelper
 
GZ_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Selects .gz-files
GZIP - Static variable in class magellan.library.io.file.FileType
 
GZipFileType - Class in magellan.library.io.file
A GZipFileType represents a file compressed with gzip.

H

hAlign - Variable in class magellan.client.swing.map.AbstractTextCellRenderer
 
hAlign - Variable in class magellan.client.swing.map.SignTextCellRenderer
 
handCursor - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
handle(String, List<OrderReader.LineHandler>) - Method in interface magellan.library.utils.OrderReader.LineHandler
 
handle(String, List<OrderReader.LineHandler>) - Method in class magellan.library.utils.OrderReader.LocaleHandler
 
handle(String, List<OrderReader.LineHandler>) - Method in class magellan.library.utils.OrderReader.NextHandler
 
handle(String, List<OrderReader.LineHandler>) - Method in class magellan.library.utils.OrderReader.RegionHandler
 
handle(String, List<OrderReader.LineHandler>) - Method in class magellan.library.utils.OrderReader.StartingHandler
 
handle(String, List<OrderReader.LineHandler>) - Method in class magellan.library.utils.OrderReader.UnitHandler
 
handle(CRParser.ParseState) - Method in class magellan.library.io.cr.CRParser.BeanHandler
 
handle(CRParser.ParseState) - Method in class magellan.library.io.cr.CRParser.RegionDefaultTagHandler
 
handle(CRParser.ParseState) - Method in class magellan.library.io.cr.CRParser.RegionTagHandler
 
handle(CRParser.ParseState) - Method in class magellan.library.io.cr.CRParser.TagHandler
Handles a tag or block, probably by accessing CRParser.TagHandler.sc.
handle(CRParser.ParseState) - Method in class magellan.library.io.cr.CRParser.UnitDefaultTagHandler
 
handle(CRParser.ParseState) - Method in class magellan.library.io.cr.CRParser.UnitTagHandler
 
handle(Region) - Method in class magellan.library.io.cr.CRParser.RegionTagHandler
Handles a tag by accessing the scanner
handle(Unit) - Method in class magellan.library.io.cr.CRParser.UnitTagHandler
Handle a unit tag (acces via the Scanner)
handleAbout(ApplicationEvent) - Method in class magellan.client.Client
Handles mac specific about menu action event
handleOpenApplication(ApplicationEvent) - Method in class magellan.client.Client
Handles mac specific open application event (I think, we don't use it)
handleOpenFile(ApplicationEvent) - Method in class magellan.client.Client
Handles mac specific file open operation (if someone opens a cr in the finder)
handlePreferences(ApplicationEvent) - Method in class magellan.client.Client
Handles mac specific preferences menu action event
handlePrintFile(ApplicationEvent) - Method in class magellan.client.Client
Handles mac specific print event
handleQuit(ApplicationEvent) - Method in class magellan.client.Client
Handles mac specific quit menu event
handleReOpenApplication(ApplicationEvent) - Method in class magellan.client.Client
Handles a reopen event - what ever that means
handlers - Variable in class magellan.library.utils.OrderReader
 
hasAccuracyData - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
hasAllCommands(GameData, UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns true if there is a command for the given unitcontainer.
hasAllied - Variable in class magellan.plugin.groupeditor.GroupEditorTableModel
 
hasBOM() - Method in class magellan.library.io.BOMReader
Returns if a BOM has been found at the start of the input stream or NULL if stream is uninitialized.
hasCache() - Method in interface magellan.library.HasCache
Returns false if this unit does not have a cache.
hasCache() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
hasCache() - Method in class magellan.library.impl.MagellanUnitImpl
 
HasCache - Interface in magellan.library
 
hasChildren() - Method in class magellan.library.rules.AllianceCategory
 
hasChildren() - Method in class magellan.library.rules.Category
DOCUMENT-ME
hasCommands() - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns true if there are any commands set.
hasCommands(Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns true if there is a command for the given unit.
hasCommands(UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns true if there is a command for the given unitcontainer.
hasFocus() - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
hasGiveAlliance - Variable in class magellan.library.impl.MagellanFactionImpl
Indicates, if one priviliged faction has set the "GIVE" right to this faction. used for showing unit capacity only for items of such factions
hasGiveAlliance() - Method in interface magellan.library.Faction
Indicates, if one priviliged faction has set the "GIVE" right to this faction. used for showing unit capacity only for items of such factions
hasGiveAlliance() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of hasGiveAlliance.
hashCode() - Method in class magellan.client.actions.file.FileHistoryAction
 
hashCode() - Method in class magellan.client.event.SelectionEvent
 
hashCode() - Method in class magellan.client.swing.map.RenderingPlane
 
hashCode() - Method in class magellan.client.utils.LanguageDialog.Lang
 
hashCode() - Method in class magellan.client.utils.SelectionHistory.SelectionEntry
 
hashCode() - Method in class magellan.library.completion.Completion
 
hashCode() - Method in class magellan.library.CoordinateID
Returns a hash code value for this CoordinateID.
hashCode() - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
 
hashCode() - Method in interface magellan.library.ID
Returns a hashcode for this ID.
hashCode() - Method in interface magellan.library.Identifiable
As we want to use the hashCode/equals contract we need to force the implementation of hashCode.
hashCode() - Method in class magellan.library.impl.MagellanIdentifiableImpl
As we want to use the hashCode/equals contract we need to force the implementation of hashCode.
hashCode() - Method in class magellan.library.impl.MagellanMessageImpl
 
hashCode() - Method in class magellan.library.impl.MagellanOrdersImplementation
 
hashCode() - Method in class magellan.library.IntegerID
Returns a hash code for this object.
hashCode() - Method in class magellan.library.LongID
Returns a hash code for this object.
hashCode() - Method in class magellan.library.LuxuryPrice
 
hashCode() - Method in interface magellan.library.Message
 
hashCode() - Method in class magellan.library.RegionResource
Returns a hash code value for the object based on the ID of this object.
hashCode() - Method in class magellan.library.relation.UnitRelation.ID
 
hashCode() - Method in class magellan.library.rules.Date
 
hashCode() - Method in class magellan.library.StringID
Returns a hash code based on the identifying string.
hashCode() - Method in class magellan.library.tasks.ProblemType
 
hashCode() - Method in class magellan.library.utils.Bucket
This implementation is pretty naive...
hashCode() - Method in class magellan.library.utils.Direction
 
hashCode() - Method in class magellan.library.utils.mapping.LevelRelation
 
hashCode() - Method in class magellan.library.utils.OrderToken
 
hashCode() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
hashCode() - Method in class magellan.library.utils.TagMap
Deprecated.
 
hashCode() - Method in class magellan.library.utils.Units.StatItem
 
hashCode() - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellID
 
hasInstances() - Method in class magellan.library.rules.Category
DOCUMENT-ME
hasMoreElements() - Method in class magellan.library.utils.IteratorEnumeration
DOCUMENT-ME
hasNext() - Method in class magellan.client.swing.BasicRegionPanel.BasicStringTokenizer
 
hasNext() - Method in class magellan.library.impl.MagellanOrdersImplementation.OrdersIterator
 
hasNext() - Method in class magellan.library.utils.CompoundIterator
 
hasNextToken() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns true if there is a next token
hasNextToken() - Method in class magellan.library.utils.SpellSyntax
 
hasPrevious() - Method in class magellan.library.impl.MagellanOrdersImplementation.OrdersIterator
 
HasRegion - Interface in magellan.library
An interface for all objects belonging to a region.
hasScript(Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns true if the unit u has an ExtendedCommands script.
hasScript(UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns true if the container c has an ExtendedCommands script.
hasSkill - Variable in class magellan.client.swing.ArmyStatsPanel.PartUnit
 
hasSkill(Unit, StringID) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Determines whether the specified unit has a skill.
hasSkill(Unit, StringID, int) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Determines whether the specified unit has a skill at a minimum level.
hasSkills(Unit, int) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
Determines whether the unit has any skill of at least the given level Used i.e. for determining if someone can teach
hasStyleset() - Method in class magellan.client.swing.tree.GraphicsElement
DOCUMENT-ME
hasTags() - Method in class magellan.library.impl.MagellanGroupImpl
 
hasTags() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
hasTags() - Method in class magellan.library.impl.MagellanUnitImpl
 
hasTags() - Method in interface magellan.library.utils.Taggable
Returns true if there are any tags associated with this object.
hasTips() - Method in class magellan.client.swing.TipOfTheDay
 
hasUID() - Method in class magellan.library.impl.MagellanRegionImpl
 
hasUID() - Method in interface magellan.library.Region
Returns true if a UID has been set.
hasValue(float) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
DOCUMENT-ME
hasValue(float) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
DOCUMENT-ME
header - Variable in class magellan.library.utils.HTTPResult
 
healed - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
HEALTH - Static variable in class magellan.client.swing.tree.TreeHelper
DOCUMENT-ME
height - Variable in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
 
HelfeReader(OrderParser) - Constructor for class magellan.library.gamebinding.e3a.E3AOrderParser.HelfeReader
 
HelfeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.HelfeReader
 
help - Variable in class magellan.client.Client.Parameters
Indicates that the help option was given
Help - Class in magellan.client
Helper Class for javax.help.HelpBroker.
Help(Properties) - Constructor for class magellan.client.Help
Opens the help dialog.
Help.HelpException - Exception in magellan.client
 
HelpAction - Class in magellan.client.actions.extras
 
HelpAction(Client) - Constructor for class magellan.client.actions.extras.HelpAction
Creates a new HelpAction object.
HelpDialog(Frame, String, String) - Constructor for class magellan.client.preferences.IconColorMappingPreferences.HelpDialog
Creates a new HelpDialog object.
HelpDock - Class in magellan.plugin.extendedcommands
This is a dialog to display ExtendedCommands help
HelpDock() - Constructor for class magellan.plugin.extendedcommands.HelpDock
 
HelpException(String) - Constructor for exception magellan.client.Help.HelpException
 
helpListener - Variable in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
herb - Variable in class magellan.library.impl.MagellanRegionImpl
DOCUMENT-ME
herbAmount - Variable in class magellan.library.impl.MagellanRegionImpl
DOCUMENT-ME
HerbInfo(ItemType) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.HerbInfo
Initializes the herb infos.
HerbReplacer - Class in magellan.library.utils.replacers
Returns region herb.
HerbReplacer() - Constructor for class magellan.library.utils.replacers.HerbReplacer
 
heroes - Variable in class magellan.library.impl.MagellanFactionImpl
taken from the cr: actual amount of heroes (Fiete)
hexadecimalToDecimal(String) - Static method in class magellan.library.utils.Utils
Returns the decimal value of a hex number
hexagonIntersects(CoordinateID, double[], double[]) - Static method in class magellan.library.utils.Regions
Return true if the hexagon with inner radius RADIUS intersects the borders of the polygon given by the xx and yy coordinates.
HexCellRenderer - Class in magellan.client.swing.map
A class providing implementations of several methods required by a renderer that renders hexagonal cells.
HexCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.HexCellRenderer
A constructor assigning a cell geometry and settings.
HexCellRenderer.DefaultRendererPreferencesAdapter - Class in magellan.client.swing.map
The default preferences adapter telling the user that there are no modifiable preferences.
hideDetails() - Method in class magellan.client.utils.ErrorWindow
 
HIGHER - magellan.plugin.extendedcommands.Priority
 
HIGHEST - magellan.plugin.extendedcommands.Priority
 
HighlightImageCellRenderer - Class in magellan.client.swing.map
DOCUMENT-ME
HighlightImageCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.HighlightImageCellRenderer
Creates a new HighlightImageCellRenderer object.
HighlightShapeCellRenderer - Class in magellan.client.swing.map
DOCUMENT-ME
HighlightShapeCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.HighlightShapeCellRenderer
Creates a new HighlightShapeCellRenderer object.
HighlightShapeCellRenderer.Preferences - Class in magellan.client.swing.map
 
history - Variable in class magellan.client.utils.FileHistory
 
HISTORY_ACCESSORY_DIRECTORY_HISTORY - Static variable in class magellan.library.utils.PropertiesHelper
Property type list (of strings)
HISTORY_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the HISTORY component
HISTORY_SIZE - Static variable in class magellan.client.utils.SelectionHistory
Number of entries in the history list.
HistoryAccessory - Class in magellan.client.swing
A FileChooser that provides a combobox with previously used directories (loading them from and storing them to properties).
HistoryAccessory(Properties, JFileChooser) - Constructor for class magellan.client.swing.HistoryAccessory
Creates a new HistoryAccessory object.
historyMenu - Variable in class magellan.client.utils.FileHistory
 
HORSE_NORMAL_SPEED - Static variable in class magellan.library.gamebinding.EresseaMovementEvaluator
normal riding speed
HORSE_ROAD_SPEED - Static variable in class magellan.library.gamebinding.EresseaMovementEvaluator
riding speed on road
HORSEOVERLOADED - magellan.library.tasks.MovementInspector.MovementProblemTypes
 
HostInfo() - Constructor for class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Standard constructor
hostPattern1 - Variable in class magellan.plugin.battleanalyzer.BattleInfo
 
hostPattern2 - Variable in class magellan.plugin.battleanalyzer.BattleInfo
 
HotSpot - Interface in magellan.library
A class encapsulating a hot spot, which represents a region of interest on the map.
HTML_END - Static variable in class magellan.client.swing.TipOfTheDay
 
HTML_START - Static variable in class magellan.client.swing.TipOfTheDay
 
HTMLLabel() - Constructor for class magellan.client.swing.BasicRegionPanel.HTMLLabel
Creates a new HTMLLabel object.
HTMLLabel(String) - Constructor for class magellan.client.swing.BasicRegionPanel.HTMLLabel
requires: 'text' is HTML string.
HTTPClient - Class in magellan.library.utils
This is a small wrapper for the commons http client to initialize the proxy settings and so on...
HTTPClient(Properties) - Constructor for class magellan.library.utils.HTTPClient
Creates a new HTTP Client to connect to remote HTTP servers.
HTTPResult - Class in magellan.library.utils
This is a container for HTTP responses.
HTTPResult(GetMethod, boolean) - Constructor for class magellan.library.utils.HTTPResult
Creates a HTTP Result instance based on the results inside the given method
HTTPResult(PostMethod) - Constructor for class magellan.library.utils.HTTPResult
Creates a HTTP Result instance based on the results inside the given method
HTTPResult(PutMethod) - Constructor for class magellan.library.utils.HTTPResult
Creates a HTTP Result instance based on the results inside the given method
hyperlinkUpdate(HyperlinkEvent) - Method in class magellan.client.swing.InfoDialog
 
hyperlinkUpdate(HyperlinkEvent) - Method in class magellan.client.UpdateDialog
 
hyperlinkUpdate(HyperlinkEvent) - Method in class magellan.client.utils.TextAreaDialog
 
hyperlinkUpdate(HyperlinkEvent) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDialog
 
hyperlinkUpdate(HyperlinkEvent) - Method in class magellan.plugin.extendedcommands.HelpDock
 

I

I_BONW - Static variable in class magellan.library.gamebinding.EresseaConstants
Bag of negative weight - this bad weights 1 GE but stores 200 GE.
I_CART - Static variable in class magellan.library.gamebinding.EresseaConstants
Item cart
I_GOTS - Static variable in class magellan.library.gamebinding.EresseaConstants
Item belt of troll strength
I_HORSE - Static variable in class magellan.library.gamebinding.EresseaConstants
I_IRON - Static variable in class magellan.library.gamebinding.EresseaConstants
I_LAEN - Static variable in class magellan.library.gamebinding.EresseaConstants
I_MALLORN - Static variable in class magellan.library.gamebinding.EresseaConstants
I_MALLORNSPROUTS - Static variable in class magellan.library.gamebinding.EresseaConstants
The resource mallorn sprouts
I_MEN - Static variable in class magellan.library.gamebinding.EresseaConstants
The "item" PERSONS
I_PEASANTS - Static variable in class magellan.library.gamebinding.EresseaConstants
The resource peasants
I_RHORSE - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The resource horses
I_RHORSES - Static variable in class magellan.library.gamebinding.EresseaConstants
The resource Pferde
I_RIRON - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The resource iron
I_RIRON - Static variable in class magellan.library.gamebinding.EresseaConstants
The resource Eisen
I_RLAEN - Static variable in class magellan.library.gamebinding.EresseaConstants
The resource Laen
I_RMALLORN - Static variable in class magellan.library.gamebinding.EresseaConstants
The resource Mallorn
I_RSILVER - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The resource silver
I_RSILVER - Static variable in class magellan.library.gamebinding.EresseaConstants
The resource silver
I_RSTONE - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The resource stones
I_RSTONES - Static variable in class magellan.library.gamebinding.EresseaConstants
The resource Steine
I_RTREES - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The resource wood
I_SILVER - Static variable in class magellan.library.gamebinding.EresseaConstants
I_SPROUTS - Static variable in class magellan.library.gamebinding.EresseaConstants
The resource sprouts
I_STONES - Static variable in class magellan.library.gamebinding.EresseaConstants
I_STREITROSS - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Streitross
I_TREES - Static variable in class magellan.library.gamebinding.EresseaConstants
The resource trees
I_UHORSE - Static variable in class magellan.library.gamebinding.EresseaConstants
The item Pferd
I_UIRON - Static variable in class magellan.library.gamebinding.EresseaConstants
The item Eisen
I_ULAEN - Static variable in class magellan.library.gamebinding.EresseaConstants
The item Laen
I_UMALLORN - Static variable in class magellan.library.gamebinding.EresseaConstants
The item Mallorn
I_UPEASANT - Static variable in class magellan.library.gamebinding.EresseaConstants
The item peasant
I_USILVER - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The item silver
I_USILVER - Static variable in class magellan.library.gamebinding.EresseaConstants
The item silver
I_USTONE - Static variable in class magellan.library.gamebinding.EresseaConstants
The item Stein
I_WOOD - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The item wood
I_WOOD - Static variable in class magellan.library.gamebinding.EresseaConstants
The item wood
iarmies - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmies
 
icon - Variable in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer
 
icon - Static variable in class magellan.client.swing.tree.GroupNodeWrapper
 
icon - Variable in class magellan.client.swing.tree.LineWrapCellRenderer
 
icon - Variable in class magellan.client.swing.tree.PotionNodeWrapper
 
icon - Variable in class magellan.client.swing.tree.SkillNodeWrapper
 
ICON_TAG - Static variable in class magellan.client.swing.map.MarkingsImageCellRenderer
DOCUMENT-ME
IconAdapterFactory - Class in magellan.client.utils
DOCUMENT ME!
IconAdapterFactory(List<NodeWrapperFactory>) - Constructor for class magellan.client.utils.IconAdapterFactory
Creates a new instance of EresseaClass
IconColorMappingPreferences - Class in magellan.client.preferences
 
IconColorMappingPreferences() - Constructor for class magellan.client.preferences.IconColorMappingPreferences
Creates a new ColorMapping object.
IconColorMappingPreferences.ColorMappingListCellRenderer - Class in magellan.client.preferences
 
IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon - Class in magellan.client.preferences
 
IconColorMappingPreferences.HelpDialog - Class in magellan.client.preferences
 
IconColorMappingPreferences.MapElement - Class in magellan.client.preferences
 
ICONIFIED - Static variable in class magellan.library.utils.JVMUtilities
DOCUMENT-ME
IconPreferences - Class in magellan.client.preferences
This factory makes it possible to configure the layout of icons in the region overview and so on.
IconPreferences(List<NodeWrapperFactory>) - Constructor for class magellan.client.preferences.IconPreferences
Creates new IconAdapter
IconPreferences.EmphasizeStyle - Class in magellan.client.preferences
 
icons - Variable in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
icons - Variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
icons - Variable in class magellan.client.swing.tree.UnitListNodeWrapper
 
IconStyleSetPreferences - Class in magellan.client.preferences
Preferences adapter for icon styles (see GraphicsElement, CellRenderer).
IconStyleSetPreferences() - Constructor for class magellan.client.preferences.IconStyleSetPreferences
Creates a new Stylesets object.
IconStyleSetPreferences.StylesetPanel - Class in magellan.client.preferences
 
IconStyleSetPreferences.StylesetPanel.ColorPanel - Class in magellan.client.preferences
 
IconStyleSetPreferences.TreeObject - Class in magellan.client.preferences
 
id - magellan.library.io.TagType
 
id - Variable in class magellan.client.swing.TempUnitDialog
 
id - Variable in class magellan.library.impl.MagellanIdentifiableImpl
The object imposing the unique identifiability.
id - Variable in class magellan.library.IntegerID
The Integer object this id is based on.
id - Variable in class magellan.library.LongID
The Long object this id is based on.
id - Variable in class magellan.library.StringID
The string used to establish the uniqueness of this ID.
id - Variable in class magellan.library.utils.replacers.RegionTypeSwitch
For use if constructed with String or String ID.
ID - Interface in magellan.library
A general interface to ID objects conveying "uniqueness".
ID - Static variable in class magellan.library.io.nr.NRParser
 
ID() - Constructor for class magellan.library.relation.UnitRelation.ID
 
ID2 - Static variable in class magellan.library.io.nr.NRParser
 
id2Pattern - Static variable in class magellan.library.io.nr.NRParser
 
iDate - Variable in class magellan.library.rules.Date
 
IDBaseConverter - Class in magellan.library.utils
A class for handling the input and output of ids at certain bases.
IDBaseConverter() - Constructor for class magellan.library.utils.IDBaseConverter
 
IDComparator - Class in magellan.library.utils.comparator
A comparator imposing a total ordering on identifiable objects by comparing their ids.
Identifiable - Interface in magellan.library
A template class for objects to be uniquely identifiable by other objects.
IDENTIFIER - Static variable in class magellan.client.EMapOverviewPanel
Deprecated.
IDENTIFIER - Static variable in class magellan.client.swing.ArmyStatsPanel
 
IDENTIFIER - Static variable in class magellan.client.swing.DebugDock
Deprecated.
IDENTIFIER - Static variable in class magellan.client.swing.ECheckPanel
Deprecated.
IDENTIFIER - Static variable in class magellan.client.swing.tasks.TaskTablePanel
Deprecated.
IDENTIFIER - Static variable in class magellan.client.swing.TradeOrganizer
 
IDENTIFIER - Static variable in class magellan.client.swing.TradeOrganizerOld
 
IDENTIFIER - Static variable in class magellan.client.utils.BookmarkDock
Deprecated.
IDENTIFIER - Static variable in class magellan.library.io.nr.NRParser
 
IDENTIFIER - Static variable in class magellan.plugin.battleanalyzer.BattleDock
DOCK Identifier
IDENTIFIER - Static variable in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
IDENTIFIER - Static variable in class magellan.plugin.extendedcommands.HelpDock
 
IDENTIFIER - Static variable in class magellan.plugin.groupeditor.GroupEditorDock
DOCK Identifier
IdentityTransformer - Class in magellan.library.utils.transformation
Returns the coordinates unchanged.
IdentityTransformer() - Constructor for class magellan.library.utils.transformation.IdentityTransformer
 
IdHandler(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.IdHandler
 
IdHandler(OrderParser, boolean) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.IdHandler
 
idPattern - Static variable in class magellan.library.io.nr.NRParser
 
ids - Variable in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.IdHandler
 
IfBranchReplacer - Class in magellan.library.utils.replacers
Implements if statement
IfBranchReplacer() - Constructor for class magellan.library.utils.replacers.IfBranchReplacer
 
ignore(Faction, Region, Unit, Ship) - Method in interface magellan.library.tasks.InspectorInterceptor
You can call this method to find out, if there is an interceptor for your checks... at least one of the parameters must be not null.
ignoreCase - Variable in class magellan.library.utils.replacers.StringEqualReplacer
If the String comparism should be done with regarding to the case this property is false, else true.
ignoreCase - Variable in class magellan.library.utils.replacers.StringIndexReplacer
If the String comparism should be done with regarding to the case this property is false, else true.
ignoreSource(Object) - Static method in class magellan.client.utils.SelectionHistory
Events from sources registered here will be ignored by SelectionHistory.selectionChanged(SelectionEvent).
ignoreUnit(Unit) - Method in interface magellan.library.plugins.OrderWriterPlugIn
During the writing process a plugin can decide, if the command for a specific unit should be written out.
IgnrCsComp() - Constructor for class magellan.library.gamebinding.AbstractOrderCompleter.IgnrCsComp
 
ImageCellRenderer - Class in magellan.client.swing.map
A template for a renderer that uses images for rendering objects.
ImageCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.ImageCellRenderer
Creates a new ImageCellRenderer.
ImageCellRenderer.ImageContainer - Class in magellan.client.swing.map
 
ImageContainer(Image, Image) - Constructor for class magellan.client.swing.map.ImageCellRenderer.ImageContainer
Creates a new ImageContainer object.
ImageFactory - Class in magellan.client.utils
DOCUMENT-ME
ImageFactory(EventDispatcher) - Constructor for class magellan.client.utils.ImageFactory
 
imageIconSizeCheck(String, int, int) - Method in class magellan.client.utils.ImageFactory
Checks, if icon exeeds given max sizes
imageLabel - Variable in class magellan.client.swing.StartWindow
 
images - Variable in class magellan.client.swing.StartWindow
 
ImExportDialog(Dialog, String) - Constructor for class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.ImExportDialog
Creates a new ImExportDialog object.
IMPORT - magellan.plugin.extendedcommands.PlugInAction
 
importB - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
importImpl(String, Properties) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
importSet - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
importSet() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
importSet() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
importSet(File) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
importT - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
IncomeRelation - Class in magellan.library.relation
A relation indicating earning money from a unit container (region) based on WORK, (STEAL) (BUY) TAX, ENTERTAIN (SELL)
IncomeRelation(Unit, Region, int, int) - Constructor for class magellan.library.relation.IncomeRelation
Creates a new IncomeRelation object.
inCompute - Variable in class magellan.client.swing.tree.LineWrapCellRenderer.SimpleLayout
 
increase(Region, Region) - Method in interface magellan.library.utils.RoutePlanner.Costs
Increase the costs after movement from region to region2.
increase(Region, Region) - Method in class magellan.library.utils.RoutePlanner.ZeroCosts
 
increase(Region, Region) - Method in class magellan.library.utils.ShipRoutePlanner.ShipCosts
 
increase(Region, Region) - Method in class magellan.library.utils.UnitRoutePlanner.LandCosts
 
increase(T, int) - Method in class magellan.library.gamebinding.EresseaOrderChanger.CountMap
Increase the value of key by delta.
indexOf(Object) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
inDim - Variable in class magellan.client.swing.tree.LineWrapCellRenderer.SimpleLayout
 
info - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
info(Object) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.INFO level.
info(Object, Throwable) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.INFO level.
info(String) - Method in class magellan.client.swing.DebugDock
 
INFO - Static variable in class magellan.library.utils.logging.Logger
Info messages are printed for informational purposes
InfoAction - Class in magellan.client.actions.extras
DOCUMENT ME!
InfoAction(Client) - Constructor for class magellan.client.actions.extras.InfoAction
Creates a new InfoAction object.
infoDialog - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
InfoDialog - Class in magellan.client.swing
 
InfoDialog(JFrame) - Constructor for class magellan.client.swing.InfoDialog
Creates a new InfoDlg object.
INFORMATION - magellan.library.tasks.Problem.Severity
 
InformDialog(Dialog) - Constructor for class magellan.client.preferences.DesktopShortCutPreferences.InformDialog
Creates a new InformDialog object.
InformDialog(Frame) - Constructor for class magellan.client.preferences.DesktopShortCutPreferences.InformDialog
Creates a new InformDialog object.
ingredients - Variable in class magellan.client.swing.AlchemyDialog.PlannerModel.PotionInfo
 
ingredients() - Method in class magellan.library.impl.MagellanPotionImpl
Returns the ingredients required for this potion.
ingredients() - Method in interface magellan.library.Potion
Returns the ingredients required for this potion.
IngredientValue(Integer) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.IngredientValue
 
IngredientValue(String) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.IngredientValue
 
INIFILE - Static variable in class magellan.client.utils.ProfileManager
The name of the profile configuration file.
init() - Method in class magellan.client.MagellanContext
Initializes global resources.
init() - Method in interface magellan.client.MagellanEnvironment
Initializes global resources.
init() - Method in class magellan.client.preferences.DesktopShortCutPreferences.InformDialog
 
init() - Method in class magellan.client.preferences.DesktopShortCutPreferences.TranslateStroke
 
init() - Method in class magellan.client.swing.DebugDock
Initializes the GUI
init() - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
Creates a dialog for adding a tooltip in table form.
init() - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
init() - Method in class magellan.client.swing.TradeOrganizer
 
init() - Method in class magellan.client.swing.TradeOrganizerOld
 
init() - Method in class magellan.library.gamebinding.AbstractOrderParser
 
init() - Method in class magellan.library.io.BOMReader
Read-ahead four bytes and check for BOM marks.
init() - Static method in class magellan.library.utils.IDBaseConverter
 
init() - Method in class magellan.plugin.battleanalyzer.BattleDock
Initializes the GUI
init() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
Initializes the GUI of the dock.
init() - Method in class magellan.plugin.extendedcommands.HelpDock
 
init() - Method in class magellan.plugin.groupeditor.GroupEditorDock
Initializes the GUI
init(String, String, int) - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
Creates a dialog for editing a tooltip in table form.
init(Collection<Icon>, int) - Method in class magellan.client.swing.StartWindow
 
init(Properties) - Static method in class magellan.client.utils.FileNameGenerator
Initializes the generator from settings
init(Properties) - Static method in class magellan.client.utils.NameGenerator
Initializes the generator from settings
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.BorderNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in interface magellan.client.swing.tree.CellObject
Creates a preferences adapter factory.
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.FactionNodeWrapper
Returns null.
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.GroupNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.IslandNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.ItemNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.RegionNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.SimpleNodeWrapper
DOCUMENT-ME
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.SkillNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitContainerNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitListNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
init(Properties, String, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.BorderNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in interface magellan.client.swing.tree.CellObject
Creates a preferences adapter factory.
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.FactionNodeWrapper
Returns null.
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.GroupNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.IslandNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.ItemNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.RegionNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.SimpleNodeWrapper
DOCUMENT-ME
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.SkillNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitContainerNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitListNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
init(Properties, NodeWrapperDrawPolicy) - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
init(Icon, int) - Method in class magellan.client.swing.StartWindow
 
init(JComponent, String) - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter.DetailsDialog
DOCUMENT-ME
init(Client.Parameters) - Static method in class magellan.client.utils.ProfileManager
Reads the profile information from the ProfileManager.INIFILE.
init(Client, Properties) - Method in interface magellan.client.extern.MagellanPlugIn
This method is called during client start up procedure.
init(Client, Properties) - Method in class magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn
 
init(Client, Properties) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
init(Client, Properties) - Method in class magellan.plugin.groupeditor.GroupEditorPlugIn
 
init(Client, Properties) - Method in class magellan.plugin.MagellanMapEditPlugIn
Aktualisiert die lokale Referenz auf den Client
init(Client, MagellanContext, Properties, Map<String, Component>, File) - Method in class magellan.client.desktop.MagellanDesktop
Creates new MagellanDesktop
init(AutoCompletion) - Method in interface magellan.client.swing.completion.CompletionGUI
Initialize this GUI for use with the given AutoCompletion.
init(AutoCompletion) - Method in class magellan.client.swing.completion.ListCompletionGUI
 
init(AutoCompletion) - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
Initialize this GUI for use with the given AutoCompletion.
init(AutoCompletion) - Method in class magellan.client.swing.completion.NoneCompletionGUI
DOCUMENT-ME
init(CellObject, int) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Initialize a CellObject by category index.
init(BookmarkManager, EventDispatcher, boolean) - Method in class magellan.client.utils.BookmarkDock
 
init(GameData) - Method in interface magellan.client.extern.MagellanPlugIn
This method is called every time the user has loaded a file into Magellan (open or add).
init(GameData) - Method in class magellan.library.utils.replacers.ReplacerHelp
Creates all replacers.
init(GameData) - Method in class magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn
 
init(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
init(GameData) - Method in class magellan.plugin.groupeditor.GroupEditorPlugIn
 
init(GameData) - Method in class magellan.plugin.MagellanMapEditPlugIn
aktualisiert die lokale referenz auf GameData
init(GameData, Graphics, Rectangle) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
DOCUMENT-ME
init(GameData, Graphics, Rectangle) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
DOCUMENT-ME
init(GameData, Graphics, Rectangle) - Method in class magellan.client.swing.map.EresseaSchemesCellRenderer
 
init(GameData, Graphics, Rectangle) - Method in class magellan.client.swing.map.HexCellRenderer
Initializes a rendering pass with the specified graphics object g used to paint on in subsequent calls to render() and the offset where to draw region 0, 0 on the graphics object.
init(GameData, Graphics, Rectangle) - Method in interface magellan.client.swing.map.MapCellRenderer
Initializes the renderer for one rendering pass.
init(GameData, Graphics, Rectangle) - Method in class magellan.client.swing.map.SignTextCellRenderer
DOCUMENT-ME
init(Region, Collection<Region>) - Method in class magellan.client.swing.context.MapContextMenu
DOCUMENT-ME
init(ItemType) - Method in class magellan.library.rules.CastleType
 
init(ItemType) - Method in class magellan.library.rules.ShipType
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.AbstractOrderParser.BuildingOrderHandler
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.AbstractOrderParser.ShipOrderHandler
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.AbstractOrderParser.UCOrderHandler
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.AbstractOrderParser.UnitOrderHandler
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.DirectionHandler
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.GiveReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.IdHandler
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.NumberHandler
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.StringHandler
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.TeachReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.AttackReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.BefoerderungReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.BenenneReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.BetreteReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.BewacheReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.BezahleReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.FahreReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.FolgeReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.GibReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.KaempfeReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.LehreReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.LerneReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.NachReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.RekrutiereReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.ReserviereReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.RouteReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.TransportiereReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.VerlasseReader
 
init(OrderToken, String) - Method in class magellan.library.gamebinding.OrderHandler
Called before readIt.
init(Script) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDialog
 
initBoxes() - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
initCommands() - Method in class magellan.library.gamebinding.AbstractOrderParser
 
initCommands() - Method in class magellan.library.gamebinding.AllanonOrderParser
 
initCommands() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
initCommands() - Method in class magellan.library.gamebinding.e3a.E3AOrderParser
 
initCommands() - Method in class magellan.library.gamebinding.EresseaOrderParser
Fills the trie with all known orders.
initCommands(Locale) - Method in class magellan.library.gamebinding.AbstractOrderParser
Ensures that the commands for the given locale are found by AbstractOrderParser.getHandlers().
initComponent(String) - Method in interface magellan.client.desktop.Initializable
Initializes the component according to the given string.
initComponent(String) - Method in class magellan.client.EMapOverviewPanel
Initialize interface
initComponent(String) - Method in class magellan.client.swing.map.Mapper
Implemented for interface Initializable to set configuration data to this component.
initComponent(String) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Tries to convert the string to a number and set the corresponding paint mode.
initComponent(String) - Method in class magellan.client.swing.MapperPanel
 
initComponents(Container) - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
initComponents(List<Container>) - Method in class magellan.client.Client
Initializes the Magellan components.
initContextMenu() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
initCurrentPanel(String) - Method in class magellan.client.preferences.AbstractPreferencesAdapter
 
initDefaultRegionTypeColors() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Puts default values for some region-types to the region-color table.
initDesktopMenu() - Method in class magellan.client.desktop.MagellanDesktop
Creates the menu "Desktop" for Magellan.
initDialog() - Method in class magellan.client.swing.InternationalizedDialog
 
initECheckPath(Properties) - Static method in class magellan.client.Client
on windows-OS tries to locate the included ECheck.exe and if found save the path into properties
initFactionColors(GameData) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
initGUI() - Method in class magellan.client.swing.map.BuildingCellRenderer.BuildingCellRendererPreferences
 
initGUI() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Initializes the GUI elements (textare, statusbar, etc.)
initHandlers() - Method in class magellan.library.utils.OrderReader
 
Initializable - Interface in magellan.client.desktop
This interface is used to allow certain desktop configurations to have different component configurations.
initialize(File, String) - Method in class magellan.library.utils.Resources
This method makes it possible to add specific resource files to this Resources map.
initialize(GameData, Collection<Region>, boolean) - Method in class magellan.client.swing.RoutingDialog
 
initialize(GameData, Collection<Region>, boolean) - Method in interface magellan.library.utils.guiwrapper.RoutingDialogDataPicker
 
initialized - Variable in class magellan.client.swing.tree.NodeWrapperFactory
 
initItemNodeWrappers() - Method in class magellan.client.swing.tree.NodeWrapperFactory
Initializes preference adapter for item nodes
initLayout() - Method in class magellan.client.preferences.AbstractPreferencesAdapter
Called by addPanel if necessary.
initLocales(Properties, boolean) - Method in class magellan.client.Client
 
initMinimap() - Method in class magellan.client.swing.MapperPanel
Creates the Minimap Panel.
initNewSettings() - Static method in class magellan.client.Client
 
initPatterns() - Method in class magellan.plugin.battleanalyzer.BattleInfo
 
initPlugIns() - Method in class magellan.client.Client
This method tries to load all Magellan PlugIns.
initPreferences() - Method in class magellan.client.preferences.ClientFilePreferences
 
initPreferences() - Method in class magellan.client.preferences.ClientLookAndFeelPreferences
Deprecated.
not implemented!
initPreferences() - Method in class magellan.client.preferences.ClientMessagePreferences
 
initPreferences() - Method in class magellan.client.preferences.ClientNameGeneratorPreferences
 
initPreferences() - Method in class magellan.client.preferences.ClientPreferences
Deprecated.
not implemented!
initPreferences() - Method in class magellan.client.preferences.ClientTextEncodingPreferences
 
initPreferences() - Method in class magellan.client.preferences.DesktopPreferences
 
initPreferences() - Method in class magellan.client.preferences.DesktopShortCutPreferences
Deprecated.
TODO: implement it!
initPreferences() - Method in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
initPreferences() - Method in class magellan.client.preferences.DetailsViewOrderEditorPreferences
 
initPreferences() - Method in class magellan.client.preferences.DetailsViewPreferences
 
initPreferences() - Method in class magellan.client.preferences.IconColorMappingPreferences
 
initPreferences() - Method in class magellan.client.preferences.IconPreferences
 
initPreferences() - Method in class magellan.client.preferences.IconStyleSetPreferences
 
initPreferences() - Method in class magellan.client.preferences.MapPreferences
 
initPreferences() - Method in class magellan.client.preferences.MinimapPreferences
 
initPreferences() - Method in class magellan.client.preferences.PluginPreferences
 
initPreferences() - Method in class magellan.client.preferences.RegionOverviewPreferences
 
initPreferences() - Method in class magellan.client.preferences.RegionOverviewSkillPreferences
fills the values
initPreferences() - Method in class magellan.client.preferences.ResourcePreferences
 
initPreferences() - Method in class magellan.client.preferences.TaskTablePreferences
 
initPreferences() - Method in class magellan.client.swing.BasicRegionPanel.BRPPreferences
 
initPreferences() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
initPreferences() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
initPreferences() - Method in class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences
 
initPreferences() - Method in class magellan.client.swing.map.BorderCellRenderer.Preferences
 
initPreferences() - Method in class magellan.client.swing.map.BuildingCellRenderer.BuildingCellRendererPreferences
 
initPreferences() - Method in class magellan.client.swing.map.HexCellRenderer.DefaultRendererPreferencesAdapter
 
initPreferences() - Method in class magellan.client.swing.map.HighlightShapeCellRenderer.Preferences
 
initPreferences() - Method in class magellan.client.swing.map.MapperPreferences
 
initPreferences() - Method in class magellan.client.swing.map.PathCellRenderer.Preferences
 
initPreferences() - Method in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
 
initPreferences() - Method in class magellan.client.swing.map.SignTextCellRenderer.Preferences
 
initPreferences() - Method in class magellan.client.swing.map.TextCellRenderer.Preferences
 
initPreferences() - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
initPreferences() - Method in interface magellan.client.swing.preferences.PreferencesAdapter
This function is called for initializing the preferences.
initProperties() - Method in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
initRegionColors(GameData) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
initRegionNodeWrappers() - Method in class magellan.client.swing.tree.NodeWrapperFactory
Initializes preference adapter for region nodes
initRenderingPlanes() - Method in class magellan.client.swing.map.Mapper
 
initRenderingPlanes() - Method in class magellan.client.swing.map.Minimapper
 
initSimpleNodeWrappers() - Method in class magellan.client.swing.tree.NodeWrapperFactory
Initializes preference adapter for simple nodes
initSkillNodeWrappers() - Method in class magellan.client.swing.tree.NodeWrapperFactory
Initializes preference adapter for skill nodes
initSplitSet() - Method in class magellan.client.desktop.MagellanDesktop
Initializes the desktop using SplitPanes.
initStaticPaths(Properties) - Static method in class magellan.library.utils.Resources
loads RessourcePaths(static) from the given settings
initString - Variable in class magellan.client.swing.tree.NodeWrapperFactory
 
initTips() - Method in class magellan.client.swing.TipOfTheDay
 
initTrees(EventDispatcher) - Method in class magellan.client.swing.ArmyStatsPanel
 
initUI() - Method in class magellan.client.Client
Inits base UI things: # frame icon # window event things # fonts # repaint shortcut # L&F
initUI() - Method in class magellan.client.swing.TipOfTheDay
 
initUI() - Method in class magellan.client.swing.tree.NodeWrapperFactory
 
initUI(Container, int, int, String, String, String[][], boolean) - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
initUnitNodeWrappers() - Method in class magellan.client.swing.tree.NodeWrapperFactory
Initializes preference adapter for unit nodes
inner - Variable in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
The panel which holds the cards
innerDefaultQuote - Variable in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
 
innerToken - Variable in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
 
inPaint - Variable in class magellan.client.swing.map.Mapper
 
input(String, String, Object[], Object) - Method in class magellan.client.swing.ProgressBarUI
 
input(String, String, Object[], Object) - Method in class magellan.library.utils.NullUserInterface
 
input(String, String, Object[], Object) - Method in interface magellan.library.utils.UserInterface
Opens an input dialog.
InputStreamSourceFileType - Class in magellan.library.io.file
This FileType represent a "File" via an input stream URL.
insert(String, T) - Method in interface magellan.library.utils.RadixTree
Insert a new string key and its value to the tree.
insert(String, T) - Method in class magellan.library.utils.RadixTreeImpl
 
insertCompletion() - Method in class magellan.client.swing.completion.ListCompletionGUI
Inserts a completion triggered by the Choice list
insertCompletion(Completion) - Method in class magellan.client.completion.AutoCompletion
Inserts completion into the current editor at the current position.
insertionIndex - Variable in class magellan.client.utils.FileHistory
 
insertString(int, String, AttributeSet) - Method in class magellan.client.swing.basics.JComboBoxCompletion
Deprecated.
 
insertString(int, String, AttributeSet) - Method in class magellan.client.swing.basics.S17NonStrict
 
insertString(int, String, AttributeSet) - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
Override to apply syntax highlighting after the document has been updated
insertUpdate(DocumentEvent) - Method in class magellan.client.swing.completion.OrderEditor
DOCUMENT-ME
insertUpdate(DocumentEvent) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
 
insideConvex(CoordinateID, List<CoordinateID>) - Static method in class magellan.library.utils.Regions
Tests if the given point is inside the given convex hull.
insidePolygon(double, double, double[], double[]) - Static method in class magellan.library.utils.Regions
Returns 1 if the point px, py is inside the polygon described by the given x and y coordinates, 0 if it is on an edge of the polygon, or -1 if it is outside.
insidePolygon(CoordinateID, List<CoordinateID>) - Static method in class magellan.library.utils.Regions
Returns 1 if the point is inside the polygon described by the given vertices, 0 if it is on an edge of the polygon, or -1 if it is outside.
inspector - Variable in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
inspector - Variable in class magellan.library.tasks.SimpleProblem
 
Inspector - Interface in magellan.library.tasks
An Inspector reviews the given resource and returns a list of problems
InspectorInterceptor - Interface in magellan.library.tasks
This interface can be implemented to be used as an programmatic interceptor for an inspector.
install(KeyStroke) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
install(ShortcutListener, boolean) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
INSTANCE - Static variable in class magellan.client.Client
This is the instance of this class
instanceCount - Static variable in class magellan.library.utils.Regions.MultiDimensionalInfo
 
integer - magellan.library.io.TagType
 
INTEGER - magellan.library.io.cr.CRParser.Type
Integer
IntegerID - Class in magellan.library
A class establishing the uniqueness property through an integer.
IntegerID(int) - Constructor for class magellan.library.IntegerID
Constructs a new IntegerID object based on an Integer object created from the specified int.
IntegerID(String) - Constructor for class magellan.library.IntegerID
Creates a new IntegerID object by parsing the specified string for a decimal integer.
intercept(Faction, Region, Unit, Ship) - Method in class magellan.library.tasks.AbstractInspector
Calls all interceptors and find an interceptor that matches.
intern(String) - Method in class magellan.library.utils.StringFactory
DOCUMENT-ME
InternalFrame - Class in magellan.client.swing.ui
DOCUMENT-ME
InternalFrame() - Constructor for class magellan.client.swing.ui.InternalFrame
Creates a new InternalFrame object.
InternalFrame(String) - Constructor for class magellan.client.swing.ui.InternalFrame
Creates a new InternalFrame object.
InternalFrame(String, Component) - Constructor for class magellan.client.swing.ui.InternalFrame
Creates a new InternalFrame object.
InternationalizedDataDialog - Class in magellan.client.swing
A dialog that is a GameDataListener.
InternationalizedDataDialog(Frame, boolean, EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.InternationalizedDataDialog
Creates a new InternationalizedDataDialog object.
InternationalizedDataPanel - Class in magellan.client.swing
Common subclass for use as template for most magellan panel components.
InternationalizedDataPanel(EventDispatcher) - Constructor for class magellan.client.swing.InternationalizedDataPanel
Creates a new InternationalizedDataPanel object.
InternationalizedDataPanel(EventDispatcher, Properties) - Constructor for class magellan.client.swing.InternationalizedDataPanel
Creates a new InternationalizedDataPanel object.
InternationalizedDataPanel(EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.InternationalizedDataPanel
Creates a new InternationalizedDataPanel object.
InternationalizedDataPanel(MagellanContext) - Constructor for class magellan.client.swing.InternationalizedDataPanel
Deprecated.
you shouldn't use global state
InternationalizedDialog - Class in magellan.client.swing
A JDialog which should be used as base class for all Magellan dialogs.
InternationalizedDialog(Dialog, boolean) - Constructor for class magellan.client.swing.InternationalizedDialog
Creates a new InternationalizedDialog object.
InternationalizedDialog(Frame, boolean) - Constructor for class magellan.client.swing.InternationalizedDialog
Creates a new InternationalizedDialog object.
interpolate(float) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
DOCUMENT-ME
interpolate(float) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
DOCUMENT-ME
interpolBuf - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
 
interpolLookup - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
 
InterUnitRelation - Class in magellan.library.relation
A (possibly abstract) relation indicating between a source and a target unit.
InterUnitRelation(Unit, Unit, int) - Constructor for class magellan.library.relation.InterUnitRelation
Creates a new InterUnitRelation object.
InterUnitRelation(Unit, Unit, Unit, int) - Constructor for class magellan.library.relation.InterUnitRelation
Creates a new InterUnitRelation object.
intValue() - Method in class magellan.library.IntegerID
Returns the value of this IntegerID as an int.
inUpdate - Variable in class magellan.client.swing.tree.AbstractNodeWrapperDrawPolicy
 
INVALID - Static variable in class magellan.library.CoordinateID
denotes an invalid coordinate
INVALID - Static variable in class magellan.library.utils.Direction
An invalid direction that does not correspond to any direction on the map
INVALID_UID - Static variable in interface magellan.library.Region
The invalid region ID
invalidateRegions() - Method in class magellan.library.impl.MagellanIslandImpl
Informs this container that a region was added or removed.
invalidateRegions() - Method in interface magellan.library.Island
Informs this container that a region was added or removed.
InvalidReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.InvalidReader
 
invalidRegion - Variable in class magellan.library.relation.MovementRelation
 
INVERSE - Static variable in class magellan.library.utils.comparator.IDComparator
The default IDComparator, but with inverted order.
inverseTranslateInLayer(CoordinateID) - Method in class magellan.library.CoordinateID
Subtract c from this coordinate, but only the x and y coordinates.
INVERTCONFIRMATION - Static variable in class magellan.client.actions.orders.ChangeFactionConfirmationAction
DOCUMENT-ME
InvertSelectionAction - Class in magellan.client.actions.map
Inverts the current selections (selects unselected regions).
InvertSelectionAction(Client) - Constructor for class magellan.client.actions.map.InvertSelectionAction
Creates a new InvertSelectionAction object.
invoke(Object, String, Class<?>[], Object[]) - Static method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Invoke public method called name on object with given parameters.
iProgress - Variable in class magellan.library.utils.ReportMerger
 
IronLevelReplacer - Class in magellan.library.utils.replacers
Returns region's iron level
IronLevelReplacer(ItemType) - Constructor for class magellan.library.utils.replacers.IronLevelReplacer
 
IronReplacer - Class in magellan.library.utils.replacers
DOCUMENT ME!
IronReplacer(ItemType) - Constructor for class magellan.library.utils.replacers.IronReplacer
 
is(Boolean) - Static method in class magellan.library.utils.Utils
Checks, if a Boolean is true (and not null)
isAcknowledged() - Method in class magellan.library.impl.MagellanMessageImpl
 
isAcknowledged() - Method in interface magellan.library.Message
 
isAcknowledged(Battle) - Static method in class magellan.library.tasks.MessageInspector
 
isActive() - Method in class magellan.client.desktop.DockingLayout
Returns the value of isActive.
isActive() - Method in class magellan.client.utils.NameGenerator
DOCUMENT-ME
isActive() - Method in class magellan.library.impl.MagellanRegionImpl
Deprecated.
isActive() - Method in interface magellan.library.Region
Deprecated.
isActive() - Method in class magellan.library.rules.OptionCategory
DOCUMENT-ME
isActive() - Method in class magellan.library.rules.OrderType
Returns the value of active.
isActive(ID) - Method in class magellan.library.rules.Options
DOCUMENT-ME
isAdd() - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEvent
Returns the value of add.
isAll() - Method in class magellan.library.gamebinding.GiveOrder
Returns the value of all.
isAllied(Faction, Faction, int) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
isAllied(Faction, Faction, int) - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
Interprets Alliance as HELp COMBAT.
isAllied(Faction, Faction, int) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
isAllied(Faction, Faction, int) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns true if the faction has the specified HELP state to an ally.
isAllied(Faction, Faction, int) - Static method in class magellan.library.utils.Units
Returns true if the help status for aState of the faction includes ally.
isAllied(Faction, Faction, int, boolean) - Static method in class magellan.library.utils.Units
Returns true if the help status for aState of the faction includes ally.
isAllowingCustomIcons() - Method in class magellan.client.EMapDetailsPanel
Returns if custom (faction) icons are shown.
isAlwaysAsk() - Static method in class magellan.client.utils.ProfileManager
Returns true if the "always ask at startup" property is set.
isAnyString(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
isApproved() - Method in class magellan.client.swing.TempUnitDialog
Returns true if ok button was pressed.
isAstralVisible() - Method in class magellan.library.rules.RegionType
Returns true if this RegionType is visible from the astral space.
isAutoScaling() - Method in class magellan.client.swing.MapperPanel
Returns the value of the auto scaling property.
isAvailable() - Method in class magellan.client.utils.NameGenerator
Returns true, if there is a name generator configured and names are available.
isAwtEnabled() - Method in class magellan.library.utils.logging.Logger
 
isBattleSpec() - Method in interface magellan.library.Battle
Check if the Battle object is a BATTLESPEC or BATTLE block.
isBattleSpec() - Method in class magellan.library.impl.MagellanBattleImpl
Check if the Battle object is a BATTLESPEC or BATTLE block.
isBlock - Variable in class magellan.library.io.cr.Scanner
Is this a begin of block token?
isBrowserAvailable() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDialog
 
isBrowserAvailable() - Method in class magellan.plugin.extendedcommands.HelpDock
 
isBuilding(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
isBusy() - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
Return true if there are events in the queue.
isBZIP2File() - Method in class magellan.library.io.file.FileType
Deprecated.
we don't seem to need this any more
isBZIP2File() - Method in class magellan.library.io.file.PipeFileType
 
isCastle(UnitContainerType) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
isCastle(UnitContainerType) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
Returns true if the type is a castle (Befestigung, Turm, ...)
isCastle(UnitContainerType) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns true if the type is a castle (Befestigung, Turm, ...)
isCastle(OrderToken) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.E3MacheReader
 
isCastle(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
isCellEditable(int, int) - Method in class magellan.client.preferences.DesktopShortCutPreferences.ListTableModel
 
isCellEditable(int, int) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Only stock cells, production cells and ingredient cells are editable.
isCellEditable(int, int) - Method in class magellan.client.swing.table.TableMap
DOCUMENT-ME
isCellEditable(int, int) - Method in class magellan.client.swing.table.TableSorter
 
isCellEditable(int, int) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
 
isCellEditable(EventObject) - Method in class magellan.client.preferences.DesktopShortCutPreferences.KeyStrokeCellEditor
 
isChanged() - Method in class magellan.library.Item
 
isCompactLayout() - Method in class magellan.client.EMapDetailsPanel
Returns if more compact layout is used.
isCompatibleHorizontalAxis(Axis) - Method in class magellan.client.skillchart.VerticalBarPlot
Checks the compatibility of a horizontal axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class magellan.client.skillchart.VerticalBarPlot
Checks the compatibility of a vertical axis, returning true if the axis is compatible with the plot, and false otherwise.
isComplete() - Method in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
If this returns true, the completer is called.
isCompleted() - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Returns the value of completed.
isCompleteRoadConnection(Region, Region) - Static method in class magellan.library.utils.Regions
returns true, if a working road connection is established between r1 and r2 we assume, both regions are neighbours
isConnectionFailed() - Method in class magellan.library.utils.HTTPClient
Liefert true genau dann, wenn keine verbindung hergestellt werden konnte
isCRFile() - Method in class magellan.library.io.file.FileType
Deprecated.
we don't seem to need this any more
isCRFile() - Method in class magellan.library.io.file.PipeFileType
Deprecated.
we don't seem to need any of this any more
isDebugEnabled() - Method in class magellan.library.utils.logging.Logger
Returns true if the level is at least Logger.DEBUG.
isDeferringPainting() - Method in class magellan.client.swing.map.Mapper
Returns whether deferred painting after loading and scaling images is used or not.
isDelimiter(String) - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
Override for other languages
isDescendant(Category) - Method in class magellan.library.rules.Category
Returns true if p is an ancestor of this category.
isDetailed() - Method in class magellan.client.utils.ErrorWindow
 
isDetailsKnown() - Method in class magellan.library.impl.MagellanUnitImpl
 
isDetailsKnown() - Method in interface magellan.library.Unit
Returns true iff the all attributes of the unit are known.
isDisplayed() - Method in class magellan.client.Help
 
isDoNotOverwriteConfirmedOrders() - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Returns whether orders of confirmed units should be overwritten.
isDoNotOverwriteConfirmedOrders() - Method in class magellan.library.utils.OrderReader
Returns whether orders of confirmed units should be overwritten.
isDrawingLines() - Method in class magellan.client.swing.map.SignTextCellRenderer
 
isEach() - Method in class magellan.library.gamebinding.AttackOrder
Returns the value of each.
isEach() - Method in class magellan.library.gamebinding.GiveOrder
Returns the value of each.
isEach() - Method in class magellan.library.gamebinding.ReserveOrder
Returns the value of each.
isEditAllFactions() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
isEmailAddress(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tests if txt is (syntactically) a valid email address.
isEmphasized() - Method in class magellan.client.swing.tree.FactionNodeWrapper.FactionGraphicsElement
 
isEmphasized() - Method in class magellan.client.swing.tree.GraphicsElement
Getter for property emphasized.
isEmphasized() - Method in class magellan.client.swing.tree.MultiIconNodeWrapper.UnitGraphicsElement
Deprecated.
 
isEmphasized() - Method in class magellan.client.swing.tree.RegionNodeWrapper.RegionGraphicsElement
 
isEmphasized() - Method in class magellan.client.swing.tree.UnitNodeWrapper.UnitGraphicsElement
 
isEmpty() - Method in class magellan.library.gamebinding.SimpleOrder
 
isEmpty() - Method in class magellan.library.impl.MagellanOrdersImplementation
 
isEmpty() - Method in interface magellan.library.Order
 
isEmpty() - Method in class magellan.library.utils.Bucket
Check if bucket is empty.
isEmpty() - Method in class magellan.library.utils.RadixTreeImpl
 
isEmpty() - Method in class magellan.library.utils.TagMap
Deprecated.
 
isEmpty(Number[]) - Static method in class magellan.library.utils.Utils
 
isEmpty(Object) - Static method in class magellan.library.utils.Utils
 
isEmpty(String) - Static method in class magellan.library.utils.Utils
 
isEmpty(String[]) - Static method in class magellan.library.utils.Utils
 
isEmpty(Date) - Static method in class magellan.library.utils.Utils
 
isEmpty(HashMap<?, ?>) - Static method in class magellan.library.utils.Utils
 
isEmpty(List<Element>) - Static method in class magellan.library.utils.Utils
 
isEmpty(NodeList) - Static method in class magellan.library.utils.Utils
 
isEnableAutoCompletion() - Method in class magellan.client.completion.AutoCompletion
Returns true if auto completion is enabled.
isEnabled(Region, UnitContainerType) - Method in class magellan.client.swing.map.BuildingCellRenderer
This method checks, if the given containtertype is in the rules and if it has a properties settings to not render it (default:true)
isEnabledChooser() - Method in class magellan.client.swing.desktop.WorkSpace
 
isEoC(OrderToken) - Static method in class magellan.library.gamebinding.AbstractOrderParser
 
isErrorEnabled() - Method in class magellan.library.utils.logging.Logger
Returns true if log level is at least Logger.ERROR.
isExhausted() - Method in interface magellan.library.utils.RoutePlanner.Costs
Return true if enough movement for one week has been added.
isExhausted() - Method in class magellan.library.utils.RoutePlanner.ZeroCosts
 
isExhausted() - Method in class magellan.library.utils.ShipRoutePlanner.ShipCosts
 
isExhausted() - Method in class magellan.library.utils.UnitRoutePlanner.LandCosts
 
isExtendedShortcut(KeyStroke) - Method in interface magellan.client.desktop.ExtendedShortcutListener
Returns whether the given stroke is for an extended short-cut.
isExtendedShortcut(KeyStroke) - Method in class magellan.client.swing.MapperPanel
 
isExtractedParent() - Method in class magellan.client.swing.tree.GraphicsStyleset
Returns true if the value returned by getParent() is extracted out of the name.
isFatalEnabled() - Method in class magellan.library.utils.logging.Logger
Returns true if the log level is at least Logger.FATAL.
isFinal(OrderToken) - Static method in class magellan.library.gamebinding.AbstractOrderParser
 
isFineEnabled() - Method in class magellan.library.utils.logging.Logger
Returns true if the level is at least Logger.FINE.
isFireChangeEvent() - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns true, if the current thread should fire an ChangeEvent for the whole world.
isFocusTraversable() - Method in class magellan.client.swing.map.Mapper
 
isFreeMemory() - Static method in class magellan.library.utils.MemoryManagment
Check for MemoryManagment.minMemory memory.
isFreeMemory(long) - Static method in class magellan.library.utils.MemoryManagment
checks, if there is enough free memory for the JVM if not, invokes the garbage collector if not successful returns false, otherwise true
isGiveMaintainCost() - Method in class magellan.client.swing.TempUnitDialog
 
isGiveRecruitCost() - Method in class magellan.client.swing.TempUnitDialog
 
isGuarding() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of guarding.
isGZIPFile() - Method in class magellan.library.io.file.FileType
Deprecated.
we don't seem to need this any more
isGZIPFile() - Method in class magellan.library.io.file.PipeFileType
 
isHasGiveAlliance() - Method in interface magellan.library.Faction
Returns the value of hasGiveAlliance.
isHasGiveAlliance() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of hasGiveAlliance.
isHero() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of isHero.
isHero() - Method in interface magellan.library.Unit
Returns the value of isHero.
isHero() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of hero.
isHideButtons() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Returns true if temp/confirmation buttons should be shown.
isHideFaction() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of hideFaction.
isHideFaction() - Method in interface magellan.library.Unit
Returns the value of hideFaction.
isHorse() - Method in class magellan.library.rules.ItemType
Returns true if this type is a horse.
isIconify() - Method in class magellan.client.desktop.MagellanDesktop
Returns the iconification mode.
isID(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
isID(String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
isID(String, boolean) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tests if txt represents a valid ID (or TEMP ID) given the data.base and AbstractOrderParser.MAX_UID.
isID(String, boolean) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
isIdBlock - Variable in class magellan.library.io.cr.Scanner
Is this a block with Id?
isIgnoringSemicolonComments() - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Returns whether all comments in the orders starting with a semicolon (except confirmation comments) are ignored.
isIgnoringSemicolonComments() - Method in class magellan.library.utils.OrderReader
Returns whether all comments in the orders starting with a semicolon (except confirmation comments) are ignored.
isImplicit() - Method in class magellan.library.relation.LeaveRelation
Returns true if this relation is not explicitly caused by a command.
isInfinity() - Method in class magellan.library.utils.Regions.MultidimensionalDistance
Returns true if this distance is infinite.
isInfinity() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
isInfinity() - Method in interface magellan.library.utils.Regions.RegionInfo
Returns true if the region's distance is infinity.
isInfoEnabled() - Method in class magellan.library.utils.logging.Logger
Returns true if level is at least Logger.INFO.
isInside(CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
 
isInside(CoordinateID) - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Returns true if the coordinate is inside the box.
isInstance(Object) - Method in class magellan.library.rules.Category
DOCUMENT-ME
isInstance(Object) - Method in class magellan.library.rules.ItemCategory
Returns true if o is an ItemType and (transitively) belongs to this category.
isInstance(Object) - Method in class magellan.library.rules.SkillCategory
DOCUMENT-ME
isInternal() - Method in class magellan.library.rules.OrderType
Returns the value of internal.
isKeyword(String) - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
Override for other languages
island - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmies
 
island - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmy
 
isLand() - Method in class magellan.library.rules.RegionType
Returns true if the unit is a land region (note that this is not just !
Island - Interface in magellan.library
DOCUMENT-ME
ISLAND - magellan.library.Bookmark.BookmarkType
 
ISLAND - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for island nodes
IslandAction - Class in magellan.client.actions.map
This action will check the whole map and tries to find islands.
IslandAction(Client) - Constructor for class magellan.client.actions.map.IslandAction
Creates a new IslandAction object.
IslandArmies(Island) - Constructor for class magellan.client.swing.ArmyStatsPanel.IslandArmies
Creates a new IslandArmies object.
IslandArmy(Faction, Island) - Constructor for class magellan.client.swing.ArmyStatsPanel.IslandArmy
Creates a new IslandArmy object.
islandCmp - Variable in class magellan.library.utils.comparator.RegionIslandComparator
 
IslandContextMenu - Class in magellan.client.swing.context
A context menu for Islands.
IslandContextMenu(Island, EventDispatcher, GameData, Properties, Collection<?>) - Constructor for class magellan.client.swing.context.IslandContextMenu
Creates a new UnitContainerContextMenu object.
IslandMerger - Class in magellan.library.merge
 
IslandMerger(GameData, GameData, GameData) - Constructor for class magellan.library.merge.IslandMerger
 
IslandNodeWrapper - Class in magellan.client.swing.tree
DOCUMENT-ME
IslandNodeWrapper(Island) - Constructor for class magellan.client.swing.tree.IslandNodeWrapper
Creates a new IslandNodeWrapper object.
islands - Variable in class magellan.library.CompleteData
 
islands() - Method in class magellan.library.GameData
Deprecated. 
Islands - Class in magellan.library.utils
A class offering common operations on islands and regions.
Islands() - Constructor for class magellan.library.utils.Islands
 
islandView() - Method in class magellan.library.CompleteData
 
islandView() - Method in class magellan.library.EmptyData
 
islandView() - Method in class magellan.library.GameData
Returns a modifiable view of the islands.
isLevelChanged() - Method in class magellan.library.Skill
Getter for property levelChanged.
isLevelDependent() - Method in class magellan.library.impl.MagellanSpellImpl.Component
 
isLevelDependent() - Method in interface magellan.library.Spell.Component
 
isLimitCompletions() - Method in class magellan.client.completion.AutoCompletion
Returns the value of limitCompletions.
isLimitCompletions() - Method in interface magellan.library.completion.CompleterSettingsProvider
Returns true if completions should be restricted "intelligently".
isLimitCompletions() - Method in class magellan.library.gamebinding.EresseaOrderCompleter
 
isLineWrap() - Method in class magellan.client.swing.MessagePanel
 
isLineWrap() - Method in class magellan.client.swing.tree.LineWrapCellRenderer
Getter for property lineWrap.
isLoaded() - Method in class magellan.library.event.GameDataEvent
Returns true if game data is freshly loaded (in contrast to a GameDataEvent with a changed game data object that is only thrown if there are so many changes that single OrderConfirmEvent/ TempUnitEvent/UnitOrdersEvent) would bloat the event queue).
isLong() - Method in class magellan.library.gamebinding.SimpleOrder
 
isLong() - Method in interface magellan.library.Order
Returns true if this is a "long" order.
isLongButShort(String, Locale) - Method in class magellan.library.gamebinding.EresseaOrderChanger
isLongOrder(String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
isLongOrder(String) - Method in class magellan.library.gamebinding.EresseaOrderChanger
Deprecated.
The results of this method are not very accurate
isLongOrder(String) - Method in interface magellan.library.gamebinding.OrderChanger
Deprecated.
the results of this order are not very accurate and order is always interpreted in the global order locale. It's safer to call OrderParser.parse(String, Locale).isLong() or OrderChanger.isLongOrder(Order).
isLongOrder(Order) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
 
isLongOrder(Order) - Method in class magellan.library.gamebinding.EresseaOrderChanger
 
isLongOrder(Order) - Method in interface magellan.library.gamebinding.OrderChanger
checks, if the given order is a long order
isLostSkill() - Method in class magellan.library.Skill
Should return true if this skill was present in the previous round.
isMaintainedByRegionOwner() - Method in class magellan.library.rules.BuildingType
 
isMallorn() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of mallorn.
isMallorn() - Method in interface magellan.library.Region
Returns the value of mallorn.
isManagingFocus() - Method in class magellan.client.swing.TempUnitDialog.TablessTextArea
Always returns false.
isModified() - Method in class magellan.client.swing.completion.OrderEditor
Indicates whether the contents of this editor have been modified.
isModified() - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
isModified() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
 
isMultiEditorLayout() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
isMultiple() - Method in class magellan.library.utils.SpellSyntaxToken
 
isNeeded() - Method in class magellan.library.utils.SpellSyntaxToken
 
isNewer(String, String) - Static method in class magellan.library.utils.VersionInfo
Returns rue if firstVersion is strictly greater than secondVersion.
isNewer(Version) - Method in class magellan.library.utils.Version
Returns true if this version is strictly greater the aVersion.
isNot() - Method in class magellan.library.gamebinding.e3a.MaintainOrder
Returns the value of not.
isNot() - Method in class magellan.library.gamebinding.GuardOrder
Returns the value of not.
isNull(Integer) - Static method in class magellan.library.utils.Utils
Diese Methode prüft, ob eine Zahl null oder 0 ist.
isNull(Long) - Static method in class magellan.library.utils.Utils
Diese Methode prüft, ob eine Zahl null oder 0 ist.
isNull(BigDecimal) - Static method in class magellan.library.utils.Utils
Diese Methode prüft, ob eine Zahl null oder 0 ist.
isNull(Date) - Static method in class magellan.library.utils.Utils
Diese Methode prüft, ob eine Zahl null oder 0 ist.
isNullEqualsZero() - Method in class magellan.library.utils.replacers.OperationMode
DOCUMENT-ME
isNumeric(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tests if txt represents a non-negative decimal integer number.
isNumeric(String, int, int, int) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tests if txt represents an integer with the given radix between min and max (inclusively).
ISO - magellan.library.utils.Encoding
ISO-8859 Encoding
isOcean() - Method in class magellan.library.rules.RegionType
Returns true if the unit is an ocean region.
isOfferingCompletion() - Method in interface magellan.client.swing.completion.CompletionGUI
Should return true if this GUI is currently offering a completion to the user.
isOfferingCompletion() - Method in class magellan.client.swing.completion.ListCompletionGUI
 
isOfferingCompletion() - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
Should return true if this GUI is currently offering a completion to the user.
isOfferingCompletion() - Method in class magellan.client.swing.completion.NoneCompletionGUI
DOCUMENT-ME
isOnBorder(CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
 
isOnBorder(CoordinateID) - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Returns true if the coordinate is on the border of the Box, i.e., if an adjacent coordinate is not in the box.
isOrcInfested() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the value of orcInfested.
isOrcInfested() - Method in interface magellan.library.Region
Returns the value of orcInfested.
isOrder() - Method in class magellan.library.rules.OptionCategory
DOCUMENT-ME
isOrdersConfirmed() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of ordersConfirmed.
isOrdersConfirmed() - Method in interface magellan.library.Unit
Returns the value of ordersConfirmed.
isOutOfMemory() - Method in class magellan.library.GameData
Returns the value of outOfMemory.
isOwner() - Method in class magellan.client.swing.FactionPropertiesDialog
 
isPastMovementPassive() - Method in class magellan.library.impl.MagellanUnitImpl
isPastMovementPassive() - Method in interface magellan.library.Unit
isPastMovementPassive(GameSpecificStuff) - Method in class magellan.library.impl.MagellanUnitImpl
 
isPastMovementPassive(GameSpecificStuff) - Method in interface magellan.library.Unit
Checks if the unit's movement was passive (transported or shipped).
isPastMovementPassive(Unit) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
isPastMovementPassive(Unit) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
Returns true if the unit's past movement was passive (transported, shipped...)
isPastMovementPassive(Unit) - Method in interface magellan.library.gamebinding.MovementEvaluator
Checks if the unit's movement was passive (transported or shipped).
isPermanent() - Method in class magellan.library.gamebinding.MovementOrder
Returns the value of permanent.
isPersistent() - Method in class magellan.library.gamebinding.SimpleOrder
 
isPersistent() - Method in interface magellan.library.Order
 
isPooled(Unit, ItemType) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
isPooled(Unit, ItemType) - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
Returns true.
isPooled(Unit, ItemType) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
isPooled(Unit, ItemType) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns true if the specified unit can access the pool for the specified item.
isPooled(Unit, StringID) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
isPooled(Unit, StringID) - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
Returns true.
isPooled(Unit, StringID) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
isPooled(Unit, StringID) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns true if the specified unit can access the pool for the specified item.
isPrefixMatching() - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns true if prefixes of tokens are matched to the token, i.e., if abbreviations are possible.
isPrivileged() - Method in interface magellan.library.Faction
Returns true iff this faction has trustlevel at least 100 TL_PRIVILEGED
isPrivileged() - Method in class magellan.library.impl.MagellanFactionImpl
 
isPrivileged(Faction) - Static method in class magellan.client.EMapDetailsPanel
Deprecated.
isPrivileged(Faction) - Static method in class magellan.library.utils.Units
Returns true iff f is a privileged faction.
isPrivilegedAndNoSpy(Unit) - Static method in class magellan.client.EMapDetailsPanel
Deprecated.
isPrivilegedAndNoSpy(Unit) - Static method in class magellan.library.utils.Units
Returns true iff u is not a spy and belongs to a privileged faction.
isQuote(int) - Method in class magellan.library.utils.OrderTokenizer
 
isQuoted(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Deprecated.
nobody needs us
isQuoteDelimiter(String) - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
Override for other languages
isQuotesValid() - Method in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
Checks the quotes.
isReady() - Method in interface magellan.library.utils.RadixTreeImpl.Visitor
 
isReady() - Method in class magellan.library.utils.RadixTreeImpl.VisitorImpl
 
isRelated(Object) - Method in class magellan.library.relation.InterUnitRelation
 
isRelated(Object) - Method in class magellan.library.relation.RenameNamedRelation
 
isRelated(Object) - Method in class magellan.library.relation.UnitContainerRelation
 
isRelated(Object) - Method in class magellan.library.relation.UnitRelation
Returns true if this relation somehow relates to the specified object.
isRenderContextChanged() - Method in class magellan.client.swing.map.Mapper
Getter for property renderContextChanged.
isRenderer(Class<?>) - Method in class magellan.client.utils.RendererLoader
 
isRenderer(Object) - Method in class magellan.client.utils.RendererLoader
 
isReplacer(String) - Method in class magellan.library.utils.replacers.DefaultReplacerFactory
 
isReplacer(String) - Method in interface magellan.library.utils.replacers.ReplacerFactory
Checks if a replacer exists.
isReportChanged() - Method in class magellan.client.Client
Returns true if the report has changed since last save/load.
isRequestFocusEnabled() - Method in class magellan.client.swing.map.Mapper
 
isRID(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
tests if txt is a region id (coordinates).
isSameRound(GameData) - Method in class magellan.library.GameData
 
isScalingFont - Variable in class magellan.client.swing.map.AbstractTextCellRenderer
 
isScalingFont - Variable in class magellan.client.swing.map.SignTextCellRenderer
 
isScalingFont - Variable in class magellan.client.swing.map.TextCellRenderer
 
isScalingFont() - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
isScalingFont() - Method in class magellan.client.swing.map.SignTextCellRenderer
 
isSelected() - Method in class magellan.client.utils.SimpleInternalFrame
Answers if the panel is currently selected (or in other words active) or not.
isShip(Ship) - Method in class magellan.library.gamebinding.AllanonGameSpecificRules
 
isShip(Ship) - Method in class magellan.library.gamebinding.atlantis.AtlantisGameSpecificRules
 
isShip(Ship) - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
 
isShip(Ship) - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
 
isShip(Ship) - Method in interface magellan.library.gamebinding.GameSpecificRules
Returns true, if the given ship is really a ship, because f.e. in Allanon a Karawane is marked as a ship, but it's travelling on land.
isShortenStrings() - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
isShowingAdditional() - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
Returns the according option of the draw policy.
isShowingAdditional() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the according option of the draw policy.
isShowingCategorized() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the accordant option of the draw policy.
isShowingCategorized(int) - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the accordant option of the draw policy.
isShowingChanges() - Method in class magellan.client.swing.tree.SkillNodeWrapper
 
isShowingChanges() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the accordant option of the draw policy.
isShowingChangesStyled() - Method in class magellan.client.swing.tree.SkillNodeWrapper
Returns true if the appropriate style is applied to changed skills.
isShowingChangesStyled() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the accordant option of the draw policy.
isShowingChangesText() - Method in class magellan.client.swing.tree.SkillNodeWrapper
Returns true if skill change is shown as text.
isShowingChangesText() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the accordant option of the draw policy.
isShowingContainerIcons() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the accordant option of the draw policy.
isShowingExpectedOnly() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the accordant option of the draw policy.
isShowingIcons() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
DOCUMENT-ME
isShowingIconText() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the accordant option of the draw policy.
isShowingNextLevel() - Method in class magellan.client.swing.tree.SkillNodeWrapper
 
isShowingNextLevelLearnTurns() - Method in class magellan.client.swing.tree.SkillNodeWrapper
Returns whether this wrapper shows the number of turns to learn before the next skill level can be reached.
isShowingNextLevelPoints() - Method in class magellan.client.swing.tree.SkillNodeWrapper
Returns whether this wrapper shows the skill points required before the next skill level can be reached.
isShowingOtherIcons() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the accordant option of the draw policy.
isShowingRegionItemAmount() - Method in class magellan.client.swing.tree.ItemNodeWrapper
 
isShowingSkillIcons() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the accordant option of the draw policy.
isShowingSkillsLessThanOne() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Return true iff skills with level less than one should be shown.
isShowingSkillsLessThanTwo() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Return true iff skills with level less than two should be shown.
isShowingStatus() - Method in class magellan.client.Client
Returns true if order status should be shown in title.
isShowingTagButtons() - Method in class magellan.client.EMapDetailsPanel
Returns if the buttons for adding tags are shown.
isShowingTooltip() - Method in class magellan.client.swing.map.Mapper
True if tooltips are enabled
isShowNavigation() - Method in class magellan.client.swing.MapperPanel
Returns the value of showNavi.
isShowTooltips() - Static method in class magellan.client.swing.tree.CellRenderer
Returns the value of showTooltips.
isSimpleString(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns true if txt is a nonempty string composed solely by the characters [A-Za-zÄÖÜäöüß~,._:0-9] that does not start with a number.
isSingleQuoted(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Deprecated.
nobody needs us
isSingleSelection() - Method in class magellan.client.event.SelectionEvent
Returns true if only a single object has been selected and it is not a SelectionEvent.ST_REGIONS selection.
isSoldier() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
This method tries to find out, if the current unit has a weapon and a skill to use this weapon.
isSorting() - Method in class magellan.client.swing.table.TableSorter
Returns true if this sorter is sorting for at least one column.
isSpace(int) - Method in class magellan.library.utils.OrderTokenizer
 
isSpy() - Method in class magellan.library.impl.MagellanUnitImpl
Returns whether this unit only pretends to belong to its faction.
isSpy() - Method in interface magellan.library.Unit
Returns whether this unit only pretends to belong to its faction.
isStarving() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of isStarving.
isStarving() - Method in interface magellan.library.Unit
Returns the value of isStarving.
isStarving() - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Returns the value of starving.
isStateChanged() - Method in class magellan.client.Client.ReportObserver
Returns true if the report was changed.
isStopped() - Method in class magellan.library.gamebinding.EresseaRelationFactory.Updater
 
isStoreableInBonw() - Method in class magellan.library.rules.ItemType
 
isString - Variable in class magellan.library.io.cr.Scanner
Is it a string?
isString(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
isString(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
Same as isString(OrderToken, false)
isString(OrderToken, boolean, boolean) - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns true if token starts a string.
isSuppressMarker(Order) - Method in class magellan.library.tasks.AbstractInspector
 
isSuppressMarkerFor(Order, Problem, boolean) - Method in class magellan.library.tasks.AbstractInspector
 
isSwitchingObject(Object) - Method in class magellan.library.utils.replacers.AbstractRegionSwitch
Defines the state of this switch for the given object.
isSwitchingObject(Object) - Method in class magellan.library.utils.replacers.AbstractSwitch
Defines the state of this switch for the given object.
isSwitchingObject(Object) - Method in class magellan.library.utils.replacers.LessReplacer
Checks the following two elements and evaluates their replacements.
isSwitchingObject(Object) - Method in class magellan.library.utils.replacers.StringEqualReplacer
Checks the following two elements and evaluates their replacements.
isSwitchingObject(Object) - Method in class magellan.library.utils.replacers.StringIndexReplacer
Checks the following two elements and evaluates their replacements.
isSwitchingRegion(Region) - Method in class magellan.library.utils.replacers.AbstractRegionSwitch
Returns the Switch state for the given region.
isSwitchingRegion(Region) - Method in class magellan.library.utils.replacers.MallornRegionSwitch
Compares the region's type with the ID given in the constructor.
isSwitchingRegion(Region) - Method in class magellan.library.utils.replacers.RegionTypeSwitch
Compares the region's with the type or type ID given in the constructor.
isTemp() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.IdHandler
Returns the value of temp.
isTemp(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
isTempID(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tests if txt represents a valid TEMP id.
isTempID(String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
isToken(Order, int, StringID) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
isToken(Order, int, StringID) - Method in interface magellan.library.Orders
Compares an order token to a order constant.
isToroidal() - Method in class magellan.library.gamebinding.e3a.E3AGameSpecificRules
 
isToroidal() - Method in class magellan.library.gamebinding.EresseaGameSpecificRules
FIXME (stm) implement or not?
isTrustLevelSetByUser() - Method in interface magellan.library.Faction
Returns the value of trustLevelSetByUser.
isTrustLevelSetByUser() - Method in class magellan.library.impl.MagellanFactionImpl
Returns the value of trustLevelSetByUser.
isUnaided() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the value of unaided.
isUnaided() - Method in interface magellan.library.Unit
Returns the value of unaided.
isUnitInRegion(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns true, if the current unit is in the region with the given name.
isUpdaterStopped() - Method in class magellan.library.gamebinding.EresseaRelationFactory
 
isUseSeasonImages() - Method in class magellan.client.swing.map.Mapper
Returns the value of useSeasonImages.
isUseThread() - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns true, if any command execution should be done inside it's own execution thread
isValid() - Method in class magellan.library.gamebinding.SimpleOrder
 
isValid() - Method in interface magellan.library.Order
This method returns true if there's a syntactic problem with the order.
isVisible() - Method in class magellan.client.swing.ProgressBarUI
 
isVisited() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
isVisited() - Method in interface magellan.library.utils.Regions.RegionInfo
Returns if region is visited.
isWarnEnabled() - Method in class magellan.library.utils.logging.Logger
Returns true if log level is at least Logger.WARN.
isWeightWellKnown() - Method in class magellan.library.impl.MagellanUnitImpl
 
isWeightWellKnown() - Method in interface magellan.library.Unit
 
isWriteTimeStamp() - Method in class magellan.library.utils.OrderWriter
 
isXMLFile() - Method in class magellan.library.io.file.FileType
Deprecated.
we don't seem to need this any more
isXMLFile() - Method in class magellan.library.io.file.PipeFileType
 
isZIPFile() - Method in class magellan.library.io.file.FileType
Deprecated.
we don't seem to need this any more
isZIPFile() - Method in class magellan.library.io.file.PipeFileType
 
italic - Variable in class magellan.client.preferences.IconPreferences.EmphasizeStyle
 
item - Variable in class magellan.client.swing.map.RegionImageCellRenderer
 
item - Variable in class magellan.client.swing.map.TradeTextCellRenderer
 
Item - Class in magellan.library
A class representing an item in Eressea.
Item(ItemType, int) - Constructor for class magellan.library.Item
Creates a new item of the specified type and with the specified amount.
ITEM - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for item nodes
ITEM_PART - Static variable in class magellan.library.io.nr.NRParser
 
ItemCategory - Class in magellan.library.rules
A category is a group that an item can belong to, e.g.
ItemCategory(StringID) - Constructor for class magellan.library.rules.ItemCategory
Creates new ItemCategory
ItemCategory(StringID, Category) - Constructor for class magellan.library.rules.ItemCategory
Creates a new ItemCategory object.
ItemCategoryComparator - Class in magellan.library.utils.comparator
Compares items by their category, items of the same category by type (i.e., by name).
ItemCategoryComparator() - Constructor for class magellan.library.utils.comparator.ItemCategoryComparator
 
ItemCategoryNodeWrapper - Class in magellan.client.swing.tree
DOCUMENT ME!
ItemCategoryNodeWrapper(ItemCategory, int) - Constructor for class magellan.client.swing.tree.ItemCategoryNodeWrapper
Creates a new ItemCategoryNodeWrapper object (with number of items).
ItemCategoryNodeWrapper(ItemCategory, int, String) - Constructor for class magellan.client.swing.tree.ItemCategoryNodeWrapper
Creates a new ItemCategoryNodeWrapper object with explicit name.
itemID - Variable in class magellan.library.gamebinding.ReserveOrder
 
itemName - Variable in class magellan.client.swing.map.TradeTextCellRenderer
 
ItemNodeWrapper - Class in magellan.client.swing.tree
A wrapper for items.
ItemNodeWrapper(Unit, Units.StatItem, long) - Constructor for class magellan.client.swing.tree.ItemNodeWrapper
Creates new ItemNodeWrapper
ItemNodeWrapper(Units.StatItem) - Constructor for class magellan.client.swing.tree.ItemNodeWrapper
Creates new ItemNodeWrapper
itemPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
itemPattern - Variable in class magellan.plugin.battleanalyzer.BattleInfo
 
items - Variable in class magellan.library.impl.MagellanUnitContainerImpl
The items carried by this UnitContainer.
items() - Method in class magellan.library.impl.MagellanRegionImpl
items() - Method in interface magellan.library.Region
ITEMS_PART - Static variable in class magellan.library.io.nr.NRParser
 
itemsPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
itemStateChanged(ItemEvent) - Method in class magellan.client.preferences.IconPreferences
DOCUMENT-ME
ItemTransferRelation - Class in magellan.library.relation
A relation indicating that a unit transfers a certain amount of an item to another unit.
ItemTransferRelation(Unit, Unit, int, ItemType, int) - Constructor for class magellan.library.relation.ItemTransferRelation
 
ItemTransferRelation(Unit, Unit, int, ItemType, int, boolean) - Constructor for class magellan.library.relation.ItemTransferRelation
Creates a new ItemTransferRelation object.
ItemTransferRelation(Unit, Unit, Unit, int, ItemType, int) - Constructor for class magellan.library.relation.ItemTransferRelation
Creates a new ItemTransferRelation object.
itemType - Variable in class magellan.library.gamebinding.AttackOrder
 
itemType - Variable in class magellan.library.gamebinding.GiveOrder
 
itemType - Variable in class magellan.library.relation.ItemTransferRelation
The transferred item.
itemType - Variable in class magellan.library.relation.MaintenanceRelation
The required item type
itemType - Variable in class magellan.library.relation.ReserveRelation
The type of item being reserved
ItemType - Class in magellan.library.rules
Stores rule relevant info about types of items, like "Holz".
ItemType(StringID) - Constructor for class magellan.library.rules.ItemType
Creates a new ItemType object.
ItemTypeReplacer - Class in magellan.library.utils.replacers
Replaces a item name string with the number of that item in the given region.
ItemTypeReplacer() - Constructor for class magellan.library.utils.replacers.ItemTypeReplacer
Creates a new ItemTypeReplacer object.
iterator() - Method in class magellan.library.impl.MagellanOrdersImplementation
 
iterator() - Method in class magellan.library.utils.Bucket
Get an interator for the bucket content.
iterator() - Method in class magellan.library.utils.UnionCollection
 
iterator() - Method in class magellan.library.utils.UnionList
 
IteratorEnumeration<E> - Class in magellan.library.utils
A class implementing an enumeration through an iterator.
IteratorEnumeration(Iterator<E>) - Constructor for class magellan.library.utils.IteratorEnumeration
Creates a new IteratorEnumeration providing an enumeration interface to the specified iterator.
iteratorKeys() - Method in class magellan.library.utils.Translations
provides an Iterator over the keys = original strings
iValidateFlags - Variable in class magellan.library.io.cr.CRParser.RegionParseState
 

J

jar - Variable in class magellan.client.utils.RendererLoader.ZipClassLoader
 
JComboBoxCompletion - Class in magellan.client.swing.basics
Deprecated.
Unused
JComboBoxCompletion(JComboBox) - Constructor for class magellan.client.swing.basics.JComboBoxCompletion
Deprecated.
Creates a completion and adds it as listener to the combobox
JComboBoxCompletion(JComboBox, boolean) - Constructor for class magellan.client.swing.basics.JComboBoxCompletion
Deprecated.
 
jComboBoxLaF - Variable in class magellan.client.preferences.ClientLookAndFeelPreferences
 
JECheck - Class in magellan.library.utils
A class for executing ECheck and reading the output returned.
JECheck(File, File, String, Properties) - Constructor for class magellan.library.utils.JECheck
Creates a new JECheck object by executing ECheck with the specified parameters and making its output accessible through the Reader interface.
JECheck.ECheckMessage - Class in magellan.library.utils
A class representing a message as it produced by ECheck.
JLabelRenderer(JTable) - Constructor for class magellan.client.swing.AlchemyDialog.JLabelRenderer
 
JRE_1_2_PLUS - Static variable in class magellan.library.utils.JVMUtilities
'true' iff the current runtime version is 1.2 or later
JRE_1_3_PLUS - Static variable in class magellan.library.utils.JVMUtilities
'true' iff the current runtime version is 1.3 or later
JRE_1_4_PLUS - Static variable in class magellan.library.utils.JVMUtilities
'true' iff the current runtime version is 1.4 or later
JSON - Static variable in class magellan.library.io.file.FileType
 
JSON_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Selects .json files
JSONGameNameIO - Class in magellan.library.io.json
DOCUMENT-ME
JSONGameNameIO() - Constructor for class magellan.library.io.json.JSONGameNameIO
 
JSONParser - Class in magellan.library.io.json
Parser for nr-files.
JSONParser(UserInterface) - Constructor for class magellan.library.io.json.JSONParser
Creates a new parser.
JSONParser(UserInterface, ReportTransformer) - Constructor for class magellan.library.io.json.JSONParser
Creates a new parser.
jump(int) - Method in class magellan.client.utils.BookmarkManager
 
jumpBackward() - Method in class magellan.client.utils.BookmarkManager
Jumps to the prior bookmark by firing the corresponding selectionevent.
jumpForward() - Method in class magellan.client.utils.BookmarkManager
Jumps to the next bookmark by firing the corresponding selectionevent.
jumpToHotSpot - Variable in class magellan.client.swing.context.MapContextMenu
 
JVMUtilities - Class in magellan.library.utils
This class provides static functions for jvm specific bullshit (e.g. changed focus system from jvm 1.3.x to 1.4.x It also checks for necessary systems, e.g.
JVMUtilities() - Constructor for class magellan.library.utils.JVMUtilities
 
JVorlage - Class in magellan.client.swing
A GUI for Vorlage by Steffen Schuemann (Gulrak).
JVorlage() - Constructor for class magellan.client.swing.JVorlage
Create a stand-alone instance of JVorlage.
JVorlage(Frame, boolean, Properties) - Constructor for class magellan.client.swing.JVorlage
Create a new JVorlage object as a dialog with a parent window.

K

KaempfeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.KaempfeReader
 
KampfzauberReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.KampfzauberReader
 
KaufeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.KaufeReader
 
keepVisible() - Method in class magellan.client.swing.completion.OrderEditor
DOCUMENT-ME
key - Variable in class magellan.library.utils.TagMap.Tag
Deprecated.
DOCUMENT-ME
KEY - Variable in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
 
KEY - Static variable in class magellan.client.swing.map.TradeTextCellRenderer
 
keyAdapter - Variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
KeyboardActionListener() - Constructor for class magellan.client.desktop.MagellanDesktop.KeyHandler.KeyboardActionListener
 
keyFields - Variable in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
KeyHandler() - Constructor for class magellan.client.desktop.MagellanDesktop.KeyHandler
Creates a new KeyHandler object.
keyListeners - Variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
keyPressed(KeyEvent) - Method in class magellan.client.completion.AutoCompletion
Handles special keys to control the GUI, mainly.
keyPressed(KeyEvent) - Method in class magellan.client.preferences.IconColorMappingPreferences
 
keyPressed(KeyEvent) - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
DOCUMENT-ME
keyPressed(KeyEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Processes CTRL+UP/DOWN keys.
keyPressed(KeyEvent) - Method in class magellan.client.swing.completion.OrderEditor
 
keyPressed(KeyEvent) - Method in class magellan.client.swing.tree.CopyTree
 
keyPressed(KeyStroke, Object) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
keyReleased(KeyEvent) - Method in class magellan.client.completion.AutoCompletion
 
keyReleased(KeyEvent) - Method in class magellan.client.preferences.IconColorMappingPreferences
Does nothing.
keyReleased(KeyEvent) - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
DOCUMENT-ME
keyReleased(KeyEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
keyReleased(KeyEvent) - Method in class magellan.client.swing.completion.OrderEditor
 
keyReleased(KeyEvent) - Method in class magellan.client.swing.TempUnitDialog.TempUnitDialogListener
Quits dialog when user pressed ESC.
keyReleased(KeyEvent) - Method in class magellan.client.swing.tree.CopyTree
 
keys() - Method in class magellan.library.utils.OrderedOutputProperties
Returns a sorted enumeration of all keys.
keySet() - Method in class magellan.library.utils.OrderedHashtable
Returns a view on the set of keys which is backed by the Hashtable
keySet() - Method in class magellan.library.utils.RadixTreeImpl
!!
keySet() - Method in class magellan.library.utils.TagMap
Deprecated.
 
KeyStrokeCellEditor() - Constructor for class magellan.client.preferences.DesktopShortCutPreferences.KeyStrokeCellEditor
 
KeyStrokeComparator() - Constructor for class magellan.client.preferences.DesktopShortCutPreferences.KeyStrokeComparator
 
keyTyped(KeyEvent) - Method in class magellan.client.completion.AutoCompletion
 
keyTyped(KeyEvent) - Method in class magellan.client.preferences.IconColorMappingPreferences
Does nothing.
keyTyped(KeyEvent) - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
DOCUMENT-ME
keyTyped(KeyEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
keyTyped(KeyEvent) - Method in class magellan.client.swing.completion.OrderEditor
 
keyTyped(KeyEvent) - Method in class magellan.client.swing.tree.CopyTree
 
KeywordStringReader(OrderParser, StringID...) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.KeywordStringReader
 
kit - Variable in class magellan.client.swing.TipOfTheDay
 
KontaktiereReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.KontaktiereReader
 

L

L_ERROR - Static variable in interface magellan.client.swing.tree.CellObject
Error level.
L_MESSAGE - Static variable in interface magellan.client.swing.tree.CellObject
Message level.
L_WARNING - Static variable in interface magellan.client.swing.tree.CellObject
Warning level.
LaenLevelReplacer - Class in magellan.library.utils.replacers
Returns laen level
LaenLevelReplacer(ItemType) - Constructor for class magellan.library.utils.replacers.LaenLevelReplacer
 
LaenReplacer - Class in magellan.library.utils.replacers
Returns laen amount
LaenReplacer(ItemType) - Constructor for class magellan.library.utils.replacers.LaenReplacer
 
LandCosts(Unit) - Constructor for class magellan.library.utils.UnitRoutePlanner.LandCosts
Creates costs for a unit on land.
LandMetric(Map<CoordinateID, Region>, Map<ID, RegionType>, CoordinateID, CoordinateID, int, int) - Constructor for class magellan.library.utils.Regions.LandMetric
 
Lang(String) - Constructor for class magellan.client.utils.LanguageDialog.Lang
Creates a new Lang object.
Lang(Locale) - Constructor for class magellan.client.utils.LanguageDialog.Lang
Creates a new Lang object.
langKeys - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
LanguageDialog - Class in magellan.client.utils
DOCUMENT ME!
LanguageDialog(Component, Properties) - Constructor for class magellan.client.utils.LanguageDialog
Creates new LanguageDialog
LanguageDialog.Lang - Class in magellan.client.utils
 
languageList - Variable in class magellan.client.utils.LanguageDialog
 
languagesFound() - Method in class magellan.client.utils.LanguageDialog
 
last - Variable in class magellan.client.swing.completion.NoneCompletionGUI
 
LAST_POS - Static variable in class magellan.client.swing.GiveOrderDialog
 
lastCause - Variable in class magellan.client.EMapDetailsPanel
 
lastCause - Variable in class magellan.client.EMapOverviewPanel
 
lastClear - Variable in class magellan.client.Client.ReportObserver
 
lastCompletion - Variable in class magellan.client.swing.completion.MarkedTextCompletionGUI
 
lastComponents - Variable in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
lastEditor - Variable in class magellan.client.swing.completion.MarkedTextCompletionGUI
 
lastID - Static variable in class magellan.library.relation.UnitRelation.ID
 
lastIndexOf(Object) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
lastLength - Variable in class magellan.client.swing.tree.LineWrapCellRenderer
 
lastListener - Variable in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
lastLocale - Variable in class magellan.plugin.battleanalyzer.BattleInfo
 
lastMapperDef - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
lastMoveIndex - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
lastNumber - Variable in class magellan.client.swing.TipOfTheDay
 
lastRegion - Variable in class magellan.client.EMapOverviewPanel
 
lastRegionRenderingType - Variable in class magellan.client.swing.map.Mapper
 
lastScale - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer
 
lastScale - Variable in class magellan.client.swing.MapperPanel
 
lastSelected - Variable in class magellan.client.swing.ArmyStatsPanel
 
lastStyle - Static variable in class magellan.client.swing.tree.Tag2Element
 
lastToken - Variable in class magellan.library.gamebinding.AbstractOrderParser
 
layout - Variable in class magellan.client.swing.TempUnitDialog
 
LayoutCheckboxMenuItem - Class in magellan.client.actions.desktop
This class represents a menu item for one Docking layout.
LayoutCheckboxMenuItem(DockingLayout, DockingFrameworkBuilder) - Constructor for class magellan.client.actions.desktop.LayoutCheckboxMenuItem
 
layoutComponent2(boolean, boolean) - Method in class magellan.client.swing.tree.CellRenderer
 
layoutContainer(Container) - Method in class magellan.client.swing.CenterLayout
DOCUMENT-ME
layoutContainer(Container) - Method in class magellan.client.swing.layout.GridLayout2
From the web page: "Again, you first ensure you have the right number of rows and columns to lay out the components.
layoutContainer(Container) - Method in class magellan.client.swing.StartWindow.SimpleLayout
DOCUMENT-ME
layoutContainer(Container) - Method in class magellan.client.swing.tree.CellRenderer.SameHeightBoxLayout
 
layoutContainer(Container) - Method in class magellan.client.swing.tree.LineWrapCellRenderer.SimpleLayout
 
layoutContainer(Container) - Method in class magellan.client.swing.ui.WrapLayout
Layout the components in the Container using the layout logic of the parent FlowLayout class.
LayoutDeleteAction - Class in magellan.client.actions.desktop
 
LayoutDeleteAction(DockingFrameworkBuilder) - Constructor for class magellan.client.actions.desktop.LayoutDeleteAction
 
LayoutException() - Constructor for exception magellan.client.desktop.DockingLayout.LayoutException
 
LayoutException(String) - Constructor for exception magellan.client.desktop.DockingLayout.LayoutException
 
LayoutException(String, Throwable) - Constructor for exception magellan.client.desktop.DockingLayout.LayoutException
 
LayoutException(Throwable) - Constructor for exception magellan.client.desktop.DockingLayout.LayoutException
 
LayoutExportAction - Class in magellan.client.actions.desktop
 
LayoutExportAction(DockingFrameworkBuilder) - Constructor for class magellan.client.actions.desktop.LayoutExportAction
 
LayoutImportAction - Class in magellan.client.actions.desktop
 
LayoutImportAction(DockingFrameworkBuilder) - Constructor for class magellan.client.actions.desktop.LayoutImportAction
 
LayoutNewAction - Class in magellan.client.actions.desktop
With the help of the action it is possible to create new docking layouts.
LayoutNewAction(DockingFrameworkBuilder) - Constructor for class magellan.client.actions.desktop.LayoutNewAction
 
LayoutSaveAction - Class in magellan.client.actions.desktop
 
LayoutSaveAction(DFBInstance) - Constructor for class magellan.client.actions.desktop.LayoutSaveAction
 
LearnOrder - Class in magellan.library.gamebinding
A LERNE order.
LearnOrder(List<OrderToken>, String) - Constructor for class magellan.library.gamebinding.LearnOrder
 
LeaveOrder - Class in magellan.library.gamebinding
A leave order (VERLASSE)
LeaveOrder(List<OrderToken>, String) - Constructor for class magellan.library.gamebinding.LeaveOrder
 
LeaveReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.LeaveReader
 
LeaveRelation - Class in magellan.library.relation
A relation indicating that a unit leaves a unit container.
LeaveRelation(Unit, UnitContainer, int) - Constructor for class magellan.library.relation.LeaveRelation
Creates a new LeaveRelation object.
LeaveRelation(Unit, UnitContainer, int, boolean) - Constructor for class magellan.library.relation.LeaveRelation
Creates a new LeaveRelation object.
LEFT - Static variable in class magellan.client.swing.map.AbstractTextCellRenderer
DOCUMENT-ME
LEFT - Static variable in class magellan.client.swing.map.SignTextCellRenderer
DOCUMENT-ME
LeftBorder() - Constructor for class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel.LeftBorder
Creates a new LeftBorder object.
leftOf(CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Returns true if the coordinate is left of the box.
leftOf(CoordinateID) - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Returns true if the coordinate is left of this box (smaller x value).
leftPart - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
LehreReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.LehreReader
 
LerneReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.LerneReader
 
lessEqual(Region.Visibility) - Method in class magellan.library.Region.Visibility
Returns true if other is at least this.
LessReplacer - Class in magellan.library.utils.replacers
A Switch that compares the following to elements by their String replacement.
LessReplacer() - Constructor for class magellan.library.utils.replacers.LessReplacer
Creates a new LessReplacer object.
lessThan(Region.Visibility) - Method in class magellan.library.Region.Visibility
Returns true if other is more than this.
LevelMapping - Interface in magellan.library.utils.mapping
An interface calculating a mapping between two map levels (or layers).
LevelRelation - Class in magellan.library.utils.mapping
Represents the relation between two map levels by some coordinate transformation.
LevelRelation(int, int, int) - Constructor for class magellan.library.utils.mapping.LevelRelation
Creates a relation with fromLevel == toLevel.
LevelRelation(int, int, int, int, int, int) - Constructor for class magellan.library.utils.mapping.LevelRelation
 
LevelRelation(CoordinateID) - Constructor for class magellan.library.utils.mapping.LevelRelation
Creates a relation with fromLevel == toLevel == c.getZ() and scaleX == scaleY == 1.
LevelRelation(CoordinateID, int, int, int) - Constructor for class magellan.library.utils.mapping.LevelRelation
Creates a relation with toLevel == c.getZ().
levelSelect - Variable in class magellan.client.swing.context.MapContextMenu
 
LEXICAL_COMPARATOR - Static variable in class magellan.client.swing.table.TableSorter
Compares alphebetically using toString()
LIBRARY_EDIT - magellan.plugin.extendedcommands.PlugInAction
 
LIGHTHOUSE - Static variable in class magellan.library.Region.Visibility
2..lighthouse
line - Variable in class magellan.library.gamebinding.EresseaRelationFactory.OrderInfo
 
line - Variable in class magellan.library.relation.UnitRelation
The line in the source's orders that is the cause for this relation.
line - Variable in class magellan.library.tasks.SimpleProblem
 
LINE_TAG - Static variable in class magellan.client.swing.map.SignTextCellRenderer
Identifier in Region-Tags for MapLines
LinearUnitTempUnitComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit and TempUnit objects by sorting all temp units behind normal units.
LinearUnitTempUnitComparator(Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.LinearUnitTempUnitComparator
Creates a new LinearUnitTempUnitComparator object.
linebreak - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
lineMatcher - Variable in class magellan.library.io.nr.NRParser.AbstractReader
 
lineRenderer - Variable in class magellan.client.swing.MessagePanel
 
lineType - Variable in class magellan.client.swing.ArmyStatsPanel.WarLine
 
lineWrap - Variable in class magellan.client.preferences.ClientMessagePreferences
 
LineWrapCellRenderer - Class in magellan.client.swing.tree
DOCUMENT ME!
LineWrapCellRenderer(DefaultTreeCellRenderer) - Constructor for class magellan.client.swing.tree.LineWrapCellRenderer
Creates new Template
LineWrapCellRenderer.SimpleLayout - Class in magellan.client.swing.tree
 
list - Variable in class magellan.client.preferences.IconColorMappingPreferences
 
list - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
list - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
list - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.ImExportDialog
 
list - Variable in class magellan.library.utils.replacers.ListReplacer
 
LIST_FACTION - Static variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
List editors for currently selected element's faction (if applicable)
LIST_ISLAND - Static variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
List editors for currently selected element's island (if applicable)
LIST_REGION - Static variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
List editors for currently selected element's region (if applicable)
LIST_UNIT - Static variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
List only editor for current unit
listComp - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
ListCompletionGUI - Class in magellan.client.swing.completion
completion GUI that shows a list of entries in a floating window.
ListCompletionGUI() - Constructor for class magellan.client.swing.completion.ListCompletionGUI
 
listCont - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
ListenerComparator() - Constructor for class magellan.client.preferences.DesktopShortCutPreferences.ListenerComparator
 
listIterator() - Method in class magellan.library.impl.MagellanOrdersImplementation
 
listIterator(int) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
listMode - Variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
listModel - Variable in class magellan.client.preferences.IconColorMappingPreferences
 
listModel - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
listPane - Variable in class magellan.client.swing.completion.ListCompletionGUI
 
listProblems(Region) - Method in class magellan.library.tasks.AbstractInspector
Returns an empty list.
listProblems(Region) - Method in class magellan.library.tasks.BuildingInspector
Reviews the region for buildings with problems.
listProblems(Region) - Method in class magellan.library.tasks.GameDataInspector
 
listProblems(Region) - Method in interface magellan.library.tasks.Inspector
Reviews a region and returns the list of Problem objects which are of the given type.
listProblems(Region) - Method in class magellan.library.tasks.MaintenanceInspector
 
listProblems(Region) - Method in class magellan.library.tasks.MessageInspector
 
listProblems(Region) - Method in class magellan.library.tasks.OrderSyntaxInspector
 
listProblems(Region) - Method in class magellan.library.tasks.ShipInspector
Reviews the region for ships with problems.
ListReplacer - Class in magellan.library.utils.replacers
A replacer that maintains a list of replacers and simply concatenates their results.
ListReplacer(List<?>, String) - Constructor for class magellan.library.utils.replacers.ListReplacer
Creates new ListReplacer
ListTableModel(Object[][], Object[]) - Constructor for class magellan.client.preferences.DesktopShortCutPreferences.ListTableModel
Creates a new ListTableModel object.
lK - Variable in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
lnr - Variable in class magellan.library.io.cr.Scanner
current line number
load(File) - Static method in class magellan.library.io.cr.Loader
This method loads a report file from the given file.
load(File) - Method in interface magellan.library.utils.ReportMerger.Loader
Read a report from file.
load(File, StringViewMap, Map<String, View>, DockingFrameworkBuilder) - Static method in class magellan.client.desktop.DockingLayout
Loads a List of docking layouts from the given File.
load(InputStream) - Method in class magellan.library.utils.SelfCleaningProperties
Loads the properties from the given input stream and cleans them afterwards.
load(String) - Method in class magellan.client.utils.NameGenerator
 
load(List<DockingLayout>, Element, StringViewMap, Map<String, View>, DockingFrameworkBuilder) - Static method in class magellan.client.desktop.DockingLayout
Loads a Docking Layout from the XML file.
load(Map<String, Color>, String, boolean) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
load(Map<T, Color>, String, boolean, Class<T>) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Parses the global settings value with the given key into the hashtable dest.
load(Properties) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
load(AdvancedRegionShapeCellRenderer.ARRSet) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
load(AdvancedRegionShapeCellRenderer.ARRSet) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
loadAdditionalValueProperties() - Method in class magellan.client.swing.tree.CellRenderer
Loads the display values out of the settings.
loadAsynchronously(OpenOrdersAccessory, JFileChooser) - Method in class magellan.client.actions.file.OpenOrdersAction
 
loadBackground(Properties) - Static method in class magellan.client.swing.MagellanLookAndFeel
DOCUMENT-ME
loadBookmarks() - Method in class magellan.client.utils.BookmarkManager
 
loadCollapseProperty() - Method in class magellan.client.EMapOverviewPanel
 
loadComplete() - Method in class magellan.client.completion.AutoCompletion
Tries to use the active GUI from the settings.
loadCR(UserInterface, File) - Method in class magellan.client.Client
Loads game data from a file and returns it.
loadCRThread(boolean, File) - Method in class magellan.client.Client
This method asynchronously loads a CR into the client.
loadCRThread(File) - Method in class magellan.client.Client
This method asynchronously loads a CR into the client.
loadCurrentSet() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
loadEmphasizeData() - Static method in class magellan.client.swing.tree.CellRenderer
 
loader - Variable in class magellan.library.utils.ReportMerger
 
Loader - Class in magellan.library.io.cr
This used to be the Loader class.
Loader() - Constructor for class magellan.library.io.cr.Loader
 
loadExclusionData() - Method in class magellan.client.swing.ArmyStatsDialog
 
loadExpandProperties() - Method in class magellan.client.EMapOverviewPanel
 
loadFactionColors(boolean) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Loads the faction colors saved with the default key factionKey.
loadFactionColors(String, boolean) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Loads the faction colors saved with the given key.
loadFile(File) - Method in class magellan.client.utils.FileHistory
Loads the the given file.
loadFile(String) - Method in class magellan.client.swing.map.ImageCellRenderer
 
loadFile(String, boolean) - Method in class magellan.client.swing.map.ImageCellRenderer
 
loadFloatingWindow(RootWindow, Element) - Method in class magellan.client.desktop.DockingLayout
Creates a floatingwindow inside the rootwindow.
loadGeomColors() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
loadImage(String) - Method in class magellan.client.swing.map.BackgroundImageRenderer
 
loadImage(String) - Method in class magellan.client.utils.ImageFactory
Loads the given image.
loadImage(String, Boolean) - Method in class magellan.client.utils.ImageFactory
Loads the given image.
loadImageIcon(String) - Method in class magellan.client.utils.ImageFactory
DOCUMENT-ME
loadListProperty() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
loadMapImage(String) - Method in class magellan.client.utils.ImageFactory
Load an image by file name.
loadMapImage(String, boolean) - Method in class magellan.client.utils.ImageFactory
Load an image by file name.
loadOceanColor() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Loads the ocean color used for ocean fields in Politics Mode.
loadRect(Properties, Rectangle, String) - Static method in class magellan.library.utils.PropertiesHelper
Loads a rectangle from the settings using the given key.
loadRegionColors(boolean) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Loads the region colors saved with the default key regionKey.
loadRegionColors(String, boolean) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Loads the region colors saved with the given key.
loadRenderers() - Method in class magellan.client.utils.RendererLoader
This methods tries to find all kind of MapCellRenderer.
loadResourceBundle(ZipFile, MapCellRenderer) - Method in class magellan.client.utils.RendererLoader
 
loadSet(String) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
loadSet(String) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
Switches to the set with the given name.
loadSet(String, Properties) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
Switches to the given set.
loadSettings() - Method in class magellan.client.completion.AutoCompletion
 
loadSettings() - Method in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
loadSettings(File, String) - Static method in class magellan.client.Client
Load the file fileName in the given directory into the settings object.
loadSplitWindow(RootWindow, Element) - Method in class magellan.client.desktop.DockingLayout
Creates a SplitWindow inside a Dock.
loadStyleset(String) - Static method in class magellan.client.swing.tree.CellRenderer
Loads a styleset out of the property PropertiesHelper.CELLRENDERER_STYLESETS+name
loadStylesets() - Static method in class magellan.client.swing.tree.CellRenderer
Loads all custom stylesets.
loadTable() - Method in class magellan.client.swing.AlchemyDialog
Read dialog data from xml file.
loadTabWindow(RootWindow, Element) - Method in class magellan.client.desktop.DockingLayout
Creates a TabWindow inside a dock
loadTranslations() - Method in class magellan.client.desktop.MagellanDesktop
 
loadTypesets() - Method in class magellan.client.swing.tree.CellRenderer
 
loadUnknownColor() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Loads the unknown color used for unassigned fields in Politics Mode.
loadView(RootWindow, Element) - Method in class magellan.client.desktop.DockingLayout
Created a View inside a Dock.
loadWindowBar(RootWindow, Element) - Method in class magellan.client.desktop.DockingLayout
Creates a windowbar inside the rootwindow.
locale - Variable in class magellan.client.utils.LanguageDialog.Lang
 
locale - Variable in class magellan.library.CompleteData
 
LocaleHandler() - Constructor for class magellan.library.utils.OrderReader.LocaleHandler
 
LocaleReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.LocaleReader
 
Locales - Class in magellan.library.utils
Helper class for centrally managing different locales.
Locales() - Constructor for class magellan.library.utils.Locales
 
Localized - Interface in magellan.library
This interface should guarantee that the object can be localized.
log - Static variable in class magellan.library.io.AbstractReportParser
 
log - Static variable in class magellan.library.io.cr.CRParser
 
log - Static variable in class magellan.library.io.json.JSONParser
 
log - Static variable in class magellan.library.io.nr.NRParser
 
log - Static variable in class magellan.library.io.xml.XMLIO
DOCUMENT-ME
log - Static variable in class magellan.library.utils.MemoryManagment
 
log(int, Object, Throwable) - Method in class magellan.client.swing.DebugDock
 
log(int, Object, Throwable) - Method in class magellan.library.utils.logging.Logger
 
log(int, Object, Throwable) - Method in interface magellan.library.utils.logging.LogListener
 
log(Object) - Method in class magellan.library.utils.logging.AWTLogger
DOCUMENT-ME
log(Object, Throwable) - Method in class magellan.library.utils.logging.AWTLogger
DOCUMENT-ME
Log - Class in magellan.library.utils
 
Log(File) - Constructor for class magellan.library.utils.Log
Creates a new Log object copying the output onto the exported print stream to a file in the specified directory.
logArea - Variable in class magellan.client.swing.DebugDock
 
logFile - Static variable in class magellan.client.Client
 
Logger - Class in magellan.library.utils.logging
Logs events in different levels.
LogListener - Interface in magellan.library.utils.logging
A Log Listener will be informed about logging informations
LONG - magellan.library.io.cr.CRParser.Type
Long
LongID - Class in magellan.library
A class establishing the uniqueness property through a long.
LongID(long) - Constructor for class magellan.library.LongID
Constructs a new LongID object based on an Long object created from the specified long.
LongID(Long) - Constructor for class magellan.library.LongID
Constructs a new LongID object from the specified integer.
LongID(String) - Constructor for class magellan.library.LongID
Creates a new LongID object by parsing the specified string for a decimal integer.
LongOrderRelation - Interface in magellan.library.relation
A marker interface for long orders.
LONGORDERS - magellan.library.tasks.OrderSyntaxInspector.OrderSyntaxProblemTypes
 
longValue() - Method in class magellan.library.LongID
Returns the value of this LongID as an int.
LOST_ITEMS - magellan.library.tasks.TransferInspector.TransferProblemTypes
empty unit loses items
LOWER - magellan.plugin.extendedcommands.Priority
 
LOWEST - magellan.plugin.extendedcommands.Priority
 
luxuries - Variable in class magellan.client.swing.TradeOrganizer
 
luxuries - Variable in class magellan.client.swing.TradeOrganizerOld
 
LuxuryPrice - Class in magellan.library
A class representing the price of a luxury good as they are offered in any region.
LuxuryPrice(ItemType, int) - Constructor for class magellan.library.LuxuryPrice
Creates a new LuxuryPrice object with the specified luxury good and price.
LuxuryPriceReplacer - Class in magellan.library.utils.replacers
Returns price of luxury given as parameter.
LuxuryPriceReplacer() - Constructor for class magellan.library.utils.replacers.LuxuryPriceReplacer
Creates a new LuxuryPriceReplacer object.
luxuryTranslations - Variable in class magellan.client.swing.TradeOrganizer
 
luxuryTranslations - Variable in class magellan.client.swing.TradeOrganizerOld
 

M

M - Static variable in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
The direction Mir ("northwest")
MacheReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
magDesktopColor - Variable in class magellan.client.swing.MagellanLookAndFeel.MagMetalTheme
 
MAGELLAN_LOCATIONS_URL - Static variable in class magellan.library.utils.MagellanUrl
This URL should point to a file containing all other URLs (in properties file format:
key1 = value1
key2 = value2
# ....
magellan.client - package magellan.client
 
magellan.client.actions - package magellan.client.actions
 
magellan.client.actions.desktop - package magellan.client.actions.desktop
 
magellan.client.actions.edit - package magellan.client.actions.edit
 
magellan.client.actions.extras - package magellan.client.actions.extras
 
magellan.client.actions.file - package magellan.client.actions.file
 
magellan.client.actions.map - package magellan.client.actions.map
 
magellan.client.actions.orders - package magellan.client.actions.orders
 
magellan.client.completion - package magellan.client.completion
 
magellan.client.desktop - package magellan.client.desktop
 
magellan.client.event - package magellan.client.event
 
magellan.client.extern - package magellan.client.extern
 
magellan.client.preferences - package magellan.client.preferences
 
magellan.client.skillchart - package magellan.client.skillchart
 
magellan.client.swing - package magellan.client.swing
 
magellan.client.swing.basics - package magellan.client.swing.basics
 
magellan.client.swing.completion - package magellan.client.swing.completion
 
magellan.client.swing.context - package magellan.client.swing.context
 
magellan.client.swing.context.actions - package magellan.client.swing.context.actions
 
magellan.client.swing.desktop - package magellan.client.swing.desktop
 
magellan.client.swing.layout - package magellan.client.swing.layout
 
magellan.client.swing.map - package magellan.client.swing.map
 
magellan.client.swing.preferences - package magellan.client.swing.preferences
 
magellan.client.swing.table - package magellan.client.swing.table
 
magellan.client.swing.tasks - package magellan.client.swing.tasks
 
magellan.client.swing.tree - package magellan.client.swing.tree
 
magellan.client.swing.ui - package magellan.client.swing.ui
 
magellan.client.utils - package magellan.client.utils
 
magellan.client.utils.logging - package magellan.client.utils.logging
 
magellan.library - package magellan.library
 
magellan.library.completion - package magellan.library.completion
 
magellan.library.entities - package magellan.library.entities
 
magellan.library.event - package magellan.library.event
 
magellan.library.gamebinding - package magellan.library.gamebinding
 
magellan.library.gamebinding.atlantis - package magellan.library.gamebinding.atlantis
 
magellan.library.gamebinding.drac - package magellan.library.gamebinding.drac
 
magellan.library.gamebinding.e3a - package magellan.library.gamebinding.e3a
 
magellan.library.gamebinding.e4 - package magellan.library.gamebinding.e4
 
magellan.library.impl - package magellan.library.impl
 
magellan.library.io - package magellan.library.io
 
magellan.library.io.cr - package magellan.library.io.cr
 
magellan.library.io.file - package magellan.library.io.file
 
magellan.library.io.json - package magellan.library.io.json
 
magellan.library.io.nr - package magellan.library.io.nr
 
magellan.library.io.xml - package magellan.library.io.xml
 
magellan.library.merge - package magellan.library.merge
 
magellan.library.plugins - package magellan.library.plugins
 
magellan.library.relation - package magellan.library.relation
 
magellan.library.rules - package magellan.library.rules
 
magellan.library.tasks - package magellan.library.tasks
 
magellan.library.utils - package magellan.library.utils
 
magellan.library.utils.comparator - package magellan.library.utils.comparator
 
magellan.library.utils.comparator.tree - package magellan.library.utils.comparator.tree
 
magellan.library.utils.filters - package magellan.library.utils.filters
 
magellan.library.utils.guiwrapper - package magellan.library.utils.guiwrapper
 
magellan.library.utils.logging - package magellan.library.utils.logging
 
magellan.library.utils.mapping - package magellan.library.utils.mapping
 
magellan.library.utils.replacers - package magellan.library.utils.replacers
 
magellan.library.utils.transformation - package magellan.library.utils.transformation
 
magellan.plugin - package magellan.plugin
 
magellan.plugin.battleanalyzer - package magellan.plugin.battleanalyzer
 
magellan.plugin.extendedcommands - package magellan.plugin.extendedcommands
 
magellan.plugin.groupeditor - package magellan.plugin.groupeditor
 
MagellanBattleImpl - Class in magellan.library.impl
Container class for a battle.
MagellanBattleImpl(CoordinateID) - Constructor for class magellan.library.impl.MagellanBattleImpl
Create an empty Battle object with the specified id.
MagellanBattleImpl(CoordinateID, boolean) - Constructor for class magellan.library.impl.MagellanBattleImpl
Create an empty Battle object with the specified id.
MagellanBookmarkBuilder - Class in magellan.library.impl
 
MagellanBookmarkBuilder() - Constructor for class magellan.library.impl.MagellanBookmarkBuilder
 
MagellanBookmarkBuilder.BookmarkImpl - Class in magellan.library.impl
 
MagellanBorderImpl - Class in magellan.library.impl
Container class for a region border based on its representation in a cr version > 45.
MagellanBorderImpl(IntegerID) - Constructor for class magellan.library.impl.MagellanBorderImpl
Create a new Border object with the specified id.
MagellanBorderImpl(IntegerID, int, String, int) - Constructor for class magellan.library.impl.MagellanBorderImpl
Create a new Border object initialized to the specified values.
MagellanBuildingImpl - Class in magellan.library.impl
A Building found in Atlantis reports.
MagellanBuildingImpl(EntityID, GameData) - Constructor for class magellan.library.impl.MagellanBuildingImpl
Creates the Object for a building.
MagellanCombatSpellImpl - Class in magellan.library.impl
A class representing a combat spell set for a certain unit.
MagellanCombatSpellImpl(IntegerID) - Constructor for class magellan.library.impl.MagellanCombatSpellImpl
Creates a new CombatSpell object with the specified id.
MagellanContext - Class in magellan.client
This class keeps all anchors to global resources e.g.
MagellanContext(Client) - Constructor for class magellan.client.MagellanContext
Creates a context for the given client.
MagellanDescribedImpl - Class in magellan.library.impl
A class representing a uniquely identifiable object with a modifiable name and description.
MagellanDescribedImpl(ID) - Constructor for class magellan.library.impl.MagellanDescribedImpl
Constructs a new described object that is uniquely identifiable by the specified id.
MagellanDesktop - Class in magellan.client.desktop
This class represents the Magellan Desktop.
MagellanDesktop.BackgroundPanel - Class in magellan.client.desktop
 
MagellanDesktop.KeyHandler - Class in magellan.client.desktop
A handler class for key events.
MagellanDesktop.KeyHandler.GameEventListener - Class in magellan.client.desktop
The sub-shortcutlistener must be cleared when any game event appears
MagellanDesktop.KeyHandler.KeyboardActionListener - Class in magellan.client.desktop
 
MagellanEnvironment - Interface in magellan.client
This class keeps all anchors to global resources e.g.
MagellanFactionImpl - Class in magellan.library.impl
A class representing a faction in Eressea.
MagellanFactionImpl(EntityID, GameData) - Constructor for class magellan.library.impl.MagellanFactionImpl
Creates a new Faction object with the specified id on top of the specified game data object.
MagellanFactory - Class in magellan.library.utils
This factory returns all kind of Magellan objects. ....
MagellanFactory() - Constructor for class magellan.library.utils.MagellanFactory
 
MagellanFinder - Class in magellan.client.utils
Small class for start-up help.
MagellanFinder - Class in magellan.library.utils
Deprecated.
moved to package magellan.client.utils
MagellanFinder() - Constructor for class magellan.client.utils.MagellanFinder
 
MagellanFinder() - Constructor for class magellan.library.utils.MagellanFinder
Deprecated.
 
MagellanFocusTraversalPolicy - Class in magellan.client.swing
This is a small utility for a focus traversal policy based on a list of components.
MagellanFocusTraversalPolicy(Vector<Component>) - Constructor for class magellan.client.swing.MagellanFocusTraversalPolicy
 
MagellanGroupImpl - Class in magellan.library.impl
A class representing a group of units within a faction.
MagellanGroupImpl(IntegerID, GameData) - Constructor for class magellan.library.impl.MagellanGroupImpl
Create a new Group object.
MagellanGroupImpl(IntegerID, GameData, String) - Constructor for class magellan.library.impl.MagellanGroupImpl
Create a new Group object.
MagellanGroupImpl(IntegerID, GameData, String, Faction) - Constructor for class magellan.library.impl.MagellanGroupImpl
Create a new Group object.
MagellanHotSpotImpl - Class in magellan.library.impl
A class encapsulating a hot spot, which represents a region of interest on the map.
MagellanHotSpotImpl(IntegerID) - Constructor for class magellan.library.impl.MagellanHotSpotImpl
Create a new HotSpot object with the specified unique id.
MagellanIdentifiableImpl - Class in magellan.library.impl
A template class for objects to be uniquely identifiable by other objects.
MagellanIdentifiableImpl(ID) - Constructor for class magellan.library.impl.MagellanIdentifiableImpl
Creates a new identifiable object with the specified id.
MagellanImages - Class in magellan.library.utils
Helper class for loading images and icons.
MagellanImages() - Constructor for class magellan.library.utils.MagellanImages
 
MagellanIslandImpl - Class in magellan.library.impl
DOCUMENT-ME
MagellanIslandImpl(IntegerID, GameData) - Constructor for class magellan.library.impl.MagellanIslandImpl
Constructs a new Island object uniquely identifiable by the specified id.
MagellanLookAndFeel - Class in magellan.client.swing
DOCUMENT ME!
MagellanLookAndFeel() - Constructor for class magellan.client.swing.MagellanLookAndFeel
 
MagellanLookAndFeel.MagMetalTheme - Class in magellan.client.swing
 
MagellanMapEditPlugIn - Class in magellan.plugin
provides a MapContextMenu to edit the Map
MagellanMapEditPlugIn() - Constructor for class magellan.plugin.MagellanMapEditPlugIn
 
MagellanMessageImpl - Class in magellan.library.impl
A class for representing a message.
MagellanMessageImpl(String) - Constructor for class magellan.library.impl.MagellanMessageImpl
Creates a new Message object.
MagellanMessageImpl(ID, String) - Constructor for class magellan.library.impl.MagellanMessageImpl
Creates a new Message object.
MagellanMessageImpl(ID, String, MessageType, Map<String, String>) - Constructor for class magellan.library.impl.MagellanMessageImpl
Creates a new Message object.
MagellanMessageImpl(ID, MessageType, Map<String, String>) - Constructor for class magellan.library.impl.MagellanMessageImpl
Creates a new Message object.
MagellanMessageImpl(IntegerID) - Constructor for class magellan.library.impl.MagellanMessageImpl
Creates a new Message object.
MagellanMessageImpl(Message) - Constructor for class magellan.library.impl.MagellanMessageImpl
Creates a new Message object.
MagellanNamedImpl - Class in magellan.library.impl
A class representing a uniquely identifiable object with a modifiable name.
MagellanNamedImpl(ID) - Constructor for class magellan.library.impl.MagellanNamedImpl
Constructs a new named object that is uniquely identifiable by the specified id.
MagellanOrdersImplementation - Class in magellan.library.impl
A class for handling orders in the Unit object.
MagellanOrdersImplementation(Unit) - Constructor for class magellan.library.impl.MagellanOrdersImplementation
Creates a new Orders object.
MagellanOrdersImplementation(Unit, List<Order>) - Constructor for class magellan.library.impl.MagellanOrdersImplementation
Creates a new Orders object.
MagellanOrdersImplementation.OrdersIterator - Class in magellan.library.impl
A ListIterator for Orders.
MagellanPlugIn - Interface in magellan.client.extern
This is the interface that a Magellan PlugIn has to implement in order to be available in the Magellan Client.
MagellanPlugInLoader - Class in magellan.client.extern
This is the loader for all Magellan PlugIns.
MagellanPlugInLoader() - Constructor for class magellan.client.extern.MagellanPlugInLoader
 
MagellanPopupMenuFactory - Class in magellan.client.desktop
This is a factory for popup creation in a infonode docking environment.
MagellanPopupMenuFactory(ViewFactoryManager) - Constructor for class magellan.client.desktop.MagellanPopupMenuFactory
 
MagellanPotionImpl - Class in magellan.library.impl
Container class for a potion based on its representation in a cr version >= 42.
MagellanPotionImpl(IntegerID) - Constructor for class magellan.library.impl.MagellanPotionImpl
Constructs a new Potion object identified by id.
MagellanRegionImpl - Class in magellan.library.impl
 
MagellanRegionImpl(CoordinateID, GameData) - Constructor for class magellan.library.impl.MagellanRegionImpl
Constructs a new Region object uniquely identifiable by the specified id.
MagellanRelatedImpl - Class in magellan.library.impl
A RelatedObject knows concepts of relations
MagellanRelatedImpl(ID) - Constructor for class magellan.library.impl.MagellanRelatedImpl
Constructs a new described object that is uniquely identifiable by the specified id.
MagellanSchemeImpl - Class in magellan.library.impl
A class encapsulating a scheme object indicating the position of a region in the 'Astralraum' relative to the standard Eressea map.
MagellanSchemeImpl(CoordinateID) - Constructor for class magellan.library.impl.MagellanSchemeImpl
Create a new Scheme object with the specified unique ID.
MagellanShipImpl - Class in magellan.library.impl
A class for representing a ship.
MagellanShipImpl(EntityID, GameData) - Constructor for class magellan.library.impl.MagellanShipImpl
Creates a new Ship object.
MagellanSpellImpl - Class in magellan.library.impl
Container class for a spell based on its representation in a cr version >= 42.
MagellanSpellImpl(StringID, GameData) - Constructor for class magellan.library.impl.MagellanSpellImpl
Creates a new Spell object.
MagellanSpellImpl.Component - Class in magellan.library.impl
Standard spell component implementation.
MagellanTempUnitImpl - Class in magellan.library.impl
DOCUMENT-ME
MagellanTempUnitImpl(UnitID, MagellanUnitImpl) - Constructor for class magellan.library.impl.MagellanTempUnitImpl
Creates a new TempUnit object.
MagellanUndoManager - Class in magellan.client
TODO: undo/redo seems broken
MagellanUndoManager() - Constructor for class magellan.client.MagellanUndoManager
Creates new MagellanUndoManager
MagellanUnitContainerImpl - Class in magellan.library.impl
The implementation of UnitContainer of the Magellan client.
MagellanUnitContainerImpl(ID, GameData) - Constructor for class magellan.library.impl.MagellanUnitContainerImpl
Creates a new UnitContainer object.
MagellanUnitImpl - Class in magellan.library.impl
 
MagellanUnitImpl(UnitID, GameData) - Constructor for class magellan.library.impl.MagellanUnitImpl
Kinda obvious, right?
MagellanUrl - Class in magellan.library.utils
Utility class maintaining important URLs for Magellan.
MagellanUrl() - Constructor for class magellan.library.utils.MagellanUrl
 
MagellanZeroUnitImpl - Class in magellan.library.impl
A ZeroUnit mimics behaviour of a unit called "0".
MagellanZeroUnitImpl(Region) - Constructor for class magellan.library.impl.MagellanZeroUnitImpl
Creates a new ZeroUnit object, i.e. a unit that represent the peasants of a region.
mages - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
MagMetalTheme(Color) - Constructor for class magellan.client.swing.MagellanLookAndFeel.MagMetalTheme
Creates a new MagMetalTheme object.
MAIL - magellan.client.actions.file.SaveOrdersAction.Mode
send a mail
mailSubject - Variable in class magellan.library.GameData
The 'mail' subject for this game data.
mailTo - Variable in class magellan.library.GameData
The 'mail' connection this game data belongs to.
main - Variable in class magellan.library.utils.comparator.tree.GroupingComparator
 
main(String[]) - Static method in class magellan.client.Client
START & END Code
main(String[]) - Static method in class magellan.client.swing.basics.JComboBoxCompletion
Deprecated.
 
main(String[]) - Static method in class magellan.client.swing.basics.S17NonStrict
 
main(String[]) - Static method in class magellan.client.swing.desktop.WorkSpace
 
main(String[]) - Static method in class magellan.client.swing.JVorlage
Main method for standalone app.
main(String[]) - Static method in class magellan.library.rules.EresseaDate
Test method.
main(String[]) - Static method in class magellan.library.utils.Resources
 
main(String[]) - Static method in class magellan.library.utils.Sizeof
DOCUMENT-ME
MAIN - Static variable in class magellan.client.swing.tree.GraphicsElement
DOCUMENT-ME
MAIN_STYLE - Static variable in class magellan.client.swing.tree.CellRenderer
MAIN PART STYLE
MainMenuProvider - Interface in magellan.client.extern
To be instantiated by plugins which want to have an entry in the main menu
MaintainOrder - Class in magellan.library.gamebinding.e3a
A guard order (BEWACHE)
MaintainOrder(List<OrderToken>, String) - Constructor for class magellan.library.gamebinding.e3a.MaintainOrder
 
MaintenanceInspector - Class in magellan.library.tasks
Checks land movement for overload or too many horses.
MaintenanceInspector(GameData) - Constructor for class magellan.library.tasks.MaintenanceInspector
 
MaintenanceInspector.MaintenanceProblemTypes - Enum in magellan.library.tasks
 
MaintenanceRelation - Class in magellan.library.relation
A relation indicating that a unit pays maintenance of a building or ship.
MaintenanceRelation(Unit, UnitContainer, int, ItemType, String, String, int, boolean) - Constructor for class magellan.library.relation.MaintenanceRelation
Creates a new MaintenanceRelation object.
makeCompactGrid(Container, int, int, int, int, int, int) - Static method in class magellan.client.swing.basics.SpringUtilities
Aligns the first rows * cols components of parent in a grid.
makeGrid(Container, int, int, int, int, int, int) - Static method in class magellan.client.swing.basics.SpringUtilities
Aligns the first rows * cols components of parent in a grid.
makeHTMLFromString(String, boolean) - Static method in class magellan.client.swing.BasicRegionPanel
this is a helper function to migrate the old stuff to the new html layout
makeWrapper(Region, Region) - Method in class magellan.library.EmptyData
 
makeWrapper(Region, Region) - Method in class magellan.library.GameData
Makes r a "wraparound" region, removing it as a normal region.
MallornRegionSwitch - Class in magellan.library.utils.replacers
A switch that reacts if the given region is a mallorn region.
MallornRegionSwitch() - Constructor for class magellan.library.utils.replacers.MallornRegionSwitch
 
MallornReplacer - Class in magellan.library.utils.replacers
Returns mallorn amount
MallornReplacer(ItemType) - Constructor for class magellan.library.utils.replacers.MallornReplacer
 
MAP_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of MAP component
MAP_TAG - Static variable in class magellan.client.swing.map.RegionImageCellRenderer
Report tag for defining a different region image
MAP_TAG - Static variable in class magellan.client.swing.map.RegionShapeCellRenderer
The (REGION) tag in the cr that is used to define a color, the tag value is expected to be a string like #00ff00
MapCellRenderer - Interface in magellan.client.swing.map
The interface required of a class used as a map renderer.
MapContextMenu - Class in magellan.client.swing.context
A context menu for the map.
MapContextMenu(Client, EventDispatcher, Properties) - Constructor for class magellan.client.swing.context.MapContextMenu
Creates a new MapContextMenu object.
MapContextMenu.RendererActionListener - Class in magellan.client.swing.context
Reacts to actions from the Renderer submenu of the map context menu.
MapContextMenu.TooltipActionListener - Class in magellan.client.swing.context
 
MapContextMenuProvider - Interface in magellan.client.swing.context
PlugIns should implement this interface if the provide a JMenu as contextMenu after right-click on the Map
MapElement() - Constructor for class magellan.client.preferences.IconColorMappingPreferences.MapElement
 
MapMergeEvaluator - Class in magellan.library.gamebinding
 
MapMergeEvaluator() - Constructor for class magellan.library.gamebinding.MapMergeEvaluator
 
MapMetric - Interface in magellan.library.gamebinding
A map metric handles the properties of a coordinate system, mainly that of directions mapping to coordinates and vice versa.
mapPainter - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
mapPainter - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
mapper - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
Mapper - Class in magellan.client.swing.map
A component displaying a map based on a GameData object.
Mapper(MagellanContext, Collection<MapCellRenderer>, CellGeometry) - Constructor for class magellan.client.swing.map.Mapper
Creates a new Mapper object.
MapperAware - Interface in magellan.client.swing.map
Simple interface to get connected to a mapper.
MapperPanel - Class in magellan.client.swing
A panel holding all UI components related to an Eressea map.
MapperPanel(MagellanContext, Collection<MapCellRenderer>, CellGeometry) - Constructor for class magellan.client.swing.MapperPanel
Creates a new MapperPanel object.
MapperPanel.MinimapScaler - Class in magellan.client.swing
 
MapperPanel.TooltipShortcut - Class in magellan.client.swing
 
MapperPreferences - Class in magellan.client.swing.map
The preferences panel providing a GUI to configure a Mapper object.
MapperPreferences(Mapper) - Constructor for class magellan.client.swing.map.MapperPreferences
Creates a new MapperPreferences object.
MapperPreferences.ToolTipSwitcherDialog - Class in magellan.client.swing.map
 
MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog - Class in magellan.client.swing.map
 
MapperPreferences.ToolTipSwitcherDialog.AddTooltipDialog - Class in magellan.client.swing.map
A dialog for adding/editing tooltips.
MapperPreferences.ToolTipSwitcherDialog.ImExportDialog - Class in magellan.client.swing.map
Imports/exports tooltips from/to text files.
mapping - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
mapping - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
MappingEvaluator - Class in magellan.library.utils.mapping
 
MappingEvaluator() - Constructor for class magellan.library.utils.mapping.MappingEvaluator
 
MappingPanel() - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
Creates a new MappingPanel object.
MapPreferences - Class in magellan.client.preferences
Preferences adapter for Mapper and Minimapper.
MapPreferences(MapperPanel) - Constructor for class magellan.client.preferences.MapPreferences
Creates a new MapperPanelPreferences object.
MapRadixTree<T> - Interface in magellan.library.utils
A radix tree that implements the Map interface.
MapSaveAction - Class in magellan.client.actions.map
Saves the map as image.
MapSaveAction(Client, MapperPanel) - Constructor for class magellan.client.actions.map.MapSaveAction
Creates a new MapSaveAction object.
MapSaverUI - Class in magellan.client.swing
presents an UI to save the map as an image.
MapSaverUI(Frame, boolean, Component) - Constructor for class magellan.client.swing.MapSaverUI
Creates a new MapSaverUI object.
MapTransformer - Class in magellan.library.utils.transformation
Stores arbitrary mappings.
MapTransformer(MapMetric) - Constructor for class magellan.library.utils.transformation.MapTransformer
Creates a translator without fallback.
MapTransformer(ReportTransformer, MapMetric) - Constructor for class magellan.library.utils.transformation.MapTransformer
Uses the specified translator when no mapping is stored.
mark(int) - Method in class magellan.library.utils.JECheck
Mark the present position in the stream.
markedText - Variable in class magellan.client.swing.completion.MarkedTextCompletionGUI
 
MarkedTextCompletionGUI - Class in magellan.client.swing.completion
DOCUMENT ME!
MarkedTextCompletionGUI() - Constructor for class magellan.client.swing.completion.MarkedTextCompletionGUI
 
MarkingsImageCellRenderer - Class in magellan.client.swing.map
DOCUMENT-ME
MarkingsImageCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.MarkingsImageCellRenderer
Creates a new MarkingsImageCellRenderer object.
markSupported() - Method in class magellan.library.utils.JECheck
Tell whether this stream supports the mark() operation.
mask - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
maskDialog - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
matched - Variable in class magellan.library.io.nr.NRParser.AbstractReader
 
matches(String) - Method in class magellan.library.io.nr.NRParser.AbstractReader
 
matches(String) - Method in interface magellan.library.io.nr.NRParser.SectionReader
 
matches(Pattern, String) - Method in class magellan.library.io.nr.NRParser.AbstractReader
 
MAX_LEVEL - Static variable in class magellan.library.utils.logging.Logger
 
MAX_ROUND - Static variable in class magellan.plugin.battleanalyzer.BattleInfo
Number of rounds
MAX_ROWS - Static variable in class magellan.plugin.battleanalyzer.BattleInfo
Number of rows
MAX_UID - Static variable in class magellan.library.gamebinding.AbstractOrderParser
 
MAX_WIDTH - Static variable in class magellan.library.utils.FixedWidthWriter
The maximum line width this class supports
maxEntertain() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the silver that can be earned through entertainment in this region.
maxEntertain() - Method in interface magellan.library.Region
Returns the silver that can be earned through entertainment in this region.
maxEvalf - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
maxEvalfed - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
maxHeroes - Variable in class magellan.library.impl.MagellanFactionImpl
taken from the cr: actual max amount of heroes (Fiete)
MAXIMIZED_BOTH - Static variable in class magellan.library.utils.JVMUtilities
DOCUMENT-ME
MAXIMIZED_HORIZ - Static variable in class magellan.library.utils.JVMUtilities
DOCUMENT-ME
MAXIMIZED_VERT - Static variable in class magellan.library.utils.JVMUtilities
DOCUMENT-ME
maxList - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
maxLuxuries() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the maximum number of luxury items that can be bought in this region without a price penalty.
maxLuxuries() - Method in interface magellan.library.Region
Returns the maximum number of luxury items that can be bought in this region without a price penalty.
maxMigrants - Variable in class magellan.library.impl.MagellanFactionImpl
erlaubte Migranten
maxOldEntertain() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the silver that could be earned through entertainment in this region in the last week.
maxOldEntertain() - Method in interface magellan.library.Region
Returns the silver that could be earned through entertainment in this region.
maxOldLuxuries() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the maximum number of luxury items that could be bought in this region without a price penalty.
maxOldLuxuries() - Method in interface magellan.library.Region
Returns the maximum number of luxury items that could be bought in this region without a price penalty.
maxOldRecruit() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the maximum number of persons that can be recruited in this region.
maxOldRecruit() - Method in interface magellan.library.Region
Returns the maximum number of persons that can be recruited in this region.
maxPersons - Variable in class magellan.library.impl.MagellanShipImpl
The maximum capacity for persons <=getType().getMaxPersons()
maxRecruit() - Method in class magellan.library.impl.MagellanRegionImpl
Returns the maximum number of persons that can be recruited in this region.
maxRecruit() - Method in interface magellan.library.Region
Returns the maximum number of persons that can be recruited in this region.
maxText - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
maxTL - Variable in class magellan.library.utils.filters.UnitFactionTLFilter
 
MaxTradeReplacer - Class in magellan.library.utils.replacers
Returns trade volume.
MaxTradeReplacer() - Constructor for class magellan.library.utils.replacers.MaxTradeReplacer
 
maxUnits - Variable in class magellan.library.GameData
The "max_units" attribute
MaxValue(Integer) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.MaxValue
 
MaxValue(String) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.MaxValue
 
MaxWorkersReplacer - Class in magellan.library.utils.replacers
Returns the number of max workers per region.
MaxWorkersReplacer() - Constructor for class magellan.library.utils.replacers.MaxWorkersReplacer
 
maxx - Variable in class magellan.library.gamebinding.EresseaMapMetric.EBBox
The dimensions of the box
maxy - Variable in class magellan.library.gamebinding.EresseaMapMetric.EBBox
The dimensions of the box
MemoryManagment - Class in magellan.library.utils
Some functions for handling memory - control etc
MemoryManagment() - Constructor for class magellan.library.utils.MemoryManagment
 
men - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmies
 
men - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmy
 
men - Variable in class magellan.client.swing.ArmyStatsPanel.RegionArmies
 
men - Variable in class magellan.client.swing.ArmyStatsPanel.WarLine
 
men - Variable in class magellan.client.swing.ArmyStatsPanel.WholeArmy
 
MenuAction - Class in magellan.client.actions
A common super class for all menu actions.
MenuAction(Client) - Constructor for class magellan.client.actions.MenuAction
Creates a new MenuAction object reading its name, mnemonic and accelerator from the dictionary.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.desktop.LayoutDeleteAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.desktop.LayoutExportAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.desktop.LayoutImportAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.desktop.LayoutNewAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.desktop.LayoutSaveAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.edit.FindAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.edit.QuickFindAction
Displays the dialog and selects the entity (if found).
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.edit.RedoAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.edit.UndoAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.AlchemyAction
Calls the dialog.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.ArmyStatsAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.ConversionAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.FactionStatsAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.HelpAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.InfoAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.OptionAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.ProfileAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.RepaintAction
Called when the extras->repaint menu is selected.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.TileSetAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.TipOfTheDayAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.TradeOrganizerAction
Creates the dialog and makes it visible.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.extras.VorlageAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.file.AbortAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.file.AddCRAction
Called when the file->add menu is selected in order to add a certain cr file to current game data.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.file.ExportCRAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.file.FileSaveAsAction
Does the saving.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.file.OpenCRAction
Called when the file->open menu is selected in order to open a certain cr file.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.file.OpenOrdersAction
Asks for a txt file to be opened and tries to add the orders from it.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.file.QuitAction
Called when the file->open menu is selected in order to open a certain cr file.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.file.SaveOrdersAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.AbstractSelectionAction
Should change the selection and call AbstractSelectionAction.updateClientSelection().
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.ExpandSelectionAction
Performs the selection expansion.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.FillInsideAction
Performs the fill operation and fires a SelectionEvent.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.FillSelectionAction
Performs the fill operation and fires a SelectionEvent.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.InvertSelectionAction
Performs the selection change and fires SelectionEvent.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.IslandAction
 
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.MapSaveAction
Shows the UI to save the map.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.OpenSelectionAction
Opens a file dialog, changes selection and fires SelectionEvent.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.SaveSelectionAction
Opens a file dialog and saves current selection.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.SelectAllAction
Performs the new selection and notifies client.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.SelectIslandsAction
Expands the selection and notifies client.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.SelectNothingAction
Clears selection in the current layer and notifies client.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.SetGirthAction
Opens the SetGirthDialog, waits for user input if approved, then the map is changed.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.map.SetOriginAction
Opens the SetOriginDialog, waits for user input if approved, then setOrigin of class Client is called sets the new Origin
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.MenuAction
This method is called whenever this action is invoked.
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.orders.ChangeFactionConfirmationAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.orders.ConfirmAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.orders.FindPreviousUnconfirmedAction
DOCUMENT-ME
menuActionPerformed(ActionEvent) - Method in class magellan.client.actions.orders.UnconfirmAction
DOCUMENT-ME
MenuProvider - Interface in magellan.client.swing
Simple interface that shows that the implementing class provides a menu.
merge() - Method in class magellan.library.utils.ReportMerger
 
merge(Image, Image) - Method in class magellan.client.utils.ImageFactory
Combine two images of equal size to one, where the resulting image contains the RGB information of the first image directly and the RGB information of the second one as alpha channel information.
merge(String) - Method in class magellan.library.merge.PropertyMerger
 
merge(GameData, GameData) - Static method in class magellan.library.GameDataMerger
Merges the specified dataset with this dataset.
merge(GameData, GameData, ReportTransformer, ReportTransformer) - Static method in class magellan.library.GameDataMerger
Returns a new report that is the given report translated by the given transformers.
merge(GameData, RegionResource, GameData, RegionResource, boolean) - Static method in class magellan.library.RegionResource
Merges the information of curRes into newRes.
merge(GameData, MessageType, GameData, MessageType) - Static method in class magellan.library.rules.MessageType
Transfers all available information from the current message type to the new one.
merge(GameData, TempUnit, GameData, TempUnit, boolean, boolean) - Static method in class magellan.library.utils.MagellanFactory
merge(GameData, TempUnit, GameData, TempUnit, boolean, boolean, ReportTransformer) - Static method in class magellan.library.GameDataMerger
Merges two temp units.
merge(GameData, ReportTransformer) - Static method in class magellan.library.GameDataMerger
Returns a new report that is the given report translated by the given transformer.
merge(UserInterface, boolean, boolean, boolean) - Method in class magellan.library.utils.ReportMerger
Start merging
mergeAlliance(GameData, AllianceGroup, GameData, AllianceGroup) - Static method in class magellan.library.GameDataMerger
 
mergeAlliance(GameData, AllianceGroup, GameData, AllianceGroup) - Static method in class magellan.library.utils.MagellanFactory
mergeBeans(T, T) - Static method in class magellan.library.merge.PropertyMerger
 
mergeBoolean(String) - Method in class magellan.library.merge.PropertyMerger
 
mergeBooleans(String...) - Method in class magellan.library.merge.PropertyMerger
 
mergeBuilding(GameData, Building, GameData, Building) - Static method in class magellan.library.utils.MagellanFactory
mergeBuilding(GameData, Building, GameData, Building, ReportTransformer) - Static method in class magellan.library.GameDataMerger
Merges buildings.
mergeCombatSpell(GameData, CombatSpell, GameData, CombatSpell) - Static method in class magellan.library.GameDataMerger
Merges two combat spells.
mergeCombatSpell(GameData, CombatSpell, GameData, CombatSpell) - Static method in class magellan.library.utils.MagellanFactory
mergeComments(UnitContainer, UnitContainer) - Static method in class magellan.library.GameDataMerger
Merges only the comments of curShip to newShip.
mergeComments(UnitContainer, UnitContainer) - Static method in class magellan.library.utils.MagellanFactory
mergeEntity(String, Map<? extends ID, E>) - Method in class magellan.library.merge.PropertyMerger
 
mergeEntity(Island, Island, PropertyMerger<Island>) - Method in class magellan.library.merge.IslandMerger
 
mergeEntity(T, T, PropertyMerger<T>) - Method in class magellan.library.merge.EntityMerger
 
mergeEntityViews(Map<I, T>, Map<I, T>) - Method in class magellan.library.merge.EntityMerger
 
mergeFaction(GameData, Faction, GameData, Faction, boolean) - Static method in class magellan.library.utils.MagellanFactory
mergeFaction(GameData, Faction, GameData, Faction, boolean, ReportTransformer) - Static method in class magellan.library.GameDataMerger
Copies the values of curFaction to newFaction.
mergeGroup(GameData, Group, GameData, Group) - Static method in class magellan.library.GameDataMerger
Transfers all available information from the current group to the new one.
mergeGroup(GameData, Group, GameData, Group) - Static method in class magellan.library.utils.MagellanFactory
mergeInt(String) - Method in class magellan.library.merge.PropertyMerger
 
mergeInt(String, String, int) - Method in class magellan.library.merge.PropertyMerger
 
mergeInts(String...) - Method in class magellan.library.merge.PropertyMerger
 
MergeLineReader - Class in magellan.library.utils
A stream filtering line breaks escaped by a backslash character from the underlying stream.
MergeLineReader(Reader) - Constructor for class magellan.library.utils.MergeLineReader
Creates a new MergeLineReader object.
mergeMessage(GameData, Message, GameData, Message) - Static method in class magellan.library.utils.MagellanFactory
mergeMessage(GameData, Message, GameData, Message, ReportTransformer) - Static method in class magellan.library.GameDataMerger
Transfers all available information from the current message to the new one.
mergeNaturalInt(String) - Method in class magellan.library.merge.PropertyMerger
 
mergeObjects(String...) - Method in class magellan.library.merge.PropertyMerger
 
mergePotion(GameData, Potion, GameData, Potion) - Static method in class magellan.library.GameDataMerger
Merges potion.
mergePotion(GameData, Potion, GameData, Potion) - Static method in class magellan.library.utils.MagellanFactory
mergeRegion(GameData, Region, GameData, Region, boolean, boolean) - Static method in class magellan.library.utils.MagellanFactory
mergeRegion(GameData, Region, GameData, Region, boolean, boolean, ReportTransformer) - Static method in class magellan.library.GameDataMerger
Merges all info from curRegion into newRegion.
mergeResource(boolean, boolean, String) - Method in class magellan.library.merge.PropertyMerger
 
mergeResources(boolean, boolean, String...) - Method in class magellan.library.merge.PropertyMerger
 
mergeScheme(GameData, Scheme, GameData, Scheme) - Static method in class magellan.library.GameDataMerger
Merges two Scheme objects.
mergeScheme(GameData, Scheme, GameData, Scheme) - Static method in class magellan.library.utils.MagellanFactory
mergeShip(GameData, Ship, GameData, Ship) - Static method in class magellan.library.utils.MagellanFactory
mergeShip(GameData, Ship, GameData, Ship, ReportTransformer) - Static method in class magellan.library.GameDataMerger
Merges ships.
mergeSpell(GameData, Spell, GameData, Spell) - Static method in class magellan.library.GameDataMerger
Merges spells.
mergeSpell(GameData, Spell, GameData, Spell) - Static method in class magellan.library.utils.MagellanFactory
mergeUnit(GameData, Unit, GameData, Unit, boolean, boolean) - Static method in class magellan.library.utils.MagellanFactory
mergeUnit(GameData, Unit, GameData, Unit, boolean, boolean, ReportTransformer) - Static method in class magellan.library.GameDataMerger
Merges all info from curUnit into newUnit.
mergeUnitContainer(GameData, UnitContainer, GameData, UnitContainer) - Static method in class magellan.library.GameDataMerger
Merges UnitContainers.
mergeUnitContainer(GameData, UnitContainer, GameData, UnitContainer) - Static method in class magellan.library.utils.MagellanFactory
message - Variable in class magellan.library.tasks.SimpleProblem
 
Message - Interface in magellan.library
A class for representing a message.
MESSAGE - Static variable in class magellan.library.utils.JECheck.ECheckMessage
Some other message
MESSAGE_LINE - Static variable in class magellan.library.io.nr.NRParser
 
MessageInspector - Class in magellan.library.tasks
An inspector that displays all or selected (faction, region unit) messages.
MessageInspector(GameData) - Constructor for class magellan.library.tasks.MessageInspector
 
messageLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
MessageOrBattleProblem(Faction, Region, Unit, Object, MessageInspector) - Constructor for class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
MessagePanel - Class in magellan.client.swing
A class for displaying Eressea messages for regions or factions.
MessagePanel(EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.MessagePanel
Creates a new MessagePanel object.
MessageProblem(Message, Faction, Region, Unit, Object, MessageInspector) - Constructor for class magellan.library.tasks.ProblemFactory.MessageProblem
 
MessageRenderer - Interface in magellan.library.gamebinding
An interface defining the render Method each MessageRenderer should have.
messages - Variable in class magellan.library.impl.MagellanFactionImpl
contains all messages for this faction as Message objects
messages - Variable in class magellan.library.impl.MagellanRegionImpl
The messages for this region.
messages() - Method in interface magellan.library.Battle
Get the messages of this battle.
messages() - Method in class magellan.library.impl.MagellanBattleImpl
Get the messages of this battle.
MESSAGES_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the MESSAGES component
MESSAGES_LINE - Static variable in class magellan.library.io.nr.NRParser
 
MESSAGES_TYPE - Static variable in class magellan.library.io.nr.NRParser
 
messagesLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
MessageType - Class in magellan.library.rules
DOCUMENT-ME
MessageType(IntegerID) - Constructor for class magellan.library.rules.MessageType
Creates a new MessageType object.
MessageType(IntegerID, String) - Constructor for class magellan.library.rules.MessageType
Creates a new MessageType object.
MESSAGETYPE_SECTION_BATTLE_COLOR - Static variable in class magellan.library.utils.PropertiesHelper
Property type Color (#RRGGBB): background color for battle messages
MESSAGETYPE_SECTION_ECONOMY_COLOR - Static variable in class magellan.library.utils.PropertiesHelper
Property type Color (#RRGGBB): background color for economy messages
MESSAGETYPE_SECTION_ERRORS_COLOR - Static variable in class magellan.library.utils.PropertiesHelper
Property type Color (#RRGGBB): background color for error messages
MESSAGETYPE_SECTION_EVENTS_COLOR - Static variable in class magellan.library.utils.PropertiesHelper
Property type Color (#RRGGBB): background color for event messages
MESSAGETYPE_SECTION_MAGIC_COLOR - Static variable in class magellan.library.utils.PropertiesHelper
Property type Color (#RRGGBB): background color for magic messages
MESSAGETYPE_SECTION_MOVEMENTS_COLOR - Static variable in class magellan.library.utils.PropertiesHelper
Property type Color (#RRGGBB): background color for movement messages
MESSAGETYPE_SECTION_PRODUCTION_COLOR - Static variable in class magellan.library.utils.PropertiesHelper
Property type Color (#RRGGBB): background color for production messages
MESSAGETYPE_SECTION_STUDY_COLOR - Static variable in class magellan.library.utils.PropertiesHelper
Property type Color (#RRGGBB): background color for study messages
MessageTypeComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Message objects by comparing their types.
MessageTypeComparator(Comparator<? super MessageType>) - Constructor for class magellan.library.utils.comparator.MessageTypeComparator
Creates a new MessageTypeComparator object.
MessageTypeSectionComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on MessageType objects by comparing the sections (categories) they belong to.
MessageTypeSectionComparator(Comparator<MessageType>) - Constructor for class magellan.library.utils.comparator.MessageTypeSectionComparator
Creates a new MessageTypeSectionComparator object.
method - Variable in class magellan.library.utils.HTTPResult
 
method - Variable in class magellan.library.utils.replacers.RegionFieldReplacer
 
midPart - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
migrants - Variable in class magellan.library.impl.MagellanFactionImpl
aktuelle Migranten
minEvalf - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
minEvalfed - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
minimap - Variable in class magellan.client.swing.MapperPanel
 
MINIMAP_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of MINIMAP component
minimapLastType - Variable in class magellan.client.swing.map.Minimapper
 
minimapPane - Variable in class magellan.client.swing.MapperPanel
 
Minimapper - Class in magellan.client.swing.map
DOCUMENT ME!
Minimapper(MagellanContext) - Constructor for class magellan.client.swing.map.Minimapper
Creates new Minimapper.
MinimapPreferences - Class in magellan.client.preferences
 
MinimapPreferences(MapperPanel) - Constructor for class magellan.client.preferences.MinimapPreferences
Creates a new MinimapPreferences object.
minimapScaler - Variable in class magellan.client.swing.MapperPanel
 
MinimapScaler() - Constructor for class magellan.client.swing.MapperPanel.MinimapScaler
 
minimumFontSize - Variable in class magellan.client.swing.map.AbstractTextCellRenderer
 
minimumFontSize - Variable in class magellan.client.swing.map.SignTextCellRenderer
 
minimumFontSize - Variable in class magellan.client.swing.map.TextCellRenderer
 
minimumLayoutSize(Container) - Method in class magellan.client.swing.CenterLayout
DOCUMENT-ME
minimumLayoutSize(Container) - Method in class magellan.client.swing.layout.GridLayout2
From the web page: "The code for minimumLayoutSize() is basically the same as preferredLayoutSize(), except you use the subcomponents' minimum size dimensions."
minimumLayoutSize(Container) - Method in class magellan.client.swing.StartWindow.SimpleLayout
DOCUMENT-ME
minimumLayoutSize(Container) - Method in class magellan.client.swing.tree.CellRenderer.SameHeightBoxLayout
DOCUMENT-ME
minimumLayoutSize(Container) - Method in class magellan.client.swing.tree.LineWrapCellRenderer.SimpleLayout
 
minimumLayoutSize(Container) - Method in class magellan.client.swing.ui.WrapLayout
Returns the minimum dimensions needed to layout the visible components contained in the specified target container.
minList - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
minMemory - Static variable in class magellan.library.utils.MemoryManagment
minimal amount of free memory after calling gc and sleeping for MemoryManagment.waitingMillis.
minSellMultiplier - Variable in class magellan.client.swing.TradeOrganizer
 
minSellMultiplier - Variable in class magellan.client.swing.TradeOrganizerOld
 
minSellMultiplierSlider - Variable in class magellan.client.swing.TradeOrganizer
 
minSellMultiplierSlider - Variable in class magellan.client.swing.TradeOrganizerOld
 
minText - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
minTL - Variable in class magellan.library.utils.filters.UnitFactionTLFilter
 
minx - Variable in class magellan.library.gamebinding.EresseaMapMetric.EBBox
The dimensions of the box
miny - Variable in class magellan.library.gamebinding.EresseaMapMetric.EBBox
The dimensions of the box
MISC_TYPE - Static variable in class magellan.library.io.nr.NRParser
 
MissingData - Class in magellan.library
A Zero Pattern implementation of the GameData supporting all of the attributes defined there.
MissingData() - Constructor for class magellan.library.MissingData
Creates a new MissingData object.
MISTAKES_LINE - Static variable in class magellan.library.io.nr.NRParser
 
mistakesLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
MixedTreeCellRenderer - Class in magellan.client.swing.tree
DOCUMENT ME!
MixedTreeCellRenderer(TreeCellRenderer) - Constructor for class magellan.client.swing.tree.MixedTreeCellRenderer
Creates new Template
mode - Variable in class magellan.client.swing.CenterLayout
 
mode - Variable in class magellan.client.swing.RoutingDialog.RetValue
The route mode, a combination of RoutePlanner.MODE_... constants
mode - Variable in class magellan.library.utils.replacers.DescriptionReplacer
 
mode - Variable in class magellan.library.utils.replacers.RegionFieldReplacer
 
mode - Variable in class magellan.library.utils.replacers.SoldLuxuryReplacer
 
mode - Variable in class magellan.library.utils.replacers.TagReplacer
 
mode - Variable in class magellan.library.utils.replacers.UnitSkillCountReplacer
 
MODE_ALL - Static variable in class magellan.library.utils.replacers.RegionFieldReplacer
Identifier for "any value mode"
MODE_CONTINUOUS - Static variable in class magellan.library.utils.RoutePlanner
mode for ROUTE routes
MODE_NON_NEGATIVE - Static variable in class magellan.library.utils.replacers.RegionFieldReplacer
Identifier for "non-negative mode"
MODE_POSITIVE - Static variable in class magellan.library.utils.replacers.RegionFieldReplacer
Identifier for "positive mode"
MODE_RETURN - Static variable in class magellan.library.utils.RoutePlanner
mode for there and back routes
MODE_SKILL - Static variable in class magellan.library.utils.replacers.UnitSkillCountReplacer
count all units with the skill.
MODE_SKILL_MIN - Static variable in class magellan.library.utils.replacers.UnitSkillCountReplacer
count all units with at least a certain skill level
MODE_SKILL_SUM - Static variable in class magellan.library.utils.replacers.UnitSkillCountReplacer
count all skill points of persons with the skill
MODE_SKILL_SUM_MIN - Static variable in class magellan.library.utils.replacers.UnitSkillCountReplacer
count all skill points of persons with at least a certain skill level.
MODE_STOP - Static variable in class magellan.library.utils.RoutePlanner
mode for stop after route is finished
model - Variable in class magellan.client.preferences.DesktopShortCutPreferences
 
model - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
model - Variable in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
 
model - Variable in class magellan.client.swing.table.TableMap
 
model - Variable in class magellan.plugin.groupeditor.GroupEditorDock
 
modelIndex(int) - Method in class magellan.client.swing.table.TableSorter
Returns the row number in the model corresponding to the specified row index of the view.
modifiedCombatStatus - Variable in class magellan.library.utils.Cache
The expected combat status at beginning next turn acording to actual orders If cache is not calculated, status is EresseaConstants.CS_INIT;
modifiedContainerUnits - Variable in class magellan.library.utils.Cache
used in UnitContainer !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
modifiedGuard - Variable in class magellan.library.utils.Cache
guard status after orders
modifiedItems - Variable in class magellan.library.utils.Cache
DOCUMENT-ME
modifiedName - Variable in class magellan.library.utils.Cache
used in Unit and UnitContainer for modified name
modifiedPersons - Variable in class magellan.library.utils.Cache
number of persons after orders
modifiedRecruit() - Method in class magellan.library.impl.MagellanRegionImpl
DOCUMENT-ME
modifiedRecruit() - Method in interface magellan.library.Region
Returns the number of possible recruits.
modifiedSkills - Variable in class magellan.library.utils.Cache
used in Unit for skills after person transfers and recruiting !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
modifiedUnaided - Variable in class magellan.library.utils.Cache
The expected unaided - status at beginning next turn acording to actual orders cache status is detected with modifiedUnaidedValidated
modifiedUnaidedValidated - Variable in class magellan.library.utils.Cache
just a checker, if modifiedUnaided was already validated
modifiedUnits() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
modifiedUnits() - Method in interface magellan.library.UnitContainer
DOCUMENT-ME
modifiedUnitWeight - Variable in class magellan.library.utils.Cache
Deprecated.
currently unused
modify(String, PropertyMerger.Modifier<X>) - Method in class magellan.library.merge.PropertyMerger
 
modify(T) - Method in interface magellan.library.merge.PropertyMerger.Modifier
 
modifyItem - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
modItem - Variable in class magellan.client.swing.tree.ItemNodeWrapper
 
more - Variable in class magellan.client.swing.TempUnitDialog
 
moreButtonPanel - Variable in class magellan.client.swing.TempUnitDialog
 
morePanel - Variable in class magellan.client.swing.TempUnitDialog
 
mouseClicked(MouseEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Show a context menu on right-click.
mouseClicked(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
DOCUMENT-ME
mouseClicked(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
DOCUMENT-ME
mouseClicked(MouseEvent) - Method in class magellan.client.swing.tree.ContextManager
Handles right-click actions by selecting an appropriate context menu.
mouseDragged(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
DOCUMENT-ME
mouseDragged(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
DOCUMENT-ME
mouseEntered(MouseEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
mouseEntered(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
DOCUMENT-ME
mouseEntered(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
DOCUMENT-ME
mouseExited(MouseEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
mouseExited(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
DOCUMENT-ME
mouseExited(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
DOCUMENT-ME
mouseMoved(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
DOCUMENT-ME
mouseMoved(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
DOCUMENT-ME
mousePressed(MouseEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Selects the editor in multi editor layout.
mousePressed(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
DOCUMENT-ME
mousePressed(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
DOCUMENT-ME
mousePressed(MouseEvent) - Method in class magellan.client.swing.tree.ContextManager
 
mouseReleased(MouseEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
mouseReleased(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
DOCUMENT-ME
mouseReleased(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
DOCUMENT-ME
mouseReleased(MouseEvent) - Method in class magellan.client.swing.tree.ContextManager
 
MOVE_INVALID - magellan.library.tasks.MovementInspector.MovementProblemTypes
 
moveCursor - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
moveCursor - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
moved(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
moved(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
moveIndex - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
moveIndex - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
MovementEvaluator - Interface in magellan.library.gamebinding
Provides game specific methods concerning movement, load and such.
MovementInspector - Class in magellan.library.tasks
Checks land movement for overload or too many horses.
MovementInspector(GameData) - Constructor for class magellan.library.tasks.MovementInspector
 
MovementInspector.MovementProblemTypes - Enum in magellan.library.tasks
The singleton instance of this Inspector
MovementOrder - Class in magellan.library.gamebinding
A movement order (like MOVE, ROUTE)
MovementOrder(List<OrderToken>, String, boolean) - Constructor for class magellan.library.gamebinding.MovementOrder
 
movementPath - Variable in class magellan.library.utils.Cache
Used in Unit (FIXME(pavkovic): right now used in PathCellRenderer) to store movement information extracted from travelThru (-Ship) and faction messages
movementPathIsPassive - Variable in class magellan.library.utils.Cache
DOCUMENT-ME
MovementRelation - Class in magellan.library.relation
A relation indicating a movement of a unit.
MovementRelation(Unit, Unit, List<CoordinateID>, List<CoordinateID>, boolean, Region, int, int) - Constructor for class magellan.library.relation.MovementRelation
Creates a new MovementRelation object.
MOVEMENTTOOLONG - magellan.library.tasks.MovementInspector.MovementProblemTypes
 
MoveReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.MoveReader
 
moveTo(int, float) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
mPanel - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
msgTypes - Variable in class magellan.library.CompleteData
 
msgTypes() - Method in class magellan.library.GameData
All message types in this game data.
msgTypeView() - Method in class magellan.library.CompleteData
 
msgTypeView() - Method in class magellan.library.EmptyData
 
msgTypeView() - Method in class magellan.library.GameData
Returns a modifiable view of the message types.
MultidimensionalDistance(int, int, int, int) - Constructor for class magellan.library.utils.Regions.MultidimensionalDistance
 
MultiDimensionalInfo(Region) - Constructor for class magellan.library.utils.Regions.MultiDimensionalInfo
 
MultiDimensionalInfo(Region, int, int, int) - Constructor for class magellan.library.utils.Regions.MultiDimensionalInfo
 
MultiDimensionalInfo(Region, int, int, int, int) - Constructor for class magellan.library.utils.Regions.MultiDimensionalInfo
 
MultidimensionalMetric(Map<CoordinateID, Region>, Map<ID, RegionType>, CoordinateID, CoordinateID) - Constructor for class magellan.library.utils.Regions.MultidimensionalMetric
 
MultiEditorOrderEditorList - Class in magellan.client.swing.completion
A panel holding one or more OrderEditors.
MultiEditorOrderEditorList(EventDispatcher, GameData, Properties, UndoManager) - Constructor for class magellan.client.swing.completion.MultiEditorOrderEditorList
Creates a new MultiEditorOrderEditorList object.
MultiEditorOrderEditorList.ButtonPanel - Class in magellan.client.swing.completion
 
MultiIconNodeWrapper - Class in magellan.client.swing.tree
Deprecated.
actually never finished
MultiIconNodeWrapper(Object, String[], Object[], String) - Constructor for class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
 
MultiIconNodeWrapper.UnitGraphicsElement - Class in magellan.client.swing.tree
Deprecated.
 
MultiplicationOperator - Class in magellan.library.utils.replacers
An multiplication operator.
MultiplicationOperator() - Constructor for class magellan.library.utils.replacers.MultiplicationOperator
Creates a new MultiplicationOperator object.
MyAssigner() - Constructor for class magellan.library.GameData.MyAssigner
 
myFilter - Variable in class magellan.library.utils.replacers.FilterSwitch
 
MyFilterClass(Object) - Constructor for class magellan.library.utils.replacers.FilterSwitch.MyFilterClass
Creates a new MyFilterClass object.
myShow - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 

N

N - Static variable in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
The direction North
NachReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.NachReader
 
name - Variable in class magellan.client.preferences.IconStyleSetPreferences.TreeObject
 
name - Variable in class magellan.client.swing.context.MapContextMenu
 
name - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
 
name - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
name - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddTooltipDialog
 
name - Variable in class magellan.client.swing.TempUnitDialog
 
name - Variable in class magellan.library.gamebinding.RenameOrder
The new name
name - Variable in class magellan.library.impl.MagellanBookmarkBuilder.BookmarkImpl
 
name - Variable in class magellan.library.relation.RenameNamedRelation
The given name
name - Variable in class magellan.library.tasks.SimpleProblem
 
NAME - Static variable in class magellan.client.utils.ProfileManager
 
NAME - Static variable in class magellan.library.io.nr.NRParser
 
NAME_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the NAME component
NameComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on named objects by comparing their names alphabetically.
NameComparator(Comparator<? super Named>) - Constructor for class magellan.library.utils.comparator.NameComparator
Creates a new NameComparator object.
nameCon - Variable in class magellan.client.swing.TempUnitDialog
 
named - Variable in class magellan.library.relation.RenameNamedRelation
The object that is named
Named - Interface in magellan.library
An interface granting access to the name of an object.
NAMEDESCRIPTION_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the NAME&DESCRIPTION component
nameGen - Variable in class magellan.client.swing.TempUnitDialog
 
NameGenerator - Class in magellan.client.utils
DOCUMENT ME!
namePattern - Static variable in class magellan.library.io.nr.NRParser
 
NameReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.NameReader
 
names - Variable in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
 
NaturalOrderComparator<T extends java.lang.Comparable<T>> - Class in magellan.library.utils.comparator
Deprecated.
unnecessary?
NE - Static variable in class magellan.library.gamebinding.EresseaMapMetric
Direction northeast
NEIGHBOR - Static variable in class magellan.library.Region.Visibility
1..neighbour
NeustartReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.NeustartReader
 
newBlock(String) - Method in interface magellan.library.entities.Block
Adds a Block to the current block
newBlock(String, String) - Method in interface magellan.library.entities.Block
 
newCombatStatus - Variable in class magellan.library.relation.CombatStatusRelation
 
newerGD - Variable in class magellan.library.merge.BaseMerger
 
newGroupStates - Variable in class magellan.plugin.groupeditor.GroupEditorTableModel
 
newIsland - Variable in class magellan.client.swing.context.UnitContainerContextMenu
 
newLine() - Method in class magellan.library.utils.FixedWidthWriter
DOCUMENT-ME
NEWLINE - Static variable in class magellan.library.utils.replacers.NewLineReplacer
 
NewLineReplacer - Class in magellan.library.utils.replacers
Evaluates to the newline character.
NewLineReplacer() - Constructor for class magellan.library.utils.replacers.NewLineReplacer
 
newStates - Variable in class magellan.plugin.groupeditor.GroupEditorTableModel
 
newUnaided - Variable in class magellan.library.relation.CombatStatusRelation
 
newUnaidedSet - Variable in class magellan.library.relation.CombatStatusRelation
 
next() - Method in class magellan.client.swing.BasicRegionPanel.BasicStringTokenizer
 
next() - Method in class magellan.library.impl.MagellanOrdersImplementation.OrdersIterator
 
next() - Method in class magellan.library.utils.CompoundIterator
 
NEXT - Static variable in class magellan.client.swing.TipOfTheDay
 
NEXT_BRANCH - Static variable in interface magellan.library.utils.replacers.Replacer
The "else" keyword.
nextElement() - Method in class magellan.library.utils.IteratorEnumeration
DOCUMENT-ME
NextHandler() - Constructor for class magellan.library.utils.OrderReader.NextHandler
 
nextIndex() - Method in class magellan.library.impl.MagellanOrdersImplementation.OrdersIterator
 
nextLine() - Method in class magellan.library.io.nr.NRParser
 
nextLine(boolean, boolean) - Method in class magellan.library.io.nr.NRParser
 
nextToken - Variable in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
 
NO_LONG_ORDER - magellan.library.tasks.OrderSyntaxInspector.OrderSyntaxProblemTypes
 
NO_ORDERS - magellan.library.tasks.OrderSyntaxInspector.OrderSyntaxProblemTypes
 
NO_TYPE - Static variable in class magellan.library.rules.MessageType
 
nodeFactory - Variable in class magellan.client.swing.MessagePanel
 
nodeMap - Variable in class magellan.client.preferences.IconStyleSetPreferences
 
nodes - Variable in class magellan.client.swing.tree.AbstractNodeWrapperDrawPolicy
 
NodeWrapperDrawPolicy - Interface in magellan.client.swing.tree
A PreferencesFactory for node wrappers.
nodeWrapperFactory - Variable in class magellan.client.EMapDetailsPanel
 
NodeWrapperFactory - Class in magellan.client.swing.tree
DOCUMENT ME!
NodeWrapperFactory(Properties) - Constructor for class magellan.client.swing.tree.NodeWrapperFactory
Creates new NodeWrapperFactory
NodeWrapperFactory(Properties, String, String) - Constructor for class magellan.client.swing.tree.NodeWrapperFactory
Creates a new NodeWrapperFactory object.
noGroupSubCmp - Variable in class magellan.library.utils.comparator.UnitGroupComparator
 
noIslandSubCmp - Variable in class magellan.library.utils.comparator.RegionIslandComparator
 
NoneCompletionGUI - Class in magellan.client.swing.completion
DOCUMENT ME!
NoneCompletionGUI() - Constructor for class magellan.client.swing.completion.NoneCompletionGUI
Creates new NoneCompletionGUI
nonSelBorder - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
nonShown - Variable in class magellan.client.swing.TipOfTheDay
 
norm - Variable in class magellan.client.preferences.DesktopShortCutPreferences.StrokeRenderer
 
NORMAL - magellan.plugin.extendedcommands.Priority
 
NORMAL - Static variable in class magellan.library.utils.JVMUtilities
DOCUMENT-ME
normalize(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
normalize(String) - Method in class magellan.library.utils.OrderReader
 
normalize(String) - Static method in class magellan.library.utils.Umlaut
Expand all umlauts in a string and convert it to uppercase.
normalizeDescription(String) - Method in class magellan.client.EMapDetailsPanel
 
normalizeName(String) - Static method in class magellan.library.gamebinding.AbstractOrderParser
Returns name with '~' replaced by spaces and Umlauts replaced, too.
normCursor - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
normCursor - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
noSkillPoints - Variable in class magellan.library.GameData
Indicates whether in this report skill points are to be expected or whether they are meaningful, respectively.
noSkillPoints() - Method in class magellan.library.Skill
Indicated whether the skill points value of this Skill object has relevance, i.e. was either read from a report or calculated as there can be reports with only skill levels and no points.
NOT_SORTED - Static variable in class magellan.client.swing.table.TableSorter
Unsorted sort order.
NOTFIGHTING - magellan.library.tasks.AttackInspector.AttackProblemTypes
 
NOTFIGHTING4GUARD - magellan.library.tasks.AttackInspector.AttackProblemTypes
 
NOTLEARNING - magellan.library.tasks.TeachInspector.TeachProblemTypes
 
notNullString(Object) - Static method in class magellan.library.utils.Utils
Returns a never null string.
notNullString(Object, String) - Static method in class magellan.library.utils.Utils
Returns a never null string.
NotReplacer - Class in magellan.library.utils.replacers
Negates the argument if it is TRUE or FALSE.
NotReplacer() - Constructor for class magellan.library.utils.replacers.NotReplacer
Creates new NotReplacer
NotUniqueEntryException() - Constructor for exception magellan.library.io.file.FileTypeFactory.NotUniqueEntryException
 
NoValidEntryException() - Constructor for exception magellan.library.io.file.FileTypeFactory.NoValidEntryException
 
NR_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Selects .nr files
NRGameNameIO - Class in magellan.library.io.nr
Extracts a game name from a nr report.
NRGameNameIO() - Constructor for class magellan.library.io.nr.NRGameNameIO
 
NRParser - Class in magellan.library.io.nr
Parser for nr-files.
NRParser(UserInterface) - Constructor for class magellan.library.io.nr.NRParser
Creates a new parser.
NRParser(UserInterface, ReportTransformer) - Constructor for class magellan.library.io.nr.NRParser
Creates a new parser.
NRParser.AbstractReader - Class in magellan.library.io.nr
 
NRParser.MessageReader - Class in magellan.library.io.nr
 
NRParser.ParseException - Exception in magellan.library.io.nr
 
NRParser.RegionReader - Class in magellan.library.io.nr
 
NRParser.SectionReader - Interface in magellan.library.io.nr
 
NRParser.StatusReader - Class in magellan.library.io.nr
 
NULL - Static variable in class magellan.library.Region.Visibility
0..very poor - no info (->visibility=null)
NULL - Static variable in class magellan.library.utils.MagellanImages
 
nullEqualsZero - Variable in class magellan.library.utils.replacers.OperationMode
 
NullReplacer - Class in magellan.library.utils.replacers
Returns true iff the argument is null.
NullReplacer() - Constructor for class magellan.library.utils.replacers.NullReplacer
Creates new NotReplacer
NullUserInterface - Class in magellan.library.utils
This class implements a UserInterface that shows no output.
NullUserInterface() - Constructor for class magellan.library.utils.NullUserInterface
 
NUM - Static variable in class magellan.library.io.nr.NRParser
 
number - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
number - Variable in class magellan.client.swing.TipOfTheDay.Tip
 
number - Static variable in class magellan.library.GameDataMerger
 
number - Static variable in class magellan.library.io.AbstractReportParser
 
NUMBER_PART - Static variable in class magellan.library.io.nr.NRParser
 
numberFormat - Static variable in class magellan.library.utils.replacers.ListReplacer
 
NumberHandler(OrderParser, int, int) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.NumberHandler
 
NumberHandler(OrderParser, int, int, boolean) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.NumberHandler
 
numberOfShownSkills() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns the maximum number of skill icons that should be shown.
numberPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
numbers - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel.ColorPainter
 
numbers - Variable in class magellan.library.utils.replacers.AbstractOperator
 
NumberStringComparator - Class in magellan.library.utils
A comparator that sorts strings that may represent numbers.
numKeys - Static variable in class magellan.client.completion.AutoCompletion
number of completer keys (cycle forward, cycle backward, complete, cancel, start
NummerReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.NummerReader
 
numPattern - Static variable in class magellan.library.io.nr.NRParser
 
NW - Static variable in class magellan.library.gamebinding.EresseaMapMetric
Direction northwest
nwadapters - Variable in class magellan.client.preferences.IconPreferences
 
nwfactorys - Variable in class magellan.client.preferences.IconPreferences
 

O

O_ADDRESSES - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ADDRESSES
O_AFTER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant AFTER
O_AGGRESSIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by COMBAT_AGGRESSIVE
O_ALL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ALL
O_ATTACK - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ATTACK
O_AURA - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant AURA
O_BANNER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant BANNER
O_BEFORE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant BEFORE
O_BUILDING - Static variable in class magellan.library.gamebinding.EresseaConstants
BENNEN GEBÄUDE xyz
O_BUY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant BUY
O_BZIP2 - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant BZIP2
O_CARRY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CARRY
O_CAST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CAST
O_CASTLE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CASTLE
O_CLAIM - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CLAIM
O_COMBAT - Static variable in class magellan.library.gamebinding.EresseaConstants
"KÄMPFE [AGGRESSIV|HINTEN|DEFENSIV...]"
O_COMBAT_AGGRESSIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
argument of COMBAT order
O_COMBAT_DEFENSIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
argument of COMBAT order
O_COMBAT_FLEE - Static variable in class magellan.library.gamebinding.EresseaConstants
argument of COMBAT order
O_COMBAT_FRONT - Static variable in class magellan.library.gamebinding.EresseaConstants
argument of COMBAT order NOTE: "KÄMPFE" is now preferred to "KÄMPFE VORNE"
O_COMBAT_HELP - Static variable in class magellan.library.gamebinding.EresseaConstants
The "HELFE" from KÄMPFE HELFE [NICHT]
O_COMBAT_NOT - Static variable in class magellan.library.gamebinding.EresseaConstants
argument of COMBAT order
O_COMBAT_REAR - Static variable in class magellan.library.gamebinding.EresseaConstants
argument of COMBAT order
O_COMBATSPELL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMBATSPELL
O_COMMENT - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
String to mark comments
O_COMMENT - Static variable in class magellan.library.gamebinding.EresseaConstants
Command marker
O_COMPUTER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMPUTER
O_CONTACT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CONTACT
O_CONTROL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CONTROL
O_DEFAULT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant DEFAULT
O_DEFENSIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by O_COMBAT_DEFENSIVE
O_DESCRIBE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant DESCRIBE
O_DESTROY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant DESTROY
O_E - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant E
O_EACH - Static variable in class magellan.library.gamebinding.EresseaConstants
EACH/JE keyword
O_EAST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant EAST
O_EMAIL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant EMAIL
O_END - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant END
O_ENTER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ENTER
O_ENTERTAIN - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ENTERTAIN
O_ERESSEA - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ERESSEA
O_FACTION - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant for the FACTION order
O_FACTIONSTEALTH - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by HELP_FACTIONSTEALTH
O_FLEE - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by COMBAT_FLEE
O_FOLLOW - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant FOLLOW
O_FOREIGN - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
you should use one of O_FOREIGNUNIT, -FACTION, -BUILDING, -SHIP
O_FOREIGNBUILDING - Static variable in class magellan.library.gamebinding.EresseaConstants
BENENNE FREMDE BURG
O_FOREIGNFACTION - Static variable in class magellan.library.gamebinding.EresseaConstants
BENENNE FREMDE PARTEI
O_FOREIGNSHIP - Static variable in class magellan.library.gamebinding.EresseaConstants
BENENNE FREMDES SCHIFF
O_FOREIGNUNIT - Static variable in class magellan.library.gamebinding.EresseaConstants
BENENNE FREMDE EINHEIT
O_FORGET - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant FORGET
O_FRONT - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by COMBAT_FRONT
O_GIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant GIVE
O_GROUP - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant GROUP
O_GROW - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant GROW
O_GUARD - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant GUARD
O_HELP - Static variable in class magellan.library.gamebinding.EresseaConstants
The "HELFE" command
O_HELP_COMBAT - Static variable in class magellan.library.gamebinding.EresseaConstants
The "KÄMPFE" from HELFE KÄMPFE
O_HELP_FACTIONSTEALTH - Static variable in class magellan.library.gamebinding.EresseaConstants
The "PARTEITARNUNG" from HELFE PARTEITARNUNG
O_HELP_GIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
The "GIB" from HELFE GIB
O_HELP_GUARD - Static variable in class magellan.library.gamebinding.EresseaConstants
The "BEWACHE" from HELFE BEWACHE
O_HELP_SILVER - Static variable in class magellan.library.gamebinding.EresseaConstants
The "SILBER" from HELFE SILBER
O_HERBS - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HERBS
O_HIDE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HIDE
O_HORSES - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HORSES
O_ITEMPOOL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ITEMPOOL
O_LEARN - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant LEARN
O_LEAVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant LEAVE
O_LEVEL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant LEVEL
O_LOCALE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant LOCALE
O_MAKE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MAKE
O_MAKETEMP - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MAKETEMP
O_MALLORNSEED - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MALLORNSEED
O_MEN - Static variable in class magellan.library.gamebinding.EresseaConstants
As in GIB 123 2 PERSONEN
O_MESSAGE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MESSAGE
O_MOVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MOVE
O_NAME - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NAME
O_NE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NE
O_NEXT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NEXT
O_NORTHEAST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NORTHEAST
O_NORTHWEST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NORTHWEST
O_NOT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NOT
O_NUMBER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NUMBER
O_NW - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NW
O_OPTION - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant OPTION
O_ORIGIN - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ORIGIN
O_PASSWORD - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PASSWORD
O_PAUSE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PAUSE
O_PCOMMENT - Static variable in class magellan.library.gamebinding.EresseaConstants
Persistent comments
O_PERSISTENT - Static variable in class magellan.library.gamebinding.EresseaConstants
Marker for persistent orders
O_PIRACY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PIRACY
O_PLAINTEXT - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
Same as O_REPORT
O_PLANT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PLANT
O_POTIONS - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant POTIONS
O_PREFIX - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PREFIX
O_PRIVATE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PRIVATE
O_PROMOTION - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PROMOTION
O_QUIT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant QUIT
O_REAR - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by O_COMBAT_REAR
O_RECRUIT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant RECRUIT
O_REGION - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant REGION
O_REPORT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant REPORT
O_RESEARCH - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant RESEARCH
O_RESERVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant RESERVE
O_RESTART - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant RESTART
O_RIDE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant RIDE
O_ROAD - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ROAD
O_ROUTE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ROUTE
O_SABOTAGE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SABOTAGE
O_SCORE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SCORE, deprecated
O_SE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SE
O_SEED - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SEED
O_SELL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SELL
O_SHIP - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SHIP
O_SHOW - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SHOW
O_SIEGE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SIEGE
O_SILVER - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
use rules.getItemType(EresseaConstants.I_SILVER) instead
O_SILVERPOOL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SILVERPOOL
O_SORT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SORT
O_SOUTHEAST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SOUTHEAST
O_SOUTHWEST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SOUTHWEST
O_SPELLS - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SPELLS
O_SPY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SPY
O_STATISTICS - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant STATISTICS
O_STEAL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant STEAL
O_SUPPLY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SUPPLY
O_SW - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SW
O_TAX - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant TAX
O_TEACH - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant TEACH
O_TEMP - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
use #OC_MAKETEMP
O_TEMPLATE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant TEMPLATE
O_TREES - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant TREES
O_UNIT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant UNIT
O_USE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant USE
O_W - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant W
O_WEST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant WEST
O_WORK - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant WORK
O_ZIPPED - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ZIPPED
object - Variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
object - Variable in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
object - Variable in class magellan.library.tasks.SimpleProblem
 
OBJECT - Static variable in class magellan.library.io.nr.NRParser
 
OBJECT2 - Static variable in class magellan.library.io.nr.NRParser
 
object2Pattern - Static variable in class magellan.library.io.nr.NRParser
 
objectList - Variable in class magellan.client.swing.map.Mapper
 
objectPattern - Static variable in class magellan.library.io.nr.NRParser
 
ObjectType - Class in magellan.library.rules
DOCUMENT-ME
ObjectType(ID) - Constructor for class magellan.library.rules.ObjectType
Creates a new ObjectType object.
obs - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
obs - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer
 
obs - Variable in class magellan.client.swing.map.RegionImageCellRenderer
 
obs - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
 
obs - Variable in class magellan.client.swing.map.TradeTextCellRenderer
 
OC_ACCEPT - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order ACCEPT
OC_ADDRESS - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order ADDRESS
OC_ADDRESSES - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ADDRESSES
OC_ADMIT - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order ADMIT
OC_AFTER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant AFTER
OC_AGGRESSIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by COMBAT_AGGRESSIVE
OC_ALL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ALL
OC_ALLIANCE - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Order constant ALLIANCE
OC_ALLIANCE_COMMAND - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Order constant ALLIANCE_COMMAND
OC_ALLIANCE_INVITE - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Order constant ALLIANCE_INVITE
OC_ALLIANCE_JOIN - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Order constant ALLIANCE_JOIN
OC_ALLIANCE_KICK - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Order constant ALLIANCE_KICK
OC_ALLIANCE_LEAVE - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Order constant ALLIANCE_LEAVE
OC_ALLIANCE_NEW - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Order constant ALLIANCE_NEW
OC_ALLY - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order ALLY
OC_ANWERBEN - Static variable in class magellan.library.gamebinding.AllanonConstants
Order constant ANWERBEN
OC_ATTACK - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order ATTACK
OC_ATTACK - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ATTACK
OC_AURA - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant AURA
OC_BANNER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant BANNER
OC_BEANSPRUCHE - Static variable in class magellan.library.gamebinding.AllanonConstants
Order constant BEANSPRUCHE
OC_BEFORE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant BEFORE
OC_BEHIND - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order BEHIND
OC_BOARD - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order BOARD
OC_BUILD - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order BUILD
OC_BUILDING - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant BUILDING
OC_BUILDING - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant BUILDING
OC_BUY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant BUY
OC_BZIP2 - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant BZIP2
OC_CARRY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CARRY
OC_CAST - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order CAST
OC_CAST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CAST
OC_CASTLE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CASTLE
OC_CLAIM - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CLAIM
OC_COMBAT - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order COMBAT
OC_COMBAT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMBAT
OC_COMBAT_AGGRESSIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMBAT_AGGRESSIVE
OC_COMBAT_DEFENSIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMBAT_DEFENSIVE
OC_COMBAT_FLEE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMBAT_FLEE
OC_COMBAT_FRONT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMBAT_FRONT
OC_COMBAT_HELP - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMBAT_HELP
OC_COMBAT_NOT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMBAT_NOT
OC_COMBAT_REAR - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMBAT_REAR
OC_COMBATSPELL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMBATSPELL
OC_COMMENT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ;
OC_COMPUTER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant COMPUTER
OC_CONTACT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CONTACT
OC_CONTROL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant CONTROL
OC_DEFAULT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant DEFAULT
OC_DEFENSIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by O_COMBAT_DEFENSIVE
OC_DEMOLISH - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order DEMOLISH
OC_DESCRIBE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant DESCRIBE
OC_DESTROY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant DESTROY
OC_DISPLAY - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order DISPLAY
OC_E - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant East
OC_E - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant E
OC_EACH - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant EACH
OC_EAST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant EAST
OC_EMAIL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant EMAIL
OC_END - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant END
OC_END - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant END
OC_ENTER - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order ENTER
OC_ENTER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ENTER
OC_ENTERTAIN - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order ENTERTAIN
OC_ENTERTAIN - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ENTERTAIN
OC_ERESSEA - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ERESSEA
OC_ERKUNDEN - Static variable in class magellan.library.gamebinding.AllanonConstants
Order constant ERKUNDEN
OC_FACTION - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant FACTION
OC_FACTION - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant for the FACTION order
OC_FACTIONSTEALTH - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by HELP_FACTIONSTEALTH
OC_FIND - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order FIND
OC_FLEE - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by COMBAT_FLEE
OC_FOLLOW - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant FOLLOW
OC_FOREIGN - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
you should use one of O_FOREIGNUNIT, -FACTION, -BUILDING, -SHIP
OC_FOREIGNBUILDING - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant FOREIGNBUILDING
OC_FOREIGNFACTION - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant FOREIGNFACTION
OC_FOREIGNSHIP - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant FOREIGNSHIP
OC_FOREIGNUNIT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant FOREIGNUNIT
OC_FORGET - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant FORGET
OC_FORM - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order FORM
OC_FRONT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant FRONT
OC_GIVE - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order GIVE
OC_GIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant GIVE
OC_GROUP - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant GROUP
OC_GROW - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant GROW
OC_GUARD - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order GUARD
OC_GUARD - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant GUARD
OC_HELP - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HELP
OC_HELP_COMBAT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HELP_COMBAT
OC_HELP_FACTIONSTEALTH - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HELP_FACTIONSTEALTH
OC_HELP_GIVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HELP_GIVE
OC_HELP_GUARD - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HELP_GUARD
OC_HELP_SILVER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HELP_SILVER
OC_HERBS - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HERBS
OC_HIDE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HIDE
OC_HORSES - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant HORSES
OC_ITEMPOOL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ITEMPOOL
OC_KARAWANE - Static variable in class magellan.library.gamebinding.AllanonConstants
Order constant KARAWANE
OC_LEARN - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant LEARN
OC_LEAVE - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order LEAVE
OC_LEAVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant LEAVE
OC_LEVEL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant LEVEL
OC_LOCALE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant LOCALE
OC_M - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant Mir
OC_MAKE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MAKE
OC_MAKETEMP - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MAKETEMP
OC_MALLORNSEED - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MALLORNSEED
OC_MEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MEN
OC_MESSAGE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MESSAGE
OC_MEUCHELN - Static variable in class magellan.library.gamebinding.AllanonConstants
Order constant MEUCHELN
OC_MOVE - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order MOVE
OC_MOVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant MOVE
OC_N - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant North
OC_NAME - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order NAME
OC_NAME - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NAME
OC_NE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NE
OC_NEW - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant NEW
OC_NEXT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NEXT
OC_NORTHEAST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NORTHEAST
OC_NORTHWEST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NORTHWEST
OC_NOT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NOT
OC_NUMBER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NUMBER
OC_NW - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant NW
OC_OPTION - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant OPTION
OC_ORIGIN - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ORIGIN
OC_PARAMETER_FACTION - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant for orders such as BENENNE PARTEI
OC_PARAMETER_FACTION - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant FACTION as parameter
OC_PASSWORD - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order PASSWORD
OC_PASSWORD - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PASSWORD
OC_PAUSE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PAUSE
OC_PAY - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order PAY
OC_PAY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PAY
OC_PCOMMENT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant //
OC_PEASANTS - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant PEASANTS
OC_PERSISTENT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant @
OC_PIRACY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PIRACY
OC_PLAINTEXT - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
Same as O_REPORT
OC_PLANT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PLANT
OC_POTIONS - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant POTIONS
OC_PREFIX - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PREFIX
OC_PRIVATE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PRIVATE
OC_PRODUCE - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order PRODUCE
OC_PROMOTE - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order PROMOTE
OC_PROMOTION - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant PROMOTION
OC_QUIT - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order QUIT
OC_QUIT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant QUIT
OC_REAR - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
replaced by O_COMBAT_REAR
OC_RECRUIT - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order RECRUIT
OC_RECRUIT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant RECRUIT
OC_REGION - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant REGION
OC_REPORT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant REPORT
OC_RESEARCH - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order RESEARCH
OC_RESEARCH - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant RESEARCH
OC_RESERVE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant RESERVE
OC_RESHOW - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order RESHOW
OC_RESTART - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant RESTART
OC_RIDE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant RIDE
OC_ROAD - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ROAD
OC_ROUTE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ROUTE
OC_S - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant South
OC_SABOTAGE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SABOTAGE
OC_SAIL - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order SAIL
OC_SCORE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SCORE
OC_SE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SE
OC_SEED - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SEED
OC_SELL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SELL
OC_SHIP - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant SHIP
OC_SHIP - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SHIP
OC_SHOW - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SHOW
OC_SIEGE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SIEGE
OC_SILVER - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
use rules.getItemType(EresseaConstants.I_SILVER) instead
OC_SILVERPOOL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SILVERPOOL
OC_SINK - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order SINK
OC_SORT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SORT
OC_SOUTHEAST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SOUTHEAST
OC_SOUTHWEST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SOUTHWEST
OC_SPELLS - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SPELLS
OC_SPY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SPY
OC_STATISTICS - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant STATISTICS
OC_STEAL - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant STEAL
OC_STEALTH_NUMBER - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant from TARNE PARTEI NUMMER
OC_STUDY - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order STUDY
OC_SUPPLY - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SUPPLY
OC_SW - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant SW
OC_TAX - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order TAX
OC_TAX - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant TAX
OC_TEACH - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order TEACH
OC_TEACH - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant TEACH
OC_TEMP - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
use #OC_MAKETEMP
OC_TEMPLATE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant TEMPLATE
OC_TRANSFER - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order TRANSFER
OC_TREES - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant TREES
OC_UNIT - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant UNIT
OC_UNIT - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant UNIT
OC_USE - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant USE
OC_W - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant West
OC_W - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant W
OC_WATCH - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Order constant WATCH
OC_WEST - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant WEST
OC_WORK - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order WORK
OC_WORK - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant WORK
OC_Y - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
Order constant Ydd
OC_ZIPPED - Static variable in class magellan.library.gamebinding.EresseaConstants
Order constant ZIPPED
OCEAN - Static variable in class magellan.library.io.nr.NRParser
 
oceanColor - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
oceanColor - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
The ocean is rendered with this color in Politics Mode.
oceanType - Static variable in class magellan.library.io.nr.NRParser
 
OFF - Static variable in class magellan.library.utils.logging.Logger
This log level entirely stops all logging
offerCompletion(JTextComponent) - Method in class magellan.client.completion.AutoCompletion
Finds and displays a new list of completions according to the current editor and caret position.
offerCompletion(JTextComponent, boolean) - Method in class magellan.client.completion.AutoCompletion
Finds and displays a new list of completions according to the current editor and caret position.
offerCompletion(JTextComponent, Collection<Completion>, String) - Method in interface magellan.client.swing.completion.CompletionGUI
Called the advice this GUI to offer the given completions in the given Editor to the user.
offerCompletion(JTextComponent, Collection<Completion>, String) - Method in class magellan.client.swing.completion.ListCompletionGUI
 
offerCompletion(JTextComponent, Collection<Completion>, String) - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
Called the advice this GUI to offer the given completions in the given Editor to the user.
offerCompletion(JTextComponent, Collection<Completion>, String) - Method in class magellan.client.swing.completion.NoneCompletionGUI
DOCUMENT-ME
offering - Variable in class magellan.client.swing.completion.NoneCompletionGUI
 
offset - Variable in class magellan.client.swing.map.HexCellRenderer
The pixel offset used to compensate the difference of axis origins between the graphics object and the map.
offset - Variable in class magellan.plugin.groupeditor.GroupEditorTableModel
 
ok - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
ok - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.ImExportDialog
 
ok - Variable in class magellan.client.swing.TempUnitDialog
 
okButton - Variable in class magellan.client.utils.ErrorWindow
 
olderGD - Variable in class magellan.library.merge.BaseMerger
 
oldPrices - Variable in class magellan.library.impl.MagellanRegionImpl
The prices of luxury goods of the last turn.
oldRecruits - Variable in class magellan.library.impl.MagellanRegionImpl
DOCUMENT-ME
oldUnits - Variable in class magellan.library.CompleteData
 
oldUnitsView() - Method in class magellan.library.CompleteData
 
oldUnitsView() - Method in class magellan.library.EmptyData
 
oldUnitsView() - Method in class magellan.library.GameData
Returns a modifiable view of the old units.
oldWage - Variable in class magellan.library.impl.MagellanRegionImpl
the wage persons have been able to earn in the past.
oneQuote - Variable in class magellan.library.gamebinding.AbstractOrderCompleter
 
open() - Method in class magellan.client.utils.ErrorWindow
 
open(RootWindow, Properties) - Method in class magellan.client.desktop.DockingLayout
Creates the Docking Layout inside the RootWindow.
open(RootWindow, Element) - Method in class magellan.client.desktop.DockingLayout
Creates the Docking Layout inside the rootwindow.
OpenCRAction - Class in magellan.client.actions.file
This action is called, if the user chooses the menu File > Open.
OpenCRAction(Client) - Constructor for class magellan.client.actions.file.OpenCRAction
Creates new OpenCRAction
openCurrent() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
Open tabs for current selection.
OPENING - magellan.library.gamebinding.AbstractOrderParser.Type
 
openingToken - Variable in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
 
openISOOrders - Variable in class magellan.client.preferences.ClientTextEncodingPreferences
 
openNode(TreeNode) - Method in class magellan.client.preferences.IconStyleSetPreferences
 
openNode(TreeNode) - Method in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
 
OpenOrdersAccessory - Class in magellan.client.swing
DOCUMENT-ME
OpenOrdersAccessory(Properties, JFileChooser) - Constructor for class magellan.client.swing.OpenOrdersAccessory
Creates a new OpenOrdersAccessory object.
OpenOrdersAction - Class in magellan.client.actions.file
DOCUMENT ME!
OpenOrdersAction(Client) - Constructor for class magellan.client.actions.file.OpenOrdersAction
Creates a new OpenOrdersAction object.
OpenSelectionAction - Class in magellan.client.actions.map
Lets the user select a file with a previously saved selection.
OpenSelectionAction(Client) - Constructor for class magellan.client.actions.map.OpenSelectionAction
Creates a new OpenSelectionAction object.
openTree(TreeNode, TreePath) - Method in class magellan.client.preferences.IconStyleSetPreferences
 
openUTFOrders - Variable in class magellan.client.preferences.ClientTextEncodingPreferences
 
OPERATION_PART - Static variable in class magellan.library.utils.replacers.ReplacerEnvironment
Identifier for "operation" part (null acts as zero).
OperationMode - Class in magellan.library.utils.replacers
DOCUMENT ME!
OperationMode() - Constructor for class magellan.library.utils.replacers.OperationMode
 
OperationSwitch - Class in magellan.library.utils.replacers
Sets the environment parameter "NullEqualsZero" to true.
OperationSwitch() - Constructor for class magellan.library.utils.replacers.OperationSwitch
Creates new FactionSwitch
opposite(Direction) - Method in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
 
opposite(Direction) - Method in class magellan.library.gamebinding.EresseaMapMetric
 
opposite(Direction) - Method in interface magellan.library.gamebinding.MapMetric
Returns the direction opposite to d.
OPT_ADRESSEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID ADRESSEN
OPT_AUSWERTUNG - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID AUSWERTUNG
OPT_BZIP2 - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID BZIP2
OPT_COMPUTER - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID COMPUTER
OPT_DEBUG - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID DEBUG
OPT_MATERIALPOOL - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID MATERIALPOOL
OPT_PUNKTE - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID PUNKTE
OPT_SILBERPOOL - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID SILBERPOOL
OPT_STATISTIK - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID STATISTIK
OPT_ZEITUNG - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID ZEITUNG
OPT_ZIPPED - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID ZIPPED
OPT_ZUGVORLAGE - Static variable in class magellan.library.gamebinding.EresseaConstants
Option category ID ZUGVORLAGE
OptionAction - Class in magellan.client.actions.extras
DOCUMENT ME!
OptionAction(Client, List<PreferencesFactory>) - Constructor for class magellan.client.actions.extras.OptionAction
Creates a new OptionAction object.
OptionCategory - Class in magellan.library.rules
DOCUMENT-ME
OptionCategory(OptionCategory) - Constructor for class magellan.library.rules.OptionCategory
copy constructor
OptionCategory(StringID) - Constructor for class magellan.library.rules.OptionCategory
Creates a new OptionCategory object.
OptionReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.OptionReader
 
options - Variable in class magellan.library.impl.MagellanFactionImpl
Optionen
options() - Method in class magellan.library.rules.Options
DOCUMENT-ME
Options - Class in magellan.library.rules
DOCUMENT-ME
Options(Rules) - Constructor for class magellan.library.rules.Options
Creates a new Options object.
Options(Options) - Constructor for class magellan.library.rules.Options
copy constructor
orcInfested - Variable in class magellan.library.impl.MagellanRegionImpl
Indicates that there are too many orcs in this region.
order - Variable in class magellan.client.swing.TempUnitDialog
 
order - Variable in class magellan.library.gamebinding.EresseaRelationFactory.OrderInfo
 
order - Variable in class magellan.library.gamebinding.OrderHandler
 
Order - Interface in magellan.library
Represents a unit order (one line).
ORDER_KEY_PREFIX - Static variable in class magellan.library.gamebinding.GameConstants
 
OrderChanger - Interface in magellan.library.gamebinding
This class has methods to change unit orders for various purposes, usually related to higher order user operations.
orderConfirmationChanged(OrderConfirmEvent) - Method in class magellan.client.Client.ReportObserver
Sets the state to changed if the event occurred after the last clear event.
orderConfirmationChanged(OrderConfirmEvent) - Method in class magellan.client.EMapOverviewPanel
Change event handler, change the display status of the tree if an unit orderConfimation Status changed
orderConfirmationChanged(OrderConfirmEvent) - Method in interface magellan.client.event.OrderConfirmListener
Invoked when the order confirmation status of one or more units changes.
OrderConfirmEvent - Class in magellan.client.event
An event indicating that the order confirmation status of one or more units has changed.
OrderConfirmEvent(Object, Collection<Unit>) - Constructor for class magellan.client.event.OrderConfirmEvent
Constructs a new order confirmation event.
OrderConfirmListener - Interface in magellan.client.event
The listener interface for receiving events when the orders of one or more units are confirmed or disconfirmed.
OrderedHashtable<K,​V> - Class in magellan.library.utils
A Hashtable implementation maintaining the values in the order they were inserted.
OrderedHashtable() - Constructor for class magellan.library.utils.OrderedHashtable
Constructs a new, empty ordered hashtable with a default capacity and load factor, which is 0.75.
OrderedHashtable(int) - Constructor for class magellan.library.utils.OrderedHashtable
Constructs a new, empty ordered hashtable with the specified initial capacity and default load factor, which is 0.75.
OrderedHashtable(int, float) - Constructor for class magellan.library.utils.OrderedHashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
OrderedHashtable(Map<? extends K, ? extends V>) - Constructor for class magellan.library.utils.OrderedHashtable
Constructs a new hashtable with the same mappings as the given Map.
orderEditor - Variable in class magellan.library.utils.Cache
used in swing.completion.* classes per unit
OrderEditor - Class in magellan.client.swing.completion
A text pane for convenient editing and handling of Eressea orders.
OrderEditor(GameData, Properties, UndoManager, EventDispatcher, OrderParser) - Constructor for class magellan.client.swing.completion.OrderEditor
Creates a new OrderEditor object.
ORDEREDITOR_EDITALLFACTIONS - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean: edit orders for all factions
ORDEREDITOR_HIDEBUTTONS - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean: hide temp unit buttons
ORDEREDITOR_MULTIEDITORLAYOUT - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean: use multi editor layout
ORDEREDITOR_PREFIX - Static variable in class magellan.library.utils.PropertiesHelper
prefix of OrderWriter's property, not a property itself
OrderEditorKit - Class in magellan.client.swing.completion
This object is designed to change the default behaviour of JTextPane.
OrderEditorKit() - Constructor for class magellan.client.swing.completion.OrderEditorKit
Creates a new OrderEditorKit object.
OrderEditorKit.CopyLineAction - Class in magellan.client.swing.completion
DOCUMENT-ME
OrderEditorKit.NextWordAction - Class in magellan.client.swing.completion
DOCUMENT-ME
OrderEditorList - Interface in magellan.client.swing.completion
DOCUMENT ME!
OrderedOutputProperties - Class in magellan.library.utils
A Properties class with sorted keys.
OrderedOutputProperties() - Constructor for class magellan.library.utils.OrderedOutputProperties
Creates new OrderedOutputProperties
OrderedOutputProperties(Properties) - Constructor for class magellan.library.utils.OrderedOutputProperties
Creates a new OrderedOutputProperties object.
OrderHandler - Class in magellan.library.gamebinding
An OrderHandler parses an order and create an Order.
OrderHandler(OrderParser) - Constructor for class magellan.library.gamebinding.OrderHandler
 
OrderInfo(Order, int, Unit, int) - Constructor for class magellan.library.gamebinding.EresseaRelationFactory.OrderInfo
 
OrderParser - Interface in magellan.library.completion
A class that parses and validates orders.
OrderPreferenceComparator() - Constructor for class magellan.library.gamebinding.EresseaRelationFactory.OrderPreferenceComparator
 
OrderReader - Class in magellan.library.utils
A class for reading a orders file for unit orders.
OrderReader(GameData) - Constructor for class magellan.library.utils.OrderReader
Creates a new OrderReader object adding the read orders to the units it can find in the specified game data object.
OrderReader.LineHandler - Interface in magellan.library.utils
 
OrderReader.LocaleHandler - Class in magellan.library.utils
Handles LOCALE lines.
OrderReader.NextHandler - Class in magellan.library.utils
Handles NEXT command.
OrderReader.RegionHandler - Class in magellan.library.utils
Handles REGION lines.
OrderReader.StartingHandler - Class in magellan.library.utils
Handles lines with order starting string
OrderReader.UnitHandler - Class in magellan.library.utils
Handles UNIT lines.
Orders - Interface in magellan.library
A class representing a unit's orders.
ORDERS_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the ORDERS component
ordersAreNull() - Method in class magellan.library.impl.MagellanUnitImpl
 
ordersAreNull() - Method in interface magellan.library.Unit
Returns true if no orders are set.
OrdersIO - Interface in magellan.library.io
OrdersIO encapsulates reading and writing of orders
OrdersIterator(ListIterator<Order>) - Constructor for class magellan.library.impl.MagellanOrdersImplementation.OrdersIterator
 
OrderSyntaxInspector - Class in magellan.library.tasks
This inspectors checks all syntax.
OrderSyntaxInspector(GameData) - Constructor for class magellan.library.tasks.OrderSyntaxInspector
 
OrderSyntaxInspector.OrderSemanticsProblemTypes - Enum in magellan.library.tasks
 
OrderSyntaxInspector.OrderSyntaxProblemTypes - Enum in magellan.library.tasks
 
OrderToken - Class in magellan.library.utils
A class representing a token of an Eressea order.
OrderToken(int) - Constructor for class magellan.library.utils.OrderToken
Creates a new OrderToken object with empty string and specified type
OrderToken(String) - Constructor for class magellan.library.utils.OrderToken
Creates a new OrderToken object representing the specified string, but with invalid start and end positions and undefined type.
OrderToken(String, int, int) - Constructor for class magellan.library.utils.OrderToken
Creates a new OrderToken object representing the specified string and the specified start and end positions.
OrderToken(String, int, int, int, boolean) - Constructor for class magellan.library.utils.OrderToken
Creates a new OrderToken object representing the specified string with specific start and end positions and type.
OrderTokenizer - Class in magellan.library.utils
Splits a string into OrderToken objects.
OrderTokenizer(Reader) - Constructor for class magellan.library.utils.OrderTokenizer
Creates a new OrderTokenizer object which will perform its read operations on the specified stream.
OrderTranslationHelper - Class in magellan.library.gamebinding
Provides some common functions for creating translations
OrderTranslationHelper(Rules, SimpleOrderFactory, StringID) - Constructor for class magellan.library.gamebinding.OrderTranslationHelper
 
OrderType - Class in magellan.library.rules
This class contains an abstract order.
OrderType(ID) - Constructor for class magellan.library.rules.OrderType
 
OrderWriter - Class in magellan.library.utils
A class for writing orders of all units of a certain faction to a stream.
OrderWriter() - Constructor for class magellan.library.utils.OrderWriter
Creates a new OrderWriter.
OrderWriter(GameData, Faction) - Constructor for class magellan.library.utils.OrderWriter
Creates a new OrderWriter object extracting the orders of faction f's units and writing them to the stream w.
OrderWriter(GameData, Faction, String) - Constructor for class magellan.library.utils.OrderWriter
Creates a new OrderWriter object extracting the orders of faction f's units and writing them to the stream w with the specified options for E-Check.
ORDERWRITER_ADD_ECHECK_COMMENTS - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_AUTO_FILENAME - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_CONFIRMED_ONLY - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_FACTION - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_FIXED_WIDTH - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_ASKPWD - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_CC2SENDER - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_HOST - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_PASSWORD - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_PASSWORD_ENCRYPTED - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_PORT - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_RECIPIENT - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_RECIPIENT2 - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_SENDER - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_SSL - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_SUBJECT - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_TLS - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_USE_CR_SETTINGS - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_USEAUTH - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_MAILSERVER_USERNAME - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_OUTPUT_FILE - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_REMOVE_SC_COMMENTS - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_REMOVE_SS_COMMENTS - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_SELECTED_REGIONS - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_SERVER_URL - Static variable in class magellan.library.utils.PropertiesHelper
 
ORDERWRITER_WRITE_TAGS_AS_VORLAGE_COMMENT - Static variable in class magellan.library.utils.PropertiesHelper
 
OrderWriterDialog - Class in magellan.client.swing
A GUI for writing orders to a file or copy them to the clipboard.
OrderWriterDialog(Frame, boolean, GameData, Properties) - Constructor for class magellan.client.swing.OrderWriterDialog
Create a new OrderWriterDialog object as a dialog with a parent window.
OrderWriterDialog(Frame, boolean, GameData, Properties, Collection<Region>) - Constructor for class magellan.client.swing.OrderWriterDialog
Create a new OrderWriterDialog object as a dialog with a parent window and a set of selected regions.
OrderWriterDialog(GameData) - Constructor for class magellan.client.swing.OrderWriterDialog
Create a stand-alone instance of OrderWriterDialog.
OrderWriterPlugIn - Interface in magellan.library.plugins
Classes that implement this interface can be added to the OrderWriter Environment and can operate inside the OrderWriting process.
ordinal() - Method in class magellan.library.Region.Visibility
 
origin - Variable in class magellan.library.relation.UnitRelation
The origin of this relation, normally the same as source.
originals - Variable in class magellan.library.GameData
 
originalString - Variable in class magellan.library.StringID
The string specified at construction time of this object.
origIndex - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
origIndex - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddTooltipDialog
 
originTranslate(String) - Method in class magellan.library.io.AbstractReportParser
Tries to replace coordinates in string by the translated version.
originTranslate(CoordinateID) - Method in class magellan.library.io.AbstractReportParser
Translates c by newOrigin if it's in the same z-level and returns it.
originTranslate(CoordinateID) - Method in class magellan.library.io.nr.NRParser
Translates c by newOrigin if it's in the same z-level and returns it.
originTranslateRegions(String) - Method in class magellan.library.io.AbstractReportParser
special sub to translate coords in ";regions" tags of messages expecting this form "x1 y1 z1, x2 y2 z2";regions.
There is also an older variant: "der Sumpf von Rudros (-7,23)";regions
origName - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddTooltipDialog
 
OS_ALLIANCE - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Der ALLIANZ-Befehl
OS_ALLIANCE_COMMAND - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
ALLIANZ KOMMANDO -- eine andere Partei zum Administrator machen (nur für den Administrator).
OS_ALLIANCE_INVITE - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
ALLIANZ EINLADEN -- eine andere Partei in dieser Runde ins Bündnis einladen (nur Administratoren).
OS_ALLIANCE_JOIN - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
ALLIANZ BEITRETEN -- einer anderen Allianz beitreten (wenn sie eine Einladung in der gleichen Runde erhält).
OS_ALLIANCE_KICK - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
ALLIANZ AUSSTOSSEN -- eine Partei aus der Allianz ausschließen (nur für den Administrator).
OS_ALLIANCE_LEAVE - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
ALLIANZ VERLASSEN -- aus der aktuellen Allianz austreten.
OS_ALLIANCE_NEW - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
ALLIANZ NEU -- eine neue Allianz mit der eigenen Partei als Administrator erstellen.
OS_ANWERBEN - Static variable in class magellan.library.gamebinding.AllanonConstants
order ANWERBEN
OS_BEANSPRUCHE - Static variable in class magellan.library.gamebinding.AllanonConstants
order BEANSPRUCHE
OS_ERKUNDEN - Static variable in class magellan.library.gamebinding.AllanonConstants
order ERKUNDEN
OS_KARAWANE - Static variable in class magellan.library.gamebinding.AllanonConstants
order KARAWANE
OS_MEUCHELN - Static variable in class magellan.library.gamebinding.AllanonConstants
order MEUCHELN
OS_PAY - Static variable in class magellan.library.gamebinding.EresseaConstants
BEZAHLE (NICHT)
OS_WATCH - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
MACHE Wache
otherFactionSubCmp - Variable in class magellan.library.utils.comparator.UnitPreferredFactionComparator
 
otherShortcuts - Variable in class magellan.client.preferences.DesktopShortCutPreferences
 
out - Variable in class magellan.library.utils.FixedWidthWriter
 
outOfMemory - Variable in class magellan.library.GameData
is set to true, if while proceeding some functions (e.g.
OUTOFMEMORY - magellan.library.tasks.GameDataInspector.GameDataProblemTypes
 
OVERVIEW_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the OVERVIEW component
OVERVIEWHISTORY_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the OVERVIEW&HISTORY component
overviewPattern - Variable in class magellan.plugin.battleanalyzer.BattleInfo
 
owner - Variable in class magellan.client.swing.ArmyStatsPanel.Army
 
owner - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmy
 
owner - Variable in class magellan.client.swing.ArmyStatsPanel.WholeArmy
 
owner - Variable in class magellan.library.tasks.SimpleProblem
 
owner - Variable in class magellan.plugin.groupeditor.GroupEditorTableModel
 
ownerFaction - Variable in class magellan.library.io.nr.NRParser
 
OWNERLEAVES - magellan.library.tasks.MovementInspector.MovementProblemTypes
 
ownImages - Variable in class magellan.client.swing.map.PathCellRenderer
 
ownShortcuts - Variable in class magellan.client.preferences.DesktopShortCutPreferences
 

P

P_ATTACKIERE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_BEFOERDERE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_BENENNE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_BETRETE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_BEWACHE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_BUILDING_MAINTENANCE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_FAHRE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_FIRST - Static variable in interface magellan.library.gamebinding.RelationFactory
The highest order priority.
P_FOLGE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_GIB - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_KAEMPFE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_LAST - Static variable in interface magellan.library.gamebinding.RelationFactory
The lowest order priority.
P_LEHRE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_NACH - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_REKRUTIERE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_RESERVIERE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_TRANSPORTIERE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_UNIT_MAINTENANCE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
P_VERLASSE - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Order priority
padding - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
paint(Graphics) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
paint(Graphics) - Method in class magellan.client.swing.tasks.TaskTablePanel
 
PAINT_ALLFACTIONS - Static variable in class magellan.client.swing.map.RegionShapeCellRenderer
Defines the All Factions paint mode.
PAINT_POLITICS - Static variable in class magellan.client.swing.map.RegionShapeCellRenderer
Defines the Politics paint mode.
PAINT_REGIONTYPE - Static variable in class magellan.client.swing.map.RegionShapeCellRenderer
Defines the RegionType paint mode.
PAINT_TRUST_GUARD - Static variable in class magellan.client.swing.map.RegionShapeCellRenderer
Defines the Trust Level GUARD paint mode.
PAINT_TRUST_OVERALL - Static variable in class magellan.client.swing.map.RegionShapeCellRenderer
Defines the Trust Level OVERALL paint mode.
paintBorder(Component, Graphics, int, int, int, int) - Method in class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel.LeftBorder
 
paintComponent(Graphics) - Method in class magellan.client.desktop.MagellanDesktop.BackgroundPanel
 
paintComponent(Graphics) - Method in class magellan.client.desktop.MagellanDesktop
 
paintComponent(Graphics) - Method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
 
paintComponent(Graphics) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel.ColorPainter
DOCUMENT-ME
paintComponent(Graphics) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorShowPanel
DOCUMENT-ME
paintComponent(Graphics) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel.PaintPanel
DOCUMENT-ME
paintComponent(Graphics) - Method in class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences.PreferencesImagePanel
 
paintComponent(Graphics) - Method in class magellan.client.swing.map.Mapper
 
paintComponent(Graphics) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
paintIcon(Component, Graphics, int, int) - Method in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
 
paintIcon(Graphics, int, int, Color) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel.ColorPainter
 
paintKey - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
The default key for settings operations with the Politics Mode variable.
paintMapperComponent(Graphics) - Method in class magellan.client.swing.map.Mapper
Paints the map
paintMode - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
Stores the current painting mode.
PaintPanel() - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel.PaintPanel
Creates a new PaintPanel object.
paintRegion(Graphics, Polygon, Region) - Method in class magellan.client.swing.map.AbstractRegionShapeCellRenderer
Paints the specified region.
Pair<K,​V> - Class in magellan.library.utils
This class is a container for a pair of objects.
Pair() - Constructor for class magellan.library.utils.Pair
 
Pair(K, V) - Constructor for class magellan.library.utils.Pair
 
panel - Variable in class magellan.client.swing.ArmyStatsDialog
 
panelColorBattle - Variable in class magellan.client.preferences.ClientMessagePreferences
 
panelColorEconomy - Variable in class magellan.client.preferences.ClientMessagePreferences
 
panelColorErrors - Variable in class magellan.client.preferences.ClientMessagePreferences
 
panelColorEvents - Variable in class magellan.client.preferences.ClientMessagePreferences
 
panelColorMagic - Variable in class magellan.client.preferences.ClientMessagePreferences
 
panelColorMovements - Variable in class magellan.client.preferences.ClientMessagePreferences
 
panelColorProduction - Variable in class magellan.client.preferences.ClientMessagePreferences
 
panelColorStudy - Variable in class magellan.client.preferences.ClientMessagePreferences
 
ParameterReplacer - Interface in magellan.library.utils.replacers
A replacer that accepts parameters
parameters - Variable in class magellan.library.utils.replacers.AbstractParameterReplacer
 
parameters - Variable in class magellan.library.utils.replacers.AbstractParameterSwitch
 
Parameters() - Constructor for class magellan.client.Client.Parameters
 
parent - Variable in class magellan.client.swing.ArmyStatsPanel.PartUnit
 
parent - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.ImExportDialog
 
parentGroup - Variable in class magellan.client.swing.TempUnitDialog
 
parse() - Method in class magellan.library.io.nr.NRParser.MessageReader
 
parse() - Method in class magellan.library.io.nr.NRParser.RegionReader
 
parse() - Method in interface magellan.library.io.nr.NRParser.SectionReader
 
parse() - Method in class magellan.library.io.nr.NRParser.StatusReader
 
parse(String, int) - Static method in class magellan.library.utils.IDBaseConverter
Parses a String and interprets it as a number in the base that is given.
parse(String, String) - Static method in class magellan.library.CoordinateID
Creates a new CoordinateID object from a string containing the coordinates separated by delimiters.
parse(String, Locale) - Method in interface magellan.library.completion.OrderParser
Parses an order line and converts it into an Order object.
parse(String, Locale) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
parse(Battle, Locale) - Method in class magellan.plugin.battleanalyzer.BattleInfo
Adds information from a battle to this info.
parse(CRParser, CRParser.ParseState) - Method in class magellan.library.io.cr.CRParser.BlockParser
Parses the block by calling Scanner.getNextToken() and calling appropriate handlers.
PARSE_ERROR - magellan.library.tasks.OrderSyntaxInspector.OrderSyntaxProblemTypes
 
PARSE_WARNING - magellan.library.tasks.OrderSyntaxInspector.OrderSyntaxProblemTypes
 
parseBookmark(Selectable) - Method in class magellan.library.io.cr.CRParser
 
parseBuilding() - Method in class magellan.library.io.nr.NRParser.RegionReader
 
parseCommandLine(String[]) - Static method in class magellan.client.Client
Recognizes the following parameters:
-log X -- set log level X
--help -- start only help dialog
-d dir -- set resource directory
-s dir -- set settings (aka profiles) directory
-p profile -- set profile
-pm -- show profile manager
-s dir -- set settings (aka profiles) directory
file.
parseDefinition(String) - Method in class magellan.client.swing.BasicRegionPanel
 
ParseException(String) - Constructor for exception magellan.library.io.nr.NRParser.ParseException
 
ParseException(String, String) - Constructor for exception magellan.library.io.nr.NRParser.ParseException
 
ParseException(Pattern, String) - Constructor for exception magellan.library.io.nr.NRParser.ParseException
 
ParserCache<T> - Class in magellan.library.gamebinding
Caches an OrderParser based on data and completer.
ParserCache() - Constructor for class magellan.library.gamebinding.ParserCache
 
ParserCache.Factory<T> - Interface in magellan.library.gamebinding
Creates an OderParser
parserReference - Variable in class magellan.library.io.cr.CRParser.TagHandler
The parser that uses this handler.
parseShip() - Method in class magellan.library.io.nr.NRParser.RegionReader
 
parseState - Variable in class magellan.library.io.cr.CRParser.RegionTagHandler
 
parseState - Variable in class magellan.library.io.cr.CRParser.UnitTagHandler
 
PARTEI - magellan.library.io.GameDataTag
 
PARTEI_age - magellan.library.io.GameDataTag
 
PARTEI_locale - magellan.library.io.GameDataTag
 
ParteiReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.ParteiReader
 
partMatcher - Variable in class magellan.library.io.nr.NRParser.AbstractReader
 
partPattern - Variable in class magellan.library.io.nr.NRParser.AbstractReader
 
PartUnit(Unit, ItemType, int, int, ItemType, ItemType, boolean) - Constructor for class magellan.client.swing.ArmyStatsPanel.PartUnit
Creates a new PartUnit object.
password - Variable in class magellan.library.impl.MagellanFactionImpl
The password of this faction required for authentication of orders sent to the Eressea server.
PasswordReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.PasswordReader
 
PasswortReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.PasswortReader
 
PathCellRenderer - Class in magellan.client.swing.map
A class for rendering movement paths of objects like ships and units.
PathCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.PathCellRenderer
Creates a new PathCellRenderer object.
PathCellRenderer.Preferences - Class in magellan.client.swing.map
 
pathFinder - Variable in class magellan.client.swing.context.MapContextMenu
 
PathfinderMapContextMenu - Class in magellan.client.swing.context
A context menu for Islands.
PathfinderMapContextMenu(EventDispatcher) - Constructor for class magellan.client.swing.context.PathfinderMapContextMenu
Creates a new UnitContainerContextMenu object.
pathToDirections(List<?>) - Method in class magellan.library.gamebinding.atlantis.AtlantisMovementEvaluator
 
pathToDirections(List<?>) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator
 
pattern - Static variable in class magellan.library.GameDataMerger
 
patternField - Variable in class magellan.client.preferences.ClientFilePreferences
 
PCOMMENTSTART - Static variable in class magellan.library.gamebinding.EresseaOrderChanger
 
PEASANT_PART - Static variable in class magellan.library.io.nr.NRParser
 
PEASANTS_LINE - Static variable in class magellan.library.io.nr.NRParser
 
PEASANTS_PART - Static variable in class magellan.library.io.nr.NRParser
 
peasantsLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
PERCENT_MISMATCHES - Static variable in class magellan.library.utils.mapping.TerrainMappingEvaluator
 
PERMANENT_AURA - Static variable in interface magellan.library.Spell.Component
Key for the permanent Aura component
persons - Variable in class magellan.client.swing.ArmyStatsPanel.PartUnit
 
persons - Variable in class magellan.library.impl.MagellanFactionImpl
Personen
PersonTransferRelation - Class in magellan.library.relation
A relation indicating that a unit transfers a certain amount of persons to another unit.
PersonTransferRelation(Unit, Unit, int, Race, int) - Constructor for class magellan.library.relation.PersonTransferRelation
Creates a new PersonTransferRelation object.
Perspective - Interface in magellan.client.swing.desktop
A perspective is a composite view with a menubar
PflanzeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.PflanzeReader
 
PipeFileType - Class in magellan.library.io.file
A FileType that directly pipes its input (from PipeFileType.createReader()) to an outputstream ( PipeFileType.createOutputStream()).
PipeFileType() - Constructor for class magellan.library.io.file.PipeFileType
Creates a pipe file.
PiraterieReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.PiraterieReader
 
PLANE_BACKGROUND - Static variable in class magellan.client.swing.map.Mapper
Plane for general background renderer, like background image renderer
PLANE_BEHIND - Static variable in class magellan.client.swing.map.Mapper
Plane for something to be rendered behind the regions, makes only sense when regions have transparent parts, used for schemes of the real world shining through the dust of the astral space
PLANE_BORDER - Static variable in class magellan.client.swing.map.Mapper
Plane for borders
PLANE_BUILDING - Static variable in class magellan.client.swing.map.Mapper
Plane for buildings
PLANE_HIGHLIGHT - Static variable in class magellan.client.swing.map.Mapper
Plane for highlights
PLANE_MARKINGS - Static variable in class magellan.client.swing.map.Mapper
Plane for markers
PLANE_PATH - Static variable in class magellan.client.swing.map.Mapper
Plane for path informations
PLANE_REGION - Static variable in class magellan.client.swing.map.Mapper
Plane for the region map
PLANE_SCHEMES - Static variable in class magellan.client.swing.map.Mapper
Plane for schemes
PLANE_SHIP - Static variable in class magellan.client.swing.map.Mapper
Plane for ships
PLANE_SIGNS - Static variable in class magellan.client.swing.map.Mapper
Plane for signs
PLANE_STRINGS - Static variable in class magellan.client.swing.map.Mapper
a mapping for int positions of planes to logical names.
PLANE_TEXT - Static variable in class magellan.client.swing.map.Mapper
Plane for region text
PlannerModel(GameData) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel
 
planShipRoute(GameData, CoordinateID, Direction, CoordinateID, int) - Static method in class magellan.library.utils.Regions
Finds a shortest path for a ship from start to destination.
planShipRoute(Ship, GameData, Component, RoutingDialogDataPicker) - Method in class magellan.library.utils.ShipRoutePlanner
Creates a route for a ship.
planShipRoute(Ship, GameData, CoordinateID) - Static method in class magellan.library.utils.Regions
Returns a route for the ship from its current region to its destination.
planShipRouteWithLength(GameData, CoordinateID, Direction, CoordinateID, int) - Static method in class magellan.library.utils.Regions
Finds a shortest path for a ship from start to destination.
planUnitRoute(Unit, GameData, Component, Collection<Unit>) - Method in class magellan.client.utils.UnitRoutePlanner
planUnitRoute(Unit, GameData, Component, Collection<Unit>, RoutingDialogDataPicker) - Method in class magellan.library.utils.UnitRoutePlanner
Shows a dialog that lets the user select a destination for the unit and adds according movement orders to all provided units.
playerMessages - Variable in class magellan.library.impl.MagellanRegionImpl
Special messages related to this region.
PlugInAction - Enum in magellan.plugin.extendedcommands
An enum for all action types in this plugin.
PluginPreferences - Class in magellan.client.preferences
Preference adapter for plug ins
PluginPreferences(Collection<MagellanPlugIn>, Properties) - Constructor for class magellan.client.preferences.PluginPreferences
 
plugins - Variable in class magellan.library.utils.OrderWriter
 
plugIns - Variable in class magellan.client.Client
contains the list of all loadable plugins
PluginSettingsFactory - Class in magellan.client.utils
Creates an adapter for settings concerning plugins.
PluginSettingsFactory(Collection<MagellanPlugIn>, Properties) - Constructor for class magellan.client.utils.PluginSettingsFactory
 
plus - Variable in class magellan.library.utils.Regions.MultidimensionalDistance
 
poly - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel.ColorPainter
 
popup - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
popup - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
posC - Variable in class magellan.client.swing.TempUnitDialog
 
post(String, String) - Method in class magellan.library.utils.HTTPClient
Macht einen POST Request.
post(String, String, String) - Method in class magellan.library.utils.HTTPClient
Macht einen POST Request.
post(URI, String) - Method in class magellan.library.utils.HTTPClient
Macht einen POST Request.
post(URI, String, String) - Method in class magellan.library.utils.HTTPClient
Macht einen POST Request.
post(URI, String, Part[]) - Method in class magellan.library.utils.HTTPClient
Macht einen POST Request.
post(URI, Part[]) - Method in class magellan.library.utils.HTTPClient
Macht einen POST Request.
post(URI, NameValuePair[]) - Method in class magellan.library.utils.HTTPClient
Macht einen POST Request.
postProcess() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.TeachReader
 
postProcess() - Method in class magellan.library.gamebinding.OrderHandler
 
postProcess() - Method in class magellan.library.GameData
This method can be called after loading or merging a report to avoid double messages and to set some game specific stuff.
postProcess(GameData) - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
postProcess(GameData) - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
postProcess(GameData) - Method in class magellan.library.gamebinding.e3a.E3APostProcessor
Additionally set COMBAT status according to new AllianceGroups.
postProcess(GameData) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
postProcess(GameData) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
postProcess(GameData) - Method in class magellan.library.gamebinding.EresseaPostProcessor
This method tries to fix some issues that arise right after reading a report file.
postProcess(GameData) - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
postProcess(GameData) - Method in interface magellan.library.gamebinding.GameSpecificStuff
Processes a GameData object augmenting objects with additional information from messages, simplifying the GameData structure, creating temp units as distinct objects etc.
postProcess(Region) - Method in class magellan.library.gamebinding.EresseaRelationFactory
 
postProcessAfterTrustlevelChange() - Method in class magellan.library.GameData
DOCUMENT-ME
postProcessAfterTrustlevelChange(GameData) - Method in class magellan.library.gamebinding.AllanonSpecificStuff
 
postProcessAfterTrustlevelChange(GameData) - Method in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
postProcessAfterTrustlevelChange(GameData) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuff
 
postProcessAfterTrustlevelChange(GameData) - Method in class magellan.library.gamebinding.e3a.E3ASpecificStuffProvider
 
postProcessAfterTrustlevelChange(GameData) - Method in class magellan.library.gamebinding.EresseaPostProcessor
making changes to the data after changing trustlevels
postProcessAfterTrustlevelChange(GameData) - Method in class magellan.library.gamebinding.EresseaSpecificStuff
 
postProcessAfterTrustlevelChange(GameData) - Method in interface magellan.library.gamebinding.GameSpecificStuff
For TrustLevels.
postProcessDefaultTranslations() - Method in class magellan.library.GameData
adding Default Translations to the translations
postProcessErrors() - Method in class magellan.library.GameData
 
postProcessIslands() - Method in class magellan.library.GameData
Post process of Island objects.
postProcessLocale() - Method in class magellan.library.GameData
Adds the order locale of Magellan if locale is null.
postProcessMessages() - Method in class magellan.library.GameData
This function post processes the message blocks to remove duplicate messages.
postProcessPotions() - Method in class magellan.library.GameData
This functions post processes the potions to remove duplicate potions (potions with different ID but the same name) It is tricky to determine which is the latest potion definition in the code as far as i know there was no change in potion-definitions last months but only the IDs chanegd over time - so it does not matter finally we could keep the potion with the highest ID - asuming that this was the last potion-definition reveived from the server
postProcessTheVoid() - Method in class magellan.library.GameData
scans the regions for missing regions, for regions with regionType "The Void" or "Leere" These Regions are not created in the world on the server, but we are so near, that we should have some information about it.
postProcessUnknown() - Method in class magellan.library.GameData
Set data to default values: RegionTypes, faction races, unit name/race/faction
pot - Variable in class magellan.library.utils.Regions.MultidimensionalDistance
 
Potion - Interface in magellan.library
Container class for a potion based on its representation in a cr version >= 42.
POTION - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for potion nodes
PotionInfo(String) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.PotionInfo
 
PotionInfo(Potion) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.PotionInfo
Initializes the potions and their ingredients.
PotionInfo(Spell) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.PotionInfo
 
PotionLevelComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Potion objects by comparing their levels.
PotionLevelComparator(Comparator<? super Potion>) - Constructor for class magellan.library.utils.comparator.PotionLevelComparator
Creates a new SpellLevelComparator object.
PotionNodeWrapper - Class in magellan.client.swing.tree
Displays a potion.
PotionNodeWrapper(Potion) - Constructor for class magellan.client.swing.tree.PotionNodeWrapper
Creates a new PotionNodeWrapper object.
PotionNodeWrapper(Potion, String) - Constructor for class magellan.client.swing.tree.PotionNodeWrapper
Creates a new PotionNodeWrapper object.
PotionNodeWrapper(Potion, String, String) - Constructor for class magellan.client.swing.tree.PotionNodeWrapper
Creates a new PotionNodeWrapper object.
potions - Variable in class magellan.client.swing.AlchemyDialog.PlannerModel
The available potions
potions - Variable in class magellan.library.CompleteData
 
potions() - Method in class magellan.library.GameData
Deprecated. 
PotionValue(Integer) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.PotionValue
 
PotionValue(String) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.PotionValue
 
potionView() - Method in class magellan.library.CompleteData
 
potionView() - Method in class magellan.library.EmptyData
 
potionView() - Method in class magellan.library.GameData
Returns a modifiable view of the potions.
PraefixReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.PraefixReader
 
pre - Variable in class magellan.library.utils.Regions.MultiDimensionalInfo
A node that is on the shortest path from start to id
Preferences(AdvancedRegionShapeCellRenderer.ARRSet) - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
Creates a new Preferences object.
Preferences(BorderCellRenderer) - Constructor for class magellan.client.swing.map.BorderCellRenderer.Preferences
Creates a new Preferences object.
Preferences(HighlightShapeCellRenderer) - Constructor for class magellan.client.swing.map.HighlightShapeCellRenderer.Preferences
Creates a new Preferences object.
Preferences(PathCellRenderer) - Constructor for class magellan.client.swing.map.PathCellRenderer.Preferences
Creates a new Preferences object.
Preferences(SignTextCellRenderer) - Constructor for class magellan.client.swing.map.SignTextCellRenderer.Preferences
Creates a new Preferences object.
Preferences(TextCellRenderer) - Constructor for class magellan.client.swing.map.TextCellRenderer.Preferences
Creates a new Preferences object.
PreferencesAdapter - Interface in magellan.client.swing.preferences
This interface represents a component that contains preferences for one part of magellan.
PreferencesDialog - Class in magellan.client.swing.preferences
A dialog allowing the user to set preferences or similar data.
PreferencesDialog(Frame, boolean, Properties) - Constructor for class magellan.client.swing.preferences.PreferencesDialog
Creates a modal or non-modal dialog with the specified title and the specified owner frame.
PreferencesDialog(Frame, boolean, Properties, Collection<PreferencesFactory>) - Constructor for class magellan.client.swing.preferences.PreferencesDialog
Creates a new PreferencesDialog object.
PreferencesDialog.DialogTree - Class in magellan.client.swing.preferences
 
PreferencesDialog.DialogTree.PreferencesInfo - Class in magellan.client.swing.preferences
a wrapper class to display a PreferencesAdapter node with its title.
PreferencesFactory - Interface in magellan.client.swing.preferences
An interface for preferences purposes.
PreferencesImagePanel() - Constructor for class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences.PreferencesImagePanel
 
PreferencesInfo(PreferencesAdapter) - Constructor for class magellan.client.swing.preferences.PreferencesDialog.DialogTree.PreferencesInfo
Creates a new PreferencesInfo object.
preferredFactionSubCmp - Variable in class magellan.library.utils.comparator.UnitPreferredFactionComparator
 
preferredLayoutSize(Container) - Method in class magellan.client.swing.CenterLayout
DOCUMENT-ME
preferredLayoutSize(Container) - Method in class magellan.client.swing.layout.GridLayout2
from the web page: "As you can see, the code is pretty straightforward.
preferredLayoutSize(Container) - Method in class magellan.client.swing.StartWindow.SimpleLayout
DOCUMENT-ME
preferredLayoutSize(Container) - Method in class magellan.client.swing.tree.CellRenderer.SameHeightBoxLayout
 
preferredLayoutSize(Container) - Method in class magellan.client.swing.tree.LineWrapCellRenderer.SimpleLayout
 
preferredLayoutSize(Container) - Method in class magellan.client.swing.ui.WrapLayout
Returns the preferred dimensions for this layout given the visible components in the specified target container.
prefix - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
prefix - Variable in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
preSetCleanSelection() - Method in class magellan.client.actions.map.AddSelectionAction
Does nothing.
preSetCleanSelection() - Method in class magellan.client.actions.map.OpenSelectionAction
Clears the selection.
previous() - Method in class magellan.library.impl.MagellanOrdersImplementation.OrdersIterator
 
previousIndex() - Method in class magellan.library.impl.MagellanOrdersImplementation.OrdersIterator
 
prices - Variable in class magellan.library.impl.MagellanRegionImpl
The prices for luxury goods in this region.
printInputMaps(JComponent) - Static method in class magellan.library.utils.logging.SwingInspector
DOCUMENT-ME
printKeybindings(JTextComponent) - Static method in class magellan.library.utils.logging.SwingInspector
DOCUMENT-ME
printKeysAndActions(JTextComponent) - Static method in class magellan.library.utils.logging.SwingInspector
DOCUMENT-ME
printSizes(Component) - Static method in class magellan.client.swing.basics.SpringUtilities
A debugging utility that prints to stdout the component's minimum, preferred, and maximum sizes.
printStackTrace() - Method in exception magellan.library.io.xml.XMLIOException
DOCUMENT-ME
printStackTrace(PrintStream) - Method in exception magellan.library.io.xml.XMLIOException
DOCUMENT-ME
printStackTrace(PrintWriter) - Method in exception magellan.library.io.xml.XMLIOException
DOCUMENT-ME
PrioComp() - Constructor for class magellan.library.gamebinding.AbstractOrderCompleter.PrioComp
 
priority - Variable in class magellan.library.gamebinding.EresseaRelationFactory.OrderInfo
 
Priority - Enum in magellan.plugin.extendedcommands
 
PrivDescReplacer - Class in magellan.library.utils.replacers
Returns the private description of a unit
PrivDescReplacer() - Constructor for class magellan.library.utils.replacers.PrivDescReplacer
 
privFilter - Static variable in class magellan.library.utils.Units
 
PRIVILEGED - Static variable in class magellan.library.utils.comparator.FactionTrustComparator
The "privileged" trust level
problem - Variable in class magellan.library.relation.UnitRelation
 
Problem - Interface in magellan.library.tasks
DOCUMENT-ME
Problem.Severity - Enum in magellan.library.tasks
 
ProblemFactory - Class in magellan.library.tasks
Creates problems for the TaskTable.
ProblemFactory() - Constructor for class magellan.library.tasks.ProblemFactory
 
ProblemFactory.BattleProblem - Class in magellan.library.tasks
Problem implementation tailored for Messages
ProblemFactory.MessageOrBattleProblem - Class in magellan.library.tasks
Problem implementation tailored for Messages
ProblemFactory.MessageProblem - Class in magellan.library.tasks
Problem implementation tailored for Messages
ProblemType - Class in magellan.library.tasks
 
ProblemType(String, String, String, String) - Constructor for class magellan.library.tasks.ProblemType
name, group and description describe the problem and are used in preferences for selection.
PROCESS_DELAY - Static variable in class magellan.library.gamebinding.EresseaRelationFactory
Time in ms to wait before orders are processed after an order change event.
processChangedLines(int, int) - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
Determine how many lines have been changed, then apply highlighting to each line
processKeyEvent(KeyEvent) - Method in class magellan.client.swing.InternationalizedDialog
 
Processor(Region) - Constructor for class magellan.library.gamebinding.EresseaRelationFactory.Processor
 
processOrders(Region) - Method in class magellan.library.gamebinding.EresseaRelationFactory
 
processRegionNow(Region) - Method in class magellan.library.gamebinding.EresseaRelationFactory
Recreates all relations in this region.
ProduceReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.ProduceReader
 
production - Variable in class magellan.client.swing.AlchemyDialog.PlannerModel.PotionInfo
 
ProductionValue(Integer) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.ProductionValue
 
ProductionValue(String) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.ProductionValue
 
profile - Variable in class magellan.client.Client.Parameters
the name of the profile
PROFILE_PREFIX - Static variable in class magellan.client.utils.ProfileManager
 
ProfileAction - Class in magellan.client.actions.extras
Shows the profile selection dialog
ProfileAction(Client) - Constructor for class magellan.client.actions.extras.ProfileAction
Creates a new ProfileAction object.
ProfileDialog - Class in magellan.client.utils
A Dialog for selecting profiles.
ProfileDialog(Frame) - Constructor for class magellan.client.utils.ProfileDialog
Creates a new modal dialog.
ProfileException(String) - Constructor for exception magellan.client.utils.ProfileManager.ProfileException
Creates a new Exception with specified message.
ProfileException(String, Throwable) - Constructor for exception magellan.client.utils.ProfileManager.ProfileException
Creates a new Exception with specified message and cause.
ProfileManager - Class in magellan.client.utils
Handles multiple profiles for settings.
ProfileManager() - Constructor for class magellan.client.utils.ProfileManager
 
ProfileManager.ProfileException - Exception in magellan.client.utils
Informs about problems during profile handling.
progress - Variable in class magellan.client.swing.StartWindow
 
progress(int, String) - Method in class magellan.client.swing.StartWindow
DOCUMENT-ME
ProgressBarUI - Class in magellan.client.swing
 
ProgressBarUI(JDialog) - Constructor for class magellan.client.swing.ProgressBarUI
Creates a modal progressbar with standard closing listener.
ProgressBarUI(JDialog, boolean, int, UserInterface.ClosingListener) - Constructor for class magellan.client.swing.ProgressBarUI
Creates a ProgressBar Dialog which can be modal or non-modal. listener.proceed() is called if the dialog receives a WINDOW_CLOSING event(e.g., if the user clicks the dialog's close button.
ProgressBarUI(JFrame) - Constructor for class magellan.client.swing.ProgressBarUI
Creates a modal progressbar with standard closing listener.
ProgressBarUI(JFrame, boolean, int, UserInterface.ClosingListener) - Constructor for class magellan.client.swing.ProgressBarUI
Creates a ProgressBar Dialog which can be modal or non-modal. listener.proceed() is called if the dialog receives a WINDOW_CLOSING event(e.g., if the user clicks the dialog's close button.
progressItem - Variable in class magellan.client.Client
 
PromoteOrder - Class in magellan.library.gamebinding
A promotion order (BEFOERDERE)
PromoteOrder(List<OrderToken>, String) - Constructor for class magellan.library.gamebinding.PromoteOrder
 
PromoteReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.PromoteReader
 
properties - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
DOCUMENT-ME
propertiesChanged() - Method in class magellan.client.swing.tree.BorderNodeWrapper
 
propertiesChanged() - Method in interface magellan.client.swing.tree.CellObject
Notifies this object that the draw policy may have changed.
propertiesChanged() - Method in class magellan.client.swing.tree.FactionNodeWrapper
Does nothing.
propertiesChanged() - Method in class magellan.client.swing.tree.GroupNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.IslandNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.ItemNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
 
propertiesChanged() - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.RegionNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.SkillNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.UnitContainerNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.UnitListNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Indicates that the list icons should be re-created
propertiesChanged() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
propertiesChanged() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
PropertiesHelper - Class in magellan.library.utils
This class logically accesses values in a given Properties object
PropertiesHelper() - Constructor for class magellan.library.utils.PropertiesHelper
 
PROPERTY_KEY_UPDATECHECK_CHECK - Static variable in class magellan.library.utils.VersionInfo
Boolean Property to set, if UpdateCheck should be done
PROPERTY_KEY_UPDATECHECK_FAILED - Static variable in class magellan.library.utils.VersionInfo
Timestamp of failed UpdateCheck
PROPERTY_KEY_UPDATECHECK_NIGHTLY_CHECK - Static variable in class magellan.library.utils.VersionInfo
ResourceKey to show that the nightly update check failed
propertyChange(PropertyChangeEvent) - Method in class magellan.client.actions.edit.RedoAction
Updates the state of the menu item.
propertyChange(PropertyChangeEvent) - Method in class magellan.client.actions.edit.UndoAction
Updates the menu item.
PropertyMerger<T> - Class in magellan.library.merge
 
PropertyMerger.Modifier<T> - Interface in magellan.library.merge
 
PROPERTYNAME_LAST_SAVED - Static variable in class magellan.client.swing.AlchemyDialog
the last saved property
put(String, String) - Method in class magellan.library.utils.HTTPClient
Makes a PUT request.
put(String, String) - Method in class magellan.library.utils.TagMap
Deprecated.
 
put(String, String, NameValuePair[]) - Method in class magellan.library.utils.HTTPClient
Makes a PUT request.
put(String, T) - Method in class magellan.library.utils.RadixTreeImpl
 
put(URI, String, String, String, NameValuePair[]) - Method in class magellan.library.utils.HTTPClient
Makes a PUT request.
put(K, V) - Method in class magellan.library.utils.OrderedHashtable
Maps the specified key to the specified value in this hashtable.
PUT_ON_SERVER - magellan.client.actions.file.SaveOrdersAction.Mode
send to Eressea Server
putAll(Map<? extends String, ? extends String>) - Method in class magellan.library.utils.TagMap
Deprecated.
 
putAll(Map<? extends String, ? extends T>) - Method in class magellan.library.utils.RadixTreeImpl
 
putAll(Map<? extends K, ? extends V>) - Method in class magellan.library.utils.OrderedHashtable
Copies all of the mappings from the specified Map to this Hashtable.
putInBox(CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Shifts the coordinate by the box's dimension (x- and y- separately) until it is inside and returns the result.
putInBox(CoordinateID) - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Shifts the coordinate by the box's dimension (x- and y- separately) until it is inside and returns the result.
putInBox(CoordinateID) - Method in class magellan.library.utils.transformation.BoxTransformer.BBoxes
Transforms a coordinate into the box for the matching layer.
putInBoxX(CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Shifts the x-coordinate into the box's width until it is inside and returns the result.
putInBoxY(CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Shifts the y-coordinate by the box's height until it is inside and returns the result.
putRenderer(Object, TreeCellRenderer) - Method in class magellan.client.swing.tree.MixedTreeCellRenderer
 
putReplacer(String, Class<?>) - Method in class magellan.library.utils.replacers.DefaultReplacerFactory
Registers a replacer for the given name without arguments.
putReplacer(String, Class<?>, Object) - Method in class magellan.library.utils.replacers.DefaultReplacerFactory
Registers a replacer for the given name and arguments.
putReplacer(String, Class<?>, Object[]) - Method in class magellan.library.utils.replacers.DefaultReplacerFactory
Registers a replacer for the given name and arguments.
putSimpleObject(Object, ContextFactory) - Method in class magellan.client.swing.tree.ContextManager
DOCUMENT-ME
putTag(Object, String, String) - Method in class magellan.library.utils.ExternalTagMap
Deprecated.
DOCUMENT-ME
putTag(String, String) - Method in class magellan.library.impl.MagellanGroupImpl
 
putTag(String, String) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
putTag(String, String) - Method in class magellan.library.impl.MagellanUnitImpl
 
putTag(String, String) - Method in interface magellan.library.utils.Taggable
Add a tag with key tag and value value to this object.
putTag(String, String) - Method in class magellan.library.utils.TagMap
Deprecated.
Equivalent to put(tag, value).
pw - Static variable in class magellan.library.utils.Resources
 

Q

queue - Variable in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
The events are enqued here
QuickFindAction - Class in magellan.client.actions.edit
An action for quickly finding and selecting a game object by ID.
QuickFindAction(Client) - Constructor for class magellan.client.actions.edit.QuickFindAction
Creates a new FindAction object.
QuickFindAction.QuickFindDialog - Class in magellan.client.actions.edit
A dialog with a text input field to input an ID.
QuickFindDialog(Client, EventDispatcher, GameData, Properties) - Constructor for class magellan.client.actions.edit.QuickFindAction.QuickFindDialog
Create the dialog
quit() - Method in class magellan.client.EMapDetailsPanel
Stores the expansion state.
quit() - Method in class magellan.client.EMapOverviewPanel
Do clean-up on quitting.
quit() - Method in class magellan.client.event.EventDispatcher
 
quit() - Method in class magellan.client.swing.AddSignDialog
stores position and exit
quit() - Method in class magellan.client.swing.ArmyStatsPanel
DOCUMENT-ME
quit() - Method in class magellan.client.swing.CRWriterDialog
Quit without saving settings.
quit() - Method in class magellan.client.swing.ECheckDialog
 
quit() - Method in class magellan.client.swing.ECheckPanel
 
quit() - Method in class magellan.client.swing.FactionStatsDialog
 
quit() - Method in class magellan.client.swing.FindDialog
Closes the dialog and stores settings of the dialog.
quit() - Method in class magellan.client.swing.GiveOrderDialog
 
quit() - Method in class magellan.client.swing.InternationalizedDataPanel
Should be called if this dialog is no longer needed.
quit() - Method in class magellan.client.swing.InternationalizedDialog
 
quit() - Method in class magellan.client.swing.JVorlage
 
quit() - Method in class magellan.client.swing.MapperPanel
Stores the region that is at the center of the currently visible area.
quit() - Method in class magellan.client.swing.preferences.PreferencesDialog
 
quit() - Method in class magellan.client.swing.tasks.TaskTableDialog
 
quit() - Method in class magellan.client.swing.tasks.TaskTablePanel
clean up
quit() - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
 
quit() - Method in class magellan.client.swing.TempUnitDialog
 
quit() - Method in class magellan.client.swing.TipOfTheDay
Close the dialog and save the settings.
quit() - Method in class magellan.client.swing.TradeOrganizer
Store settings and quit.
quit() - Method in class magellan.client.swing.TradeOrganizerOld
Store settings and quit.
quit() - Method in class magellan.client.utils.BookmarkDock
Does nothing
quit() - Static method in class magellan.client.utils.FileNameGenerator
Closes the generator.
quit() - Static method in class magellan.client.utils.NameGenerator
Closes the generator.
quit(boolean) - Method in class magellan.client.Client
This method should be called before the application is terminated in order to store GUI settings etc.
quit(boolean) - Method in interface magellan.client.extern.MagellanPlugIn
This method is called whenever the application stops.
quit(boolean) - Method in class magellan.client.swing.CRWriterDialog
If save==true, save settings.
quit(boolean) - Method in class magellan.client.utils.ProfileDialog
Closes the window.
quit(boolean) - Method in class magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn
 
quit(boolean) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
quit(boolean) - Method in class magellan.plugin.groupeditor.GroupEditorPlugIn
 
quit(boolean) - Method in class magellan.plugin.MagellanMapEditPlugIn
 
QuitAction - Class in magellan.client.actions.file
DOCUMENT ME!
QuitAction(Client) - Constructor for class magellan.client.actions.file.QuitAction
Creates new OpenCRAction
QuitReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.QuitReader
 
quotes - Variable in class magellan.library.gamebinding.AbstractOrderParser
The set of allowed quotes in orders

R

R_DAEMONEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Race DAEMONEN
R_ELFEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Race ELFEN
R_GOBLINS - Static variable in class magellan.library.gamebinding.EresseaConstants
Race GOBLINS
R_HALBLINGE - Static variable in class magellan.library.gamebinding.EresseaConstants
Race HALBLINGE
R_INSEKTEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Race INSEKTEN
R_KATZEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Race KATZEN
R_MEERMENSCHEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Race MEERMENSCHEN
R_MENSCHEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Race MENSCHEN
R_ORKS - Static variable in class magellan.library.gamebinding.EresseaConstants
Race ORKS
R_TROLLE - Static variable in class magellan.library.gamebinding.EresseaConstants
Race TROLLE
R_ZWERGE - Static variable in class magellan.library.gamebinding.EresseaConstants
Race ZWERGE
race - Variable in class magellan.library.relation.PersonTransferRelation
The source unit's race
race - Variable in class magellan.library.relation.UnitTransferRelation
The source unit's race
Race - Class in magellan.library.rules
Holds rule relevant information about a race.
Race(StringID) - Constructor for class magellan.library.rules.Race
Creates a new Race object.
RACE - magellan.plugin.extendedcommands.ContainerType
 
radioButtons - Variable in class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel
 
radioButtons - Variable in class magellan.client.preferences.RegionOverviewPreferences.ExpandPanel
 
RADIUS - Static variable in class magellan.library.utils.Regions
Inner radius (or half distance) of hexagons.
radix - Variable in class magellan.library.EntityID
 
RadixTree<T> - Interface in magellan.library.utils
This interface represent the operation of a radix tree.
RadixTreeImpl<T> - Class in magellan.library.utils
Implementation for Radix tree RadixTree !!
RadixTreeImpl() - Constructor for class magellan.library.utils.RadixTreeImpl
Create a Radix Tree with only the default node root.
RadixTreeImpl.Visitor<T,​R> - Interface in magellan.library.utils
The visitor interface that is used by RadixTreeImpl for performing a task on a searched node.
RadixTreeImpl.VisitorImpl<T,​R> - Class in magellan.library.utils
A simple standard implementation for a RadixTreeImpl.Visitor
raised - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
rarmies - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmies
 
reactOnStroke(KeyStroke, ShortcutListener) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
Performs the action for the given shortcut listener.
read() - Method in class magellan.library.utils.MergeLineReader
DOCUMENT-ME
read(char[], int, int) - Method in class magellan.library.io.BOMReader
 
read(char[], int, int) - Method in class magellan.library.utils.JECheck
Reads from the output of ECheck.
read(char[], int, int) - Method in class magellan.library.utils.MergeLineReader
DOCUMENT-ME
read(File) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Reads a file with commands
read(Reader) - Method in interface magellan.library.completion.OrderParser
Deprecated.
read(Reader) - Method in class magellan.library.gamebinding.AbstractOrderParser
read(Reader) - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Reads the orders from the specified Reader.
read(Reader) - Method in class magellan.library.utils.OrderReader
Reads the orders from the specified Reader.
read(Reader, GameData) - Method in class magellan.library.io.cr.CRParser
This function parses the informations found in Reader in and creates a corresponding GameData object tree.
read(Reader, GameData) - Method in interface magellan.library.io.GameDataIO
Fills the existing GameData object world from an input Reader of a game data file.
read(Reader, GameData) - Method in class magellan.library.io.json.JSONParser
 
read(Reader, GameData) - Method in class magellan.library.io.nr.NRParser
This function parses the informations found in Reader in and creates a corresponding GameData object tree.
read(Reader, GameData) - Method in class magellan.library.io.xml.XMLGameDataIO
Unfinished class!
read(FileType, Rules) - Method in class magellan.library.io.AbstractReportParser
 
read(FileType, Rules) - Method in interface magellan.library.io.GameDataIO
Reads a new GameData object from aFileType.
read(FileType, Rules) - Method in class magellan.library.io.json.JSONParser
 
read(FileType, Rules) - Method in class magellan.library.io.xml.XMLGameDataIO
 
read(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
Tries to parse a string beginning with token.
read(OrderToken, boolean) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
read(OrderToken, String) - Method in class magellan.library.gamebinding.OrderHandler
Reads an order.
read(StringViewMap, Map<String, View>, File) - Method in class magellan.client.desktop.DFBInstance
This method reads a docking configuration from the given file.
readAllianzBeitreten(OrderToken) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.AllianzReader
 
readAllianzFactionID(OrderToken) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.AllianzReader
 
readAttackUID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.AttackReader
 
readBeansprucheAmount(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BeansprucheReader
 
readBeklaueUID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BeklaueReader
 
readBelagereBID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BelagereReader
 
readBenenneFremdeEinheit(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BenenneReader
 
readBenenneFremdePartei(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BenenneReader
 
readBenenneFremdes(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BenenneReader
 
readBenenneFremdesGebaeude(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BenenneReader
 
readBenenneFremdesSchiff(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BenenneReader
 
readBenutzeAmount(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BenutzeReader
 
readBetreteBurg(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BetreteReader
 
readBetreteBurgBID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BetreteReader
 
readBetreteKarawane(OrderToken) - Method in class magellan.library.gamebinding.AllanonOrderParser.BetreteReader
 
readBetreteKarawaneID(OrderToken) - Method in class magellan.library.gamebinding.AllanonOrderParser.BetreteReader
 
readBetreteSchiff(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BetreteReader
 
readBetreteSchiffSID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BetreteReader
 
readBewacheNicht(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BewacheReader
 
readBezahleNicht(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BezahleReader
 
readBotschaftEinheit(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BotschaftReader
 
readBotschaftGebaeude(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BotschaftReader
 
readBotschaftID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BotschaftReader
 
readBotschaftPartei(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BotschaftReader
 
readBotschaftRegion(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BotschaftReader
 
readBotschaftSchiff(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BotschaftReader
 
readDescription() - Method in class magellan.library.gamebinding.AbstractOrderParser
Tests if the next token is a quoted (possibly empty) string at the end of the order.
readDescription(boolean) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tests if the next token is a quoted string at the end of the order.
readDescription(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
Tests if t is a quoted (possibly empty) string at the end of the order.
readDescription(OrderToken, boolean) - Method in class magellan.library.gamebinding.AbstractOrderParser
If this a quoted string at the end of the order, it is returned.
readEmailAddress(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.EmailReader
 
readFahreUID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.FahreReader
 
readFinalID(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
readFinalID(OrderToken, boolean) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
readFinalKeyword(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
readFinalNumber(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
readFinalString(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
Returns true if the token is a nonempty string.
readFolgeEinheit(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.FolgeReader
 
readFolgeSchiff(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.FolgeReader
 
readGameData(FileType) - Method in class magellan.library.io.GameDataReader
Read a gamedata from a given File.
readGameData(FileType, CoordinateID) - Method in class magellan.library.io.GameDataReader
readGameData(FileType, CoordinateID, String) - Method in class magellan.library.io.GameDataReader
Deprecated. 
readGameData(FileType, ReportTransformer) - Method in class magellan.library.io.GameDataReader
Read a gamedata from a given File.
readGameData(FileType, ReportTransformer, String) - Method in class magellan.library.io.GameDataReader
Read a gamedata from a given File.
readGameDataCR(FileType, String) - Method in class magellan.library.io.GameDataReader
Reads the game data from a CR file
readGameDataCR(FileType, String, ReportTransformer) - Method in class magellan.library.io.GameDataReader
Reads the game data from a CR file
readGameDataXML(FileType, String) - Method in class magellan.library.io.GameDataReader
Reads game data from a XML file
readGameDataXML(FileType, String, ReportTransformer) - Method in class magellan.library.io.GameDataReader
Reads game data from a XML file
readGibJe(OrderToken, UnitID) - Method in class magellan.library.gamebinding.EresseaOrderParser.GibReader
 
readGibUID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.GibReader
 
readGibUIDAlles(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.GibReader
 
readGibUIDAmount(OrderToken, UnitID, int, boolean) - Method in class magellan.library.gamebinding.EresseaOrderParser.GibReader
For multiple-line-completion like the creation of give-orders for the resources of an item in OrderCompleter.cmpltGibUIDAmount it is necessary to save the unit's id and the amount to be given.
readHeader(Reader) - Method in class magellan.library.io.cr.CRParser
Reads the header and stores the tags in a map.
readHelfeFID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.HelfeReader
 
readHelfeFIDModifier(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.HelfeReader
 
readHelfeFIDModifierNicht(OrderToken, String) - Method in class magellan.library.gamebinding.EresseaOrderParser.HelfeReader
 
readId(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.GiveReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser.FinalKeywordReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.AllanonOrderParser.AnwerbenReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.AllanonOrderParser.BenenneReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.AllanonOrderParser.BetreteReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.AllanonOrderParser.ErkundeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.AllanonOrderParser.MeuchelnReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.AllyReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.AttackReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.BareHandler
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.BuildReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.CastReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.DirectionHandler
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.EntertainReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.GiveReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.IdHandler
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.KeywordStringReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.MoveReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.NumberHandler
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.ProduceReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.ResearchReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.SailReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.StringHandler
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.StudyReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.WorkReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.AllianzReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.BenenneReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.RekrutiereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.TarneReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ArbeiteReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.AttackReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BannerReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BeansprucheReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BefoerderungReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BeklaueReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BelagereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BenenneReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BenutzeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BeschreibeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BetreteReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BewacheReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BezahleReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.BotschaftReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.DefaultReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.EmailReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.EndeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.FahreReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.FolgeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ForscheReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.GibReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.GruppeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.HelfeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.InvalidReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.KaempfeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.KampfzauberReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.KaufeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.KontaktiereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.LehreReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.LerneReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.LocaleReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.NachReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.NeustartReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.NummerReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.OptionReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ParteiReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.PasswortReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.PflanzeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.PiraterieReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.PraefixReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.RegionReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.RekrutiereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ReserviereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.RouteReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.SabotiereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.SortiereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.SpioniereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.StirbReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.TarneReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.TransportiereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.TreibeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.UnterhalteReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.UrsprungReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.VergesseReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.VerkaufeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.VerlasseReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZeigeReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZerstoereReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZuechteReader
 
readIt(OrderToken) - Method in class magellan.library.gamebinding.OrderHandler
Reads an order.
readKaempfeHelfe(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.KaempfeReader
 
readKaufeAmount(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.KaufeReader
 
readKontaktiereUID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.KontaktiereReader
 
readLehreUID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.LehreReader
 
readLerneTalent(OrderToken, SkillType) - Method in class magellan.library.gamebinding.EresseaOrderParser.LerneReader
 
readMacheAnything(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
readMacheBuilding(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
readMacheBurg(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
readMacheSchiff(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
readMacheShip(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
readMacheStrasse(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
readMacheTemp(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
readMacheTempID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.MacheReader
 
readMeuchelnUID(OrderToken) - Method in class magellan.library.gamebinding.AllanonOrderParser.MeuchelnReader
 
readNachDirection(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.NachReader
 
readNummerBurg(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.NummerReader
 
readNummerEinheit(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.NummerReader
 
readNummerPartei(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.NummerReader
 
readNummerSchiff(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.NummerReader
 
readonly - Variable in class magellan.library.io.file.FileType
true iff file is readonly.
readOptionOption(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.OptionReader
 
readOrder(OrderToken, String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Matches the token with the keys in AbstractOrderParser.getHandlers(OrderToken).
readParteiFID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ParteiReader
 
readPflanzeAmount(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.PflanzeReader
 
readPiraterieFID(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.PiraterieReader
 
readQuote(int) - Method in class magellan.library.utils.OrderTokenizer
Reads from the underlying stream up to the next quotation mark or line break.
readRekrutiereAmount(OrderToken) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.RekrutiereReader
 
readReserviereAmount(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ReserviereReader
 
readReserviereJe(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ReserviereReader
 
readRouteDirection(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.RouteReader
 
readRules(String) - Method in class magellan.library.io.RulesReader
Reads the rules of the given gamedata.
readRules(FileType) - Method in class magellan.library.io.cr.CRParser
Read a ruleset from a specified file.
readRules(FileType) - Method in class magellan.library.io.json.JSONParser
 
readRules(FileType) - Method in class magellan.library.io.nr.NRParser
 
readRules(FileType) - Method in interface magellan.library.io.RulesIO
Reads the rules from a FileType.
readRules(FileType) - Method in class magellan.library.io.xml.XMLRulesIO
DOCUMENT-ME
readSCComment() - Method in class magellan.library.utils.OrderTokenizer
Reads a one line comment beginning with a semicolon up to the next line break.
readSortiereHinter(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.SortiereReader
 
readSortiereVor(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.SortiereReader
 
readSSComment(OrderToken) - Method in class magellan.library.utils.OrderTokenizer
Reads a one line comment beginning with a double slash up to the next line break.
readTarnePartei(OrderToken) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.TarneReader
TARNE PARTEI NUMMER not allowed in E3!
readTarnePartei(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.TarneReader
 
readTarneParteiNummer(OrderToken) - Method in class magellan.library.gamebinding.e3a.E3AOrderParser.TarneReader
This is not allowed in E3!
readTarneParteiNummer(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.TarneReader
 
readUrsprungX(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.UrsprungReader
 
readVerkaufeAlles(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.VerkaufeReader
 
readVerkaufeAmount(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.VerkaufeReader
 
readWord() - Method in class magellan.library.utils.OrderTokenizer
Reads one word from the underlying stream.
ready - Variable in class magellan.client.swing.ProgressBarUI
 
ready - Variable in class magellan.library.utils.RadixTreeImpl.VisitorImpl
 
ready() - Method in class magellan.client.swing.ProgressBarUI
Hide window.
ready() - Method in class magellan.library.io.BOMReader
 
ready() - Method in class magellan.library.utils.JECheck
Tell whether this stream is ready to be read.
ready() - Method in class magellan.library.utils.NullUserInterface
 
ready() - Method in interface magellan.library.utils.UserInterface
Notifies the interface that the task is done.
readZaubereEnde(OrderToken, Spell) - Method in class magellan.library.gamebinding.EresseaOrderParser.KampfzauberReader
 
readZaubereEnde(OrderToken, Spell) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader
 
readZaubereRegion(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader
 
readZaubereRegionCoor(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader
 
readZaubereRegionStufe(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader
 
readZaubereStufe(OrderToken, boolean) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader
 
readZeigeAlle(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZeigeReader
 
readZerstoereAmount(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZerstoereReader
 
readZerstoereStrasse(OrderToken) - Method in class magellan.library.gamebinding.EresseaOrderParser.ZerstoereReader
 
REAL_LAYER - Static variable in class magellan.library.gamebinding.EresseaMapMergeEvaluator
 
realDist - Variable in class magellan.library.utils.Regions.MultidimensionalDistance
 
rebuildTree() - Method in class magellan.client.EMapOverviewPanel
Rebuild the region tree from scratch.
recalculateTrustLevels(GameData) - Static method in class magellan.library.utils.TrustLevels
recalculates the default-trustlevel based on the alliances of all privileged factions in the given GameData-Object.
recode(String, char[], String[]) - Static method in class magellan.library.utils.Umlaut
Search string for a character contained in keys[] and replace it with the corresponding string in values[].
records - Variable in class magellan.library.utils.Regions.MultidimensionalMetric
 
recreate() - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
recreate(GameData) - Method in class magellan.client.swing.ArmyStatsPanel
DOCUMENT-ME
recruit - Variable in class magellan.client.swing.TempUnitDialog
 
RecruitmentOrder - Class in magellan.library.gamebinding
A recruiting order (REKRUTIERE)
RecruitmentOrder(List<OrderToken>, String) - Constructor for class magellan.library.gamebinding.RecruitmentOrder
 
RecruitmentRelation - Class in magellan.library.relation
A relation indicating that a unit recruits a certain amount of peasants.
RecruitmentRelation(Unit, int, int, int) - Constructor for class magellan.library.relation.RecruitmentRelation
Creates a new RecruitmentRelation object.
RecruitmentRelation(Unit, int, int, Race, int) - Constructor for class magellan.library.relation.RecruitmentRelation
Creates a new RecruitmentRelation object.
RecruitReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.RecruitReader
 
recruits - Variable in class magellan.library.impl.MagellanRegionImpl
DOCUMENT-ME
redo() - Method in class magellan.client.MagellanUndoManager
Calls super.redo() and fires property change for menu actions.
REDO - Static variable in class magellan.client.MagellanUndoManager
REDO property name
RedoAction - Class in magellan.client.actions.edit
DOCUMENT ME!
RedoAction(Client, MagellanUndoManager) - Constructor for class magellan.client.actions.edit.RedoAction
Creates a new RedoAction object.
REFLEXIVE - magellan.library.tasks.TeachInspector.TeachProblemTypes
 
refQueue - Variable in class magellan.client.swing.tree.AbstractNodeWrapperDrawPolicy
 
refresh() - Method in class magellan.client.EMapDetailsPanel
 
refreshProblems() - Method in class magellan.client.swing.tasks.TaskTablePanel
Rebuild the complete table.
refreshRelations() - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
refreshRelations() - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
refreshRelations(int) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
refreshRelations(int) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
refreshThread - Variable in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
The Thread which handles update events.
refreshUnitRelations() - Method in class magellan.library.impl.MagellanRegionImpl
Refreshes all the relations of all units in this region.
refreshUnitRelations() - Method in interface magellan.library.Region
Refreshes all the relations of all units in this region.
refreshUnitRelations(boolean) - Method in class magellan.library.impl.MagellanRegionImpl
Deprecated.
should be triggered implicitly by UnitOrdersEvents
refreshUnitRelations(boolean) - Method in interface magellan.library.Region
Deprecated.
should be triggered implicitly by UnitOrdersEvents
REGEX_ACTION - Static variable in class magellan.client.swing.RemoveOrderDialog
 
region - Variable in class magellan.client.swing.ArmyStatsPanel.Army
 
region - Variable in class magellan.client.swing.ArmyStatsPanel.RegionArmies
 
region - Variable in class magellan.library.gamebinding.AbstractOrderCompleter
 
region - Variable in class magellan.library.impl.MagellanUnitImpl
The region this unit is currently in.
region - Variable in class magellan.library.io.cr.CRParser.RegionParseState
The new region.
region - Variable in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
region - Variable in class magellan.library.tasks.SimpleProblem
 
region - Variable in class magellan.library.utils.Regions.MultiDimensionalInfo
This record's information is for this coordinate
Region - Interface in magellan.library
Represents a region of a report.
REGION - magellan.library.Bookmark.BookmarkType
 
REGION - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for region nodes
REGION_LINE - Static variable in class magellan.library.io.nr.NRParser
 
Region.Visibility - Class in magellan.library
0..very poor - no info (->visibility=null)
1..neighbour
2..lighthouse
3..travel
4..qualified unit in region (->visibility=null)
RegionArmies(Region) - Constructor for class magellan.client.swing.ArmyStatsPanel.RegionArmies
Creates a new RegionArmies object.
regionColors - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
Stores the region - color paires.
RegionDefaultTagHandler(CRParser.BlockParser) - Constructor for class magellan.library.io.cr.CRParser.RegionDefaultTagHandler
 
RegionFieldReplacer - Class in magellan.library.utils.replacers
Returns a field of an object of class Region.
RegionFieldReplacer() - Constructor for class magellan.library.utils.replacers.RegionFieldReplacer
 
RegionFieldReplacer(String, int) - Constructor for class magellan.library.utils.replacers.RegionFieldReplacer
Creates a new RegionFieldReplacer object.
RegionGraphicsElement(Object, Icon, Image, String) - Constructor for class magellan.client.swing.tree.RegionNodeWrapper.RegionGraphicsElement
Creates a new RegionGraphicsElement object.
RegionHandler() - Constructor for class magellan.library.utils.OrderReader.RegionHandler
 
RegionIDMapping - Class in magellan.library.utils.mapping
 
RegionIDMapping() - Constructor for class magellan.library.utils.mapping.RegionIDMapping
 
RegionImageCellRenderer - Class in magellan.client.swing.map
This renderer writes an image per region onto the screen.
RegionImageCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.RegionImageCellRenderer
Creates a new RegionImageCellRenderer object.
RegionIslandComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Region objects by comparing the islands they belong to.
RegionIslandComparator(Comparator<? super Island>, Comparator<? super Region>, Comparator<? super Region>) - Constructor for class magellan.library.utils.comparator.RegionIslandComparator
Creates a new RegionIslandComparator object.
regionItems - Variable in class magellan.library.utils.Cache
Deprecated.
replaced by method in Units
regionKey - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
The default key for settings operations with the region-color table.
regionLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
RegionMethodReplacer - Class in magellan.library.utils.replacers
Returns a method value of an object of class Region.
RegionMethodReplacer(String, int) - Constructor for class magellan.library.utils.replacers.RegionMethodReplacer
Creates a new RegionMethodReplacer object.
RegionNameMapping - Class in magellan.library.utils.mapping
 
RegionNameMapping() - Constructor for class magellan.library.utils.mapping.RegionNameMapping
 
RegionNodeWrapper - Class in magellan.client.swing.tree
A wrapper for regions.
RegionNodeWrapper(Region) - Constructor for class magellan.client.swing.tree.RegionNodeWrapper
Creates a new RegionNodeWrapper object.
RegionNodeWrapper(Region, long) - Constructor for class magellan.client.swing.tree.RegionNodeWrapper
Creates a new RegionNodeWrapper object with amount (of persons).
RegionNodeWrapper.RegionGraphicsElement - Class in magellan.client.swing.tree
 
RegionOverviewPreferences - Class in magellan.client.preferences
Provides Panel (Extended Preferences Adapter) for Preferences
RegionOverviewPreferences(EMapOverviewPanel, Properties, GameData) - Constructor for class magellan.client.preferences.RegionOverviewPreferences
Creates a new EMapOverviewPreferences object.
RegionOverviewPreferences.CollapsePanel - Class in magellan.client.preferences
 
RegionOverviewPreferences.CollapsePanel.LeftBorder - Class in magellan.client.preferences
 
RegionOverviewPreferences.ExpandPanel - Class in magellan.client.preferences
 
RegionOverviewSkillPreferences - Class in magellan.client.preferences
Panel for maintainig the SkillTypeList for sorting after skillType
RegionOverviewSkillPreferences(EventDispatcher, ImageFactory, Properties, GameData) - Constructor for class magellan.client.preferences.RegionOverviewSkillPreferences
Creates a new SkillPreferences object.
regionPanel - Variable in class magellan.client.EMapDetailsPanel
 
RegionParseState(Region, int) - Constructor for class magellan.library.io.cr.CRParser.RegionParseState
 
RegionReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.RegionReader
 
RegionResource - Class in magellan.library
A class representing a resource and its attributes in a region.
RegionResource(ID, ItemType) - Constructor for class magellan.library.RegionResource
Constructs a new region resource with the specified id and type.
regions - Variable in class magellan.client.swing.TradeOrganizer
 
regions - Variable in class magellan.client.swing.TradeOrganizerOld
 
regions - Variable in class magellan.library.CompleteData
 
regions - Variable in class magellan.library.utils.Regions.MultidimensionalMetric
 
regions() - Method in class magellan.library.GameData
Deprecated.
regions() - Method in class magellan.library.impl.MagellanIslandImpl
Returns an unmodifiable collection of all the regions in this container.
regions() - Method in interface magellan.library.Island
Returns an unmodifiable collection of all the regions in this container.
Regions - Class in magellan.library.utils
A class offering common operations on regions.
Regions() - Constructor for class magellan.library.utils.Regions
 
Regions.AngleSorter - Class in magellan.library.utils
A comparator the sorts coordinates with respect to the angle to the coordinate at the lower right of a set of coordinates.
Regions.LandMetric - Class in magellan.library.utils
A metric for land regions.
Regions.Metric - Interface in magellan.library.utils
A metric on Coordinates.
Regions.MultidimensionalDistance - Class in magellan.library.utils
A distance value that uses a tuple of distance components.
Regions.MultiDimensionalInfo - Class in magellan.library.utils
A distance implementation that uses Regions.MultidimensionalDistance.
Regions.MultidimensionalMetric - Class in magellan.library.utils
A superclass for metrics that use Regions.MultiDimensionalInfo.
Regions.RegionInfo - Interface in magellan.library.utils
Holds shortest-path relevant information for a region.
Regions.RoadMetric - Class in magellan.library.utils
A metric that accounts for movement cost using roads.
Regions.ShipMetric - Class in magellan.library.utils
A metric for ship paths.
Regions.UnitMetric - Class in magellan.library.utils
A natural metric where neighboring regions have distance 1.
RegionShapeCellRenderer - Class in magellan.client.swing.map
This renderer draws plain one-color hex fields.
RegionShapeCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.RegionShapeCellRenderer
Constructs a new RegionShapeCellRenderer object using the given geometry and settings.
RegionShapeCellRenderer(CellGeometry, MagellanContext, String, String, String) - Constructor for class magellan.client.swing.map.RegionShapeCellRenderer
Constructs a new RegionShapeCellRenderer object using the given geometry and settings.
RegionShapeCellRenderer.GeomRendererAdapter - Class in magellan.client.swing.map
A PreferencesAdapter for use with RegionShapeCellRenderer objects.
regionsPattern1 - Static variable in class magellan.library.GameDataMerger
 
regionsPattern1 - Static variable in class magellan.library.io.AbstractReportParser
 
regionsPattern2 - Static variable in class magellan.library.GameDataMerger
 
regionsPattern2 - Static variable in class magellan.library.io.AbstractReportParser
 
regionSubCmp - Variable in class magellan.library.utils.comparator.UnitRegionComparator
 
RegionTagHandler(CRParser.BlockParser) - Constructor for class magellan.library.io.cr.CRParser.RegionTagHandler
 
RegionType - Class in magellan.library.rules
Stores rule relevant information about a region type.
RegionType(StringID) - Constructor for class magellan.library.rules.RegionType
Creates a new RegionType object.
REGIONTYPE - magellan.plugin.extendedcommands.ContainerType
 
regionTypes - Variable in class magellan.client.swing.map.RenderingPlane
 
regionTypes() - Method in class magellan.library.rules.BuildingType
Returns a list of allowed RegionTypes.
RegionTypeSwitch - Class in magellan.library.utils.replacers
A switch that reacts if the given region is of a certain type.
RegionTypeSwitch(String) - Constructor for class magellan.library.utils.replacers.RegionTypeSwitch
Creates a RegionType Switch out of a String describing a Region Type.
RegionTypeSwitch(RegionType) - Constructor for class magellan.library.utils.replacers.RegionTypeSwitch
Creates a RegionType Switch out of a Region Type.
RegionTypeSwitch(StringID) - Constructor for class magellan.library.utils.replacers.RegionTypeSwitch
Creates a RegionType Switch out of a String ID describing a Region Type.
regionView() - Method in class magellan.library.CompleteData
 
regionView() - Method in class magellan.library.EmptyData
 
regionView() - Method in class magellan.library.GameData
Returns a modifiable view of the regions.
registerActionListener(KeyStroke, ActionListener) - Static method in class magellan.client.desktop.DesktopEnvironment
 
registerKeyStrokes() - Method in class magellan.client.desktop.MagellanDesktop
This method register all KeyStrokes in the KeyStroke-HashMap using registerListener().
registerListener() - Method in class magellan.client.desktop.MagellanDesktop
This registers the key handler at all known containers.
registerListener() - Method in class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel
 
registerListener() - Method in class magellan.client.preferences.RegionOverviewPreferences.ExpandPanel
 
registerListener() - Method in class magellan.client.swing.completion.OrderEditor
registers an OrderListener with the event dispatcher
registerShortcut(KeyStroke, ActionListener) - Method in class magellan.client.desktop.MagellanDesktop
Registers a new KeyStroke/ActionListener pair at the desktop.
registerShortcut(KeyStroke, ShortcutListener) - Method in class magellan.client.desktop.MagellanDesktop
Registers a new KeyStroke/ShortcutListener pair at the desktop.
registerShortcut(ShortcutListener) - Method in class magellan.client.desktop.MagellanDesktop
Register a ShortcutListener with all its shortcuts at the desktop.
registerShortcutListener(KeyStroke, ShortcutListener) - Static method in class magellan.client.desktop.DesktopEnvironment
 
registerShortcutListener(ShortcutListener) - Static method in class magellan.client.desktop.DesktopEnvironment
 
registerTranslation(KeyStroke, KeyStroke) - Method in class magellan.client.desktop.MagellanDesktop
Registers a shortcut translation.
registerTree(JTree) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
regNameAndCoord - Variable in class magellan.client.swing.map.TextCellRenderer
 
RekrutiereReader(OrderParser) - Constructor for class magellan.library.gamebinding.e3a.E3AOrderParser.RekrutiereReader
 
RekrutiereReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.RekrutiereReader
 
Related - Interface in magellan.library
An interface granting access to the relations of an object.
relationContext - Variable in class magellan.client.EMapDetailsPanel
 
RelationFactory - Interface in magellan.library.gamebinding
A RelationFactory creates relations of a unit to other game objects according to the unit's orders.
relations - Variable in class magellan.library.utils.Cache
used in Unit and UnitContainer for relations between or to units
relax(Regions.RegionInfo, Regions.RegionInfo) - Method in interface magellan.library.utils.Regions.Metric
Changes the distance of nextRecord according to the distance of current and the distance between the two regions.
relax(Regions.RegionInfo, Regions.RegionInfo) - Method in class magellan.library.utils.Regions.MultidimensionalMetric
Checks the argument and decreases next's distance if the new distance created by Regions.MultidimensionalMetric.getNewValue(Region, Region, Regions.MultiDimensionalInfo, Regions.MultiDimensionalInfo, int[]) is smaller than the old one.
releaseListener() - Method in class magellan.client.swing.completion.OrderEditor
release an OrderListener with the event dispatcher
reloadGraphicSet() - Method in class magellan.client.swing.map.Mapper
Get the cell geometry from the resources and make all renderers that use images reload the graphics files.
reloadGraphicSet() - Method in class magellan.client.swing.MapperPanel
Get the cell geometry from the resources and make all renderers that use images reload the graphics files.
reloadImages() - Method in class magellan.client.swing.map.ImageCellRenderer
Make the renderer reload all of its cached images.
reloadImages() - Method in class magellan.client.swing.map.PathCellRenderer
Make the renderer reload all of its cached images.
reloadOrders() - Method in class magellan.client.swing.completion.OrderEditor
Refresh the editor's contents.
reloadOrders() - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
Refresh the editor's contents.
reloadTips() - Method in class magellan.client.swing.TipOfTheDay
 
remove - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
remove() - Method in class magellan.client.swing.BasicRegionPanel.BasicStringTokenizer
 
remove() - Method in class magellan.client.utils.ProfileDialog
Removes a profile.
remove() - Method in class magellan.library.impl.MagellanOrdersImplementation.OrdersIterator
 
remove() - Method in class magellan.library.utils.CompoundIterator
 
remove(int) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
remove(int, int) - Method in class magellan.client.swing.basics.JComboBoxCompletion
Deprecated.
 
remove(int, int) - Method in class magellan.client.swing.basics.S17NonStrict
 
remove(int, int) - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
Override to apply syntax highlighting after the document has been updated
remove(Object) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
remove(Object) - Method in class magellan.library.utils.Bucket
Remove a given object from the bucket.
remove(Object) - Method in class magellan.library.utils.OrderedHashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object) - Method in class magellan.library.utils.RadixTreeImpl
 
remove(Object) - Method in class magellan.library.utils.TagMap
Deprecated.
 
remove(String) - Method in class magellan.library.utils.Translations
removes an Translation
remove(String, boolean) - Static method in class magellan.client.utils.ProfileManager
Removes a profile.
remove(Collection<KeyStroke>, boolean) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
Removes the KeyStrokes in the collection from all desktop components.
remove(KeyStroke) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
removeAll() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
DOCUMENT-ME
removeAll() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
DOCUMENT-ME
removeAll(Collection<?>) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
removeAll(Collection<?>) - Method in class magellan.library.utils.Bucket
Remove a list of items from the bucket.
removeAllFilters() - Method in class magellan.library.utils.replacers.UnitSelection
DOCUMENT-ME
removeAllListeners(Object) - Method in class magellan.client.event.EventDispatcher
Removes the specified listener from all event queues
removeAllListeners(Object) - Method in interface magellan.library.utils.guiwrapper.EventDispatcherInterface
Removes the specified listener from all event queues
removeBookmark(Selectable) - Method in class magellan.library.CompleteData
 
removeBookmark(Selectable) - Method in class magellan.library.EmptyData
 
removeBookmark(Selectable) - Method in class magellan.library.GameData
 
removeBuilding(Building) - Method in class magellan.library.impl.MagellanRegionImpl
Removes a building from this container.
removeBuilding(Building) - Method in interface magellan.library.Region
Removes a building from this container.
removeButton - Variable in class magellan.client.preferences.IconStyleSetPreferences
 
removeCaretListener(CaretListener) - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
removeChild(AllianceCategory) - Method in class magellan.library.rules.AllianceCategory
 
removeChild(Category) - Method in class magellan.library.rules.Category
 
removeColor() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
removeColor(int, String) - Method in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
Remove a color mapping from the indexed ModePanel
removeCommand(StringID) - Method in class magellan.library.gamebinding.AbstractOrderParser
Removes the handler for the specified command.
REMOVECONFIRMATION - Static variable in class magellan.client.actions.orders.ChangeFactionConfirmationAction
DOCUMENT-ME
removeContent() - Method in class magellan.client.swing.desktop.WorkSpace
 
removeContextListener(ContextListener) - Method in class magellan.client.swing.tree.ContextManager
Removes this listener
removeEntry(float) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
DOCUMENT-ME
removeEntry(float) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
DOCUMENT-ME
removeExternalCaretListener(CaretListener) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
removeExternalCaretListener(CaretListener) - Method in interface magellan.client.swing.completion.OrderEditorList
DOCUMENT-ME
removeExternalFocusListener(FocusListener) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
removeExternalFocusListener(FocusListener) - Method in interface magellan.client.swing.completion.OrderEditorList
DOCUMENT-ME
removeExternalKeyListener(KeyListener) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
removeExternalKeyListener(KeyListener) - Method in interface magellan.client.swing.completion.OrderEditorList
DOCUMENT-ME
removeFaction(EntityID) - Method in class magellan.library.GameData
Removes a faction from the report.
removeFilter(UnitFilter) - Method in class magellan.library.utils.replacers.UnitSelection
DOCUMENT-ME
removeFilters(Class<?>) - Method in class magellan.library.utils.replacers.UnitSelection
DOCUMENT-ME
removeFocusListener(FocusListener) - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
removeFromContainer(Component, KeyStroke) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
Removes the given key stroke from the container searching an instance of JComponent.
removeFromIsland() - Method in class magellan.client.swing.context.UnitContainerContextMenu
 
removeGameDataListener(GameDataListener) - Method in class magellan.client.event.EventDispatcher
Removes the specified listener for game data events.
removeGameDataListener(GameDataListener) - Method in interface magellan.library.utils.guiwrapper.EventDispatcherInterface
Removes the specified listener for game data events.
removeHandler(CacheHandler) - Method in class magellan.library.utils.Cache
Un-register a CacheHandler.
removeHerb() - Method in class magellan.client.swing.AlchemyDialog
 
removeHerb(int) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Removes the herb of the specified row from the model.
removeHotSpot(Bookmark) - Method in class magellan.client.swing.MapperPanel
Remove the specified hot spot.
removeIngredient(ID) - Method in class magellan.library.impl.MagellanPotionImpl
Removes an item from the list of ingredients required to brew this potion.
removeIngredient(ID) - Method in interface magellan.library.Potion
Removes an item from the list of ingredients required to brew this potion.
removeInstance(Object) - Method in class magellan.library.rules.Category
DOCUMENT-ME
removeIsland() - Method in class magellan.client.swing.context.IslandContextMenu
 
removeIsland(IntegerID) - Method in class magellan.library.GameData
Removes the island from the report.
removeItem - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
removeItem - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
removeKeyListener(KeyListener) - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
removeLayoutComponent(Component) - Method in class magellan.client.swing.CenterLayout
DOCUMENT-ME
removeLayoutComponent(Component) - Method in class magellan.client.swing.StartWindow.SimpleLayout
DOCUMENT-ME
removeLayoutComponent(Component) - Method in class magellan.client.swing.tree.CellRenderer.SameHeightBoxLayout
DOCUMENT-ME
removeLayoutComponent(Component) - Method in class magellan.client.swing.tree.LineWrapCellRenderer.SimpleLayout
 
removeLogListener(LogListener) - Static method in class magellan.library.utils.logging.Logger
Removes l from the list of notified listeners.
removeMaintenance(Unit) - Method in class magellan.library.impl.MagellanRegionImpl
 
removeMaintenance(Unit) - Method in interface magellan.library.Region
Remove a unit from the list of units that may be in this region in the next turn.
removeMapping(int) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
removeNeighbor(Direction) - Method in class magellan.library.impl.MagellanRegionImpl
 
removeNeighbor(Direction) - Method in interface magellan.library.Region
Removes the neighbor in the specified direction.
removeOrder(String, int) - Method in class magellan.library.impl.MagellanUnitImpl
 
removeOrder(String, int) - Method in interface magellan.library.Unit
Removes orders that match the given order up to a given length.
removeOrder(String, int, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
removeOrder(String, int, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
removeOrder(Order, int) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
removeOrder(Order, int) - Method in interface magellan.library.Orders
Removes orders that match the given order up to a given length.
removeOrderAt(int) - Method in class magellan.library.impl.MagellanUnitImpl
Removes the order at position i and refreshes the relations
removeOrderAt(int) - Method in interface magellan.library.Unit
Removes the order at position i and refreshes the relations
removeOrderAt(int, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
removeOrderAt(int, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
removeOrderConfirmListener(OrderConfirmListener) - Method in class magellan.client.event.EventDispatcher
Removes the specified listener for order confirm events.
RemoveOrderDialog - Class in magellan.client.swing
A Dialog that asks the user for a string input.
RemoveOrderDialog(Frame, String) - Constructor for class magellan.client.swing.RemoveOrderDialog
Creates a new removeOrderDialog object.
removeOrders(Unit, String[]) - Static method in class magellan.client.utils.Units
Modifies u's orders as specified in s.
removeOrderWriterPlugIn(OrderWriterPlugIn) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
You can use this method to rmove a OrderWriterPlugIn from the internal list of known OrderWriterPlugIns.
removeOrderWriterPlugIn(OrderWriterPlugIn) - Method in class magellan.library.utils.OrderWriter
You can use this method to rmove a OrderWriterPlugIn from the internal list of known OrderWriterPlugIns.
removePotion() - Method in class magellan.client.swing.AlchemyDialog
 
removePotion(int) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Removes the potion of the specified column from the model.
removeProblem(ProblemType) - Method in class magellan.client.preferences.TaskTablePreferences.TypeTree
 
removePropertyChangeListener(PropertyChangeListener) - Method in class magellan.client.MagellanUndoManager
Removes a listener.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class magellan.client.MagellanUndoManager
Removes a listener.
removePSigns(String) - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
removeRegion(Region) - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
Enqueue an event for removing all problems corresponding to r
removeRegion(Region) - Method in class magellan.library.GameData
Removes a region from the data.
removeRegions(Collection<Region>) - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
Call removeRegion for all regions.
removeRelation(UnitRelation) - Method in class magellan.library.impl.MagellanRelatedImpl
 
removeRelation(UnitRelation) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
removeRelation(UnitRelation) - Method in class magellan.library.impl.MagellanUnitImpl
 
removeRelation(UnitRelation) - Method in interface magellan.library.Related
Removes the given relation.
removeRelation(UnitRelation) - Method in interface magellan.library.Unit
Removes a relation to this unit.
removeResource(RegionResource) - Method in class magellan.library.impl.MagellanRegionImpl
Removes the resource with the specified numerical id or the id of its item type from this region.
removeResource(RegionResource) - Method in interface magellan.library.Region
Removes the resource with the specified numerical id or the id of its item type from this region.
removeResource(ItemType) - Method in class magellan.library.impl.MagellanRegionImpl
 
removeResource(ItemType) - Method in interface magellan.library.Region
Removes any reference to the Resource with ItemType type.
removeSelectionListener(SelectionListener) - Method in class magellan.client.event.EventDispatcher
Removes the specified listener for selection events.
removeSet - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
removeSet() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
removeSet(String) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
removeSet(String) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
DOCUMENT-ME
removeShip(Ship) - Method in class magellan.library.impl.MagellanRegionImpl
Removes a ship from this container.
removeShip(Ship) - Method in interface magellan.library.Region
Removes a ship from this container.
removeSimpleObject(Object) - Method in class magellan.client.swing.tree.ContextManager
DOCUMENT-ME
removeStroke(KeyStroke) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
 
removeStyleset() - Method in class magellan.client.preferences.IconStyleSetPreferences
 
removeStyleset(String) - Static method in class magellan.client.swing.tree.CellRenderer
Deletes a styleset out of the stylesets map.
removeTag - Variable in class magellan.client.EMapDetailsPanel
 
removeTag(Object, String) - Method in class magellan.library.utils.ExternalTagMap
Deprecated.
DOCUMENT-ME
removeTag(String) - Method in class magellan.library.impl.MagellanGroupImpl
 
removeTag(String) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
removeTag(String) - Method in class magellan.library.impl.MagellanUnitImpl
 
removeTag(String) - Method in interface magellan.library.utils.Taggable
Removes the value for the key tag from this object.
removeTemp(UnitID) - Method in class magellan.library.GameData
Removes a temp unit from the collection of temp units.
removeTempUnitListener(TempUnitListener) - Method in class magellan.client.event.EventDispatcher
Removes the specified listener for temp unit events.
removeTheVoid() - Method in class magellan.library.GameData
removes all "Leere" Regions needed for merging
removeTranslation(KeyStroke) - Method in class magellan.client.desktop.MagellanDesktop
 
removeUnit(ID) - Method in interface magellan.library.Group
Removes a unit from this container.
removeUnit(ID) - Method in class magellan.library.impl.MagellanGroupImpl
Removes a unit from this container.
removeUnit(ID) - Method in class magellan.library.impl.MagellanUnitContainerImpl
Removes a unit from this container.
removeUnit(ID) - Method in interface magellan.library.UnitContainer
Removes a unit from this container.
removeUnit(Unit) - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
Enqueue an event for removing all events corresponding to unit.
removeUnit(UnitID) - Method in class magellan.library.GameData
Removes unit from the report.
removeUnitChangeListener(UnitChangeListener) - Method in class magellan.library.GameData
 
removeUnitOrdersListener(UnitOrdersListener) - Method in class magellan.client.event.EventDispatcher
Removes the specified listener for unit order events.
removeUnits(Collection<Unit>) - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
 
removeUpdate(DocumentEvent) - Method in class magellan.client.swing.completion.OrderEditor
DOCUMENT-ME
removeUpdate(DocumentEvent) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
 
rename - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
RenameNamedRelation - Class in magellan.library.relation
A relation indicating that the source unit renames the Named Object
RenameNamedRelation(Unit, Named, String, int) - Constructor for class magellan.library.relation.RenameNamedRelation
Creates a new RenameRelation.
RenameOrder - Class in magellan.library.gamebinding
An order with one or more units as arguments.
RenameOrder(List<OrderToken>, String, RenameOrder.RenameObject, EntityID, String) - Constructor for class magellan.library.gamebinding.RenameOrder
 
RenameOrder.RenameObject - Enum in magellan.library.gamebinding
 
renameSet - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
renameSet() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
renameSet() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.AbstractRegionShapeCellRenderer
 
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.BackgroundImageRenderer
 
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.BorderCellRenderer
Renders all borders (streets, firewalls, coasts and others.
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.BuildingCellRenderer
 
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.EresseaSchemesCellRenderer
 
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.HexCellRenderer
 
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.HighlightImageCellRenderer
DOCUMENT-ME
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.HighlightShapeCellRenderer
 
render(Object, boolean, boolean) - Method in interface magellan.client.swing.map.MapCellRenderer
Renders the supplied object.
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.MarkingsImageCellRenderer
DOCUMENT-ME
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.PathCellRenderer
 
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.RegionImageCellRenderer
 
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.SchemeCellRenderer
DOCUMENT-ME
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.ShipCellRenderer
 
render(Object, boolean, boolean) - Method in class magellan.client.swing.map.SignTextCellRenderer
DOCUMENT-ME
render(GameData) - Method in class magellan.library.impl.MagellanMessageImpl
Renders the message and updates the message text.
render(GameData) - Method in interface magellan.library.Message
Renders the message and updates the message text.
render(GameData, String, Map<String, String>) - Static method in class magellan.library.impl.MagellanMessageImpl
Renders a message text from the given pattern and attributes.
renderer - Variable in class magellan.client.swing.context.MapContextMenu
 
RendererActionListener() - Constructor for class magellan.client.swing.context.MapContextMenu.RendererActionListener
 
RendererLoader - Class in magellan.client.utils
DOCUMENT ME!
RendererLoader(File, String, CellGeometry, Properties) - Constructor for class magellan.client.utils.RendererLoader
Creates new RendererLoader
RendererLoader.ZipClassLoader - Class in magellan.client.utils
 
renderers - Variable in class magellan.client.swing.tree.MixedTreeCellRenderer
 
RenderingPlane - Class in magellan.client.swing.map
A class representing a rendering plane in the mapper.
RenderingPlane(int, String) - Constructor for class magellan.client.swing.map.RenderingPlane
Creates a new RenderingPlane object representing the plane at the specified index and with the specified name.
RenderingPlane(int, String, int) - Constructor for class magellan.client.swing.map.RenderingPlane
Creates a new RenderingPlane object.
renderMessage(Message) - Method in class magellan.library.gamebinding.EresseaMessageRenderer
Renders the Message
renderMessage(Message) - Method in interface magellan.library.gamebinding.MessageRenderer
Renders a Message
rep - Variable in class magellan.library.utils.replacers.FilterSwitch.MyFilterClass
 
repaint() - Method in class magellan.client.Client
 
repaint() - Method in class magellan.client.EMapOverviewPanel
Repaints this component.
repaint(int) - Method in class magellan.client.Client
Repaints all components.
repaint(String) - Method in class magellan.client.desktop.MagellanDesktop
Repaints the component with ID id.
RepaintAction - Class in magellan.client.actions.extras
DOCUMENT ME!
RepaintAction(Client) - Constructor for class magellan.client.actions.extras.RepaintAction
Creates a new RepaintAction object.
repaintAll() - Static method in class magellan.client.desktop.DesktopEnvironment
 
repaintAllComponents() - Method in class magellan.client.desktop.MagellanDesktop
Refreshes region tree and paints all desktop components.
repaintComponent(String) - Static method in class magellan.client.desktop.DesktopEnvironment
 
repair(UserInterface) - Method in class magellan.library.GameData
Tries to repair errors in this data and returns the repaired data.
reparseOrders() - Method in class magellan.library.impl.MagellanUnitImpl
 
reparseOrders() - Method in interface magellan.library.Unit
Invoke the order parser again on all orders.
replace - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
replace(String, String) - Method in class magellan.library.completion.Completion
 
replace(String, String, String) - Static method in class magellan.library.utils.Umlaut
Replaces all occurences of from in str with to.
replaceAll(String, String, String) - Static method in class magellan.client.utils.FileNameGenerator
Deprecated.
We use Java 1.5 now
replaceList(String) - Method in class magellan.library.merge.PropertyMerger
 
replaceListForEach(String, PropertyMerger.Modifier<X>) - Method in class magellan.library.merge.PropertyMerger
 
replaceOrder(int, Order) - Method in class magellan.library.impl.MagellanUnitImpl
 
replaceOrder(int, Order) - Method in interface magellan.library.Unit
Replaces the order at the position by the given new order.
replaceOrder(int, Order, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
replaceOrder(int, Order, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
replaceOrders - Variable in class magellan.client.swing.RoutingDialog.RetValue
whether to replace the unit's orders
replaceOrders() - Method in class magellan.client.swing.RoutingDialog.RetValue
 
replaceOrders() - Method in interface magellan.library.utils.guiwrapper.RoutingDialogData
 
replacer - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
 
Replacer - Interface in magellan.library.utils.replacers
Base interface for Replacer architecture.
ReplacerEnvironment - Class in magellan.library.utils.replacers
Provides a global environment.
ReplacerEnvironment() - Constructor for class magellan.library.utils.replacers.ReplacerEnvironment
Creates new ReplacerEnvironment
ReplacerFactory - Interface in magellan.library.utils.replacers
Provides replacer instances.
ReplacerHelp - Class in magellan.library.utils.replacers
Sets up and provides the replacers.
ReplacerHelp(EventDispatcherInterface, GameData) - Constructor for class magellan.library.utils.replacers.ReplacerHelp
Creates a new ReplacerHelp object.
ReplacerInfo(Class<?>) - Constructor for class magellan.library.utils.replacers.DefaultReplacerFactory.ReplacerInfo
Creates a new ReplacerInfo object.
replacers - Variable in class magellan.library.utils.replacers.DefaultReplacerFactory
 
ReplacerSystem - Class in magellan.library.utils.replacers
DOCUMENT ME!
ReplacerSystem() - Constructor for class magellan.library.utils.replacers.ReplacerSystem
 
report - Variable in class magellan.client.Client.Parameters
the report to be loaded on startup
ReportMerger - Class in magellan.library.utils
Helper class.
ReportMerger(GameData, File[], ReportMerger.Loader, ReportMerger.AssignData) - Constructor for class magellan.library.utils.ReportMerger
Creates new ReportMerger
ReportMerger(GameData, File, ReportMerger.Loader, ReportMerger.AssignData) - Constructor for class magellan.library.utils.ReportMerger
Creates a new ReportMerger object.
ReportMerger.AssignData - Interface in magellan.library.utils
An interface representing classes that receive a GameData object (possibly assigning it to the Client).
ReportMerger.Loader - Interface in magellan.library.utils
An interface representing classes that read a report from a file.
ReportObserver(EventDispatcher) - Constructor for class magellan.client.Client.ReportObserver
Creates a new ReportObserver object.
ReportParser - Interface in magellan.library.io
 
reports - Variable in class magellan.library.utils.ReportMerger
 
ReportTransformer - Interface in magellan.library.utils.transformation
An interface for classes that transform coordinates.
reprocessContextMenu() - Method in class magellan.client.swing.map.TradeTextCellRenderer
 
reprocessMenu() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
reprocessReplacer() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
reprocessSets() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
reprocessSets(Object) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
Add all known sets to list model.
reprocessTooltipDefinition() - Method in class magellan.client.swing.map.Mapper
 
requestFocus() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Ensures that the right order editor gets the focus.
requestFocus() - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
requestFocus(String) - Static method in class magellan.client.desktop.DesktopEnvironment
 
requestFocusInWindow(Component) - Static method in class magellan.library.utils.JVMUtilities
Request the focus in the current window.
rescale() - Method in class magellan.client.swing.MapperPanel
 
ResearchReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.ResearchReader
 
reserveItem(ItemType, boolean, boolean, int, Unit, int, Order) - Method in class magellan.library.gamebinding.EresseaRelationFactory.EresseaExecutionState
Tries to reserve a certain amount of an item.
ReserveOrder - Class in magellan.library.gamebinding
A RESERVIERE order.
ReserveOrder(List<OrderToken>, String) - Constructor for class magellan.library.gamebinding.ReserveOrder
 
ReserveOwnOrder - Class in magellan.library.gamebinding
Virtual order for handling reserve orders
ReserveOwnOrder() - Constructor for class magellan.library.gamebinding.ReserveOwnOrder
 
reserveRelation - Variable in class magellan.library.relation.RecruitmentRelation
 
ReserveRelation - Class in magellan.library.relation
This relation holds information about a unit reserving some item.
ReserveRelation(Unit, int, ItemType, int) - Constructor for class magellan.library.relation.ReserveRelation
Constructs a ReserveRelation (with warning parameter).
ReserveRelation(Unit, Unit, int, ItemType, int) - Constructor for class magellan.library.relation.ReserveRelation
Constructs a ReserveRelation (with warning parameter).
ReserviereReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.ReserviereReader
 
reset() - Method in class magellan.library.utils.JECheck
Reset the stream.
reset() - Method in class magellan.library.utils.MergeLineReader
DOCUMENT-ME
reset() - Method in class magellan.library.utils.replacers.EnvironmentPart
Resets the environment (for a new, independent evaluation like a new region).
reset() - Method in class magellan.library.utils.replacers.OperationMode
DOCUMENT-ME
reset() - Method in class magellan.library.utils.replacers.ReplacerEnvironment
Resets all parts.
reset() - Method in class magellan.library.utils.replacers.UnitSelection
DOCUMENT-ME
reset() - Method in interface magellan.library.utils.RoutePlanner.Costs
Set costs to zero, starting a new leg
reset() - Method in class magellan.library.utils.RoutePlanner.ZeroCosts
 
reset() - Method in class magellan.library.utils.ShipRoutePlanner.ShipCosts
 
reset() - Method in class magellan.library.utils.SpellSyntax
 
reset() - Method in class magellan.library.utils.UnitRoutePlanner.LandCosts
 
resetExpandInfo() - Method in class magellan.client.EMapOverviewPanel
 
resetExtendedShortcutListener() - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler
Resets the sub-listener.
resetProduction() - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Set production to 0.
resetProduction() - Method in class magellan.client.swing.AlchemyDialog
Set production to 0.
ReshowReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.ReshowReader
 
resizeMinimap - Variable in class magellan.client.swing.MapperPanel
 
resolveWraparound(GameData) - Static method in class magellan.library.gamebinding.EresseaPostProcessor
 
Resource - Class in magellan.library.rules
A Resource reflects a needed resource for e.g. building roads (stones, building) e.g. a building (stones, wood, iron, silver e.g. recruiting (silver, potion?)
Resource() - Constructor for class magellan.library.rules.Resource
Creates a new Resource object.
Resource(int) - Constructor for class magellan.library.rules.Resource
Creates a new Resource object.
RESOURCE_KEY_NOUPDATE_AVAIL - Static variable in class magellan.library.utils.VersionInfo
ResourceKey to show that the update process failed
resourceDir - Variable in class magellan.client.Client.Parameters
the directory for resources (images, languages etc.)
ResourceFilenameFilter() - Constructor for class magellan.library.utils.Resources.ResourceFilenameFilter
 
ResourceFilenameFilter(String) - Constructor for class magellan.library.utils.Resources.ResourceFilenameFilter
 
resourceId - Variable in class magellan.library.gamebinding.atlantis.AtlantisSpecificStuff
 
ResourcePathClassLoader - Class in magellan.library.utils
Loads classes and resources from a configurable set of places.
ResourcePathClassLoader(Properties) - Constructor for class magellan.library.utils.ResourcePathClassLoader
Creates a new class loader initializing itself with the specified settings.
ResourcePreferences - Class in magellan.client.preferences
Settings for all concerning resource paths
ResourcePreferences(Collection<MagellanPlugIn>, Properties) - Constructor for class magellan.client.preferences.ResourcePreferences
Creates a new ResourceSettings object.
ResourcePreferences.DirButton - Class in magellan.client.preferences
 
resourcePrefix - Variable in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
resources() - Method in class magellan.library.impl.MagellanRegionImpl
Returns all resources of this region.
resources() - Method in interface magellan.library.Region
Returns all resources of this region.
Resources - Class in magellan.library.utils
This class loads and holds the resources for Magellan.
Resources.ResourceFilenameFilter - Class in magellan.library.utils
A small filter for resource file names...
ResourceSettingsFactory - Class in magellan.client.utils
DOCUMENT ME!
ResourceSettingsFactory(Collection<MagellanPlugIn>, Properties) - Constructor for class magellan.client.utils.ResourceSettingsFactory
Creates a new instance of EresseaClass
restart() - Method in class magellan.library.gamebinding.EresseaRelationFactory.Updater
Restart timer.
restartUpdating() - Method in class magellan.library.gamebinding.EresseaRelationFactory
restarts the updater
restoreView() - Method in class magellan.plugin.battleanalyzer.BattleDock
Makes the dock visible on the desktop.
restoreView(String) - Method in class magellan.client.desktop.MagellanDesktop
Makes a view visible.
restrictToActiveRegion() - Method in class magellan.client.swing.tasks.TaskTablePanel
Returns true if problems will be restricted to current region.
restrictToOwner() - Method in class magellan.client.swing.tasks.TaskTablePanel
Returns true if problems will be restricted to the owner faction.
restrictToPassword() - Method in class magellan.client.swing.tasks.TaskTablePanel
Returns true if problems will be restricted to factions with known password.
restrictToSelection() - Method in class magellan.client.swing.tasks.TaskTablePanel
Returns true if problems will be restricted to current region selection.
RestValue(Integer) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.RestValue
 
RestValue(String) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.RestValue
 
result - Variable in class magellan.library.utils.HTTPResult
 
result - Variable in class magellan.library.utils.RadixTreeImpl.VisitorImpl
 
resultGD - Variable in class magellan.library.merge.BaseMerger
 
retainAll(Collection<?>) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
retainAll(Collection<?>) - Method in class magellan.library.utils.Bucket
DOCUMENT ME!
retrieveLocations(Properties) - Static method in class magellan.library.utils.MagellanUrl
Tries to access the locations file remotely and read the values.
retrieveLocations(Properties, boolean) - Static method in class magellan.library.utils.MagellanUrl
Tries to access the locations file remotely and read the values.
returnIcons - Variable in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
returnIcons - Variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
returnIcons - Variable in class magellan.client.swing.tree.UnitListNodeWrapper
 
RetValue(CoordinateID, int, boolean, boolean, boolean) - Constructor for class magellan.client.swing.RoutingDialog.RetValue
Creates a new RetValue object.
reverseOrder() - Method in interface magellan.client.swing.tree.CellObject2
Signals if the order of the label and icons should be reversed.
reverseOrder() - Method in class magellan.client.swing.tree.FactionNodeWrapper
Return false.
reverseOrder() - Method in class magellan.client.swing.tree.GroupNodeWrapper
Never reversed
reverseOrder() - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
 
reverseOrder() - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
reverseOrder() - Method in class magellan.client.swing.tree.RegionNodeWrapper
Never reversed
reverseOrder() - Method in class magellan.client.swing.tree.SkillNodeWrapper
Never reversed.
reverseOrder() - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
reverseOrder() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns true if the icons should be displayed in reverse order.
reverseOrder() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
reviewFaction(Faction) - Method in class magellan.library.tasks.AbstractInspector
Returns the empty list.
reviewFaction(Faction) - Method in interface magellan.library.tasks.Inspector
Reviews global problems and returns a list of Problems.
reviewFaction(Faction) - Method in class magellan.library.tasks.MessageInspector
 
reviewGlobal() - Method in class magellan.library.tasks.AbstractInspector
Returns the empty list.
reviewGlobal() - Method in interface magellan.library.tasks.Inspector
Reviews global problems and returns a list of Problems.
reviewRegion(Region) - Method in class magellan.library.tasks.AbstractInspector
Calls reviewUnit(r,Problem.INFO), reviewUnit(r,Problem.WARNING)... etc. and returns the joint list of problems.
reviewRegion(Region) - Method in interface magellan.library.tasks.Inspector
Reviews a region and returns a list of Problem objects associated with it.
reviewUnit(Unit) - Method in class magellan.library.tasks.AbstractInspector
Calls reviewUnit(u,Problem.INFO), reviewUnit(u,Problem.WARNING)... etc. and returns the joint list of problems.
reviewUnit(Unit) - Method in interface magellan.library.tasks.Inspector
Reviews a unit and returns a list of Problem objects associated with it.
revived - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
reworkRegionSwitches(GameData) - Static method in class magellan.library.utils.replacers.ReplacerHelp
 
RideOrder - Class in magellan.library.gamebinding
A RIDE order (FAHRE).
RideOrder(List<OrderToken>, String, UnitID) - Constructor for class magellan.library.gamebinding.RideOrder
 
RIGHT - Static variable in class magellan.client.swing.map.AbstractTextCellRenderer
DOCUMENT-ME
RIGHT - Static variable in class magellan.client.swing.map.SignTextCellRenderer
DOCUMENT-ME
rightOf(CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Returns true if the coordinate is right of the box.
rightOf(CoordinateID) - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Returns true if the coordinate is right of this box (larger x value).
rightPart - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
rListener - Variable in class magellan.client.swing.context.MapContextMenu
 
RoadMetric(Map<CoordinateID, Region>, Map<ID, RegionType>, CoordinateID, CoordinateID, int, int) - Constructor for class magellan.library.utils.Regions.RoadMetric
 
root - Variable in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
 
root - Variable in class magellan.library.utils.RadixTreeImpl
 
rotate(String, int) - Method in class magellan.library.utils.OrderWriter
 
RoundRectIcon(int, int) - Constructor for class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
Creates a new RoundRectIcon object.
rounds - Variable in class magellan.library.relation.MovementRelation
 
RoutePlanner - Class in magellan.library.utils
Base class for route planners that show a dialog and add movement orders to units.
RoutePlanner() - Constructor for class magellan.library.utils.RoutePlanner
 
RoutePlanner.Costs - Interface in magellan.library.utils
An abstract function that calculates route costs.
RoutePlanner.ZeroCosts - Class in magellan.library.utils
A cost function that never exhausts.
RouteReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.RouteReader
 
ROUTETOOLONG - magellan.library.tasks.MovementInspector.MovementProblemTypes
 
RoutingDialog - Class in magellan.client.swing
A dialog to fetch a destination region (usually for a ship).
RoutingDialog(Frame, GameData, boolean) - Constructor for class magellan.client.swing.RoutingDialog
Creates a new RoutingDialog object.
RoutingDialog(Frame, GameData, Collection<Region>) - Constructor for class magellan.client.swing.RoutingDialog
Creates a new RoutingDialog object.
RoutingDialog(Frame, GameData, Collection<Region>, boolean, boolean) - Constructor for class magellan.client.swing.RoutingDialog
Creates a new RoutingDialog object.
RoutingDialog.RetValue - Class in magellan.client.swing
Represents the result of the dialog.
RoutingDialogData - Interface in magellan.library.utils.guiwrapper
 
RoutingDialogDataPicker - Interface in magellan.library.utils.guiwrapper
 
rows - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
rows - Variable in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
rows - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
side, round, row
rows - Variable in class magellan.plugin.groupeditor.GroupEditorTableModel
 
RT_ACTIVE_VOLCANO - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType active volcano
RT_DESERT - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType dessert
RT_DESSERT - Static variable in class magellan.library.gamebinding.EresseaConstants
Deprecated.
you can't eat terrain types!
RT_FIREWALL - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType firewall
RT_FOG - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType Nebel
RT_FOREST - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The RegionType forest
RT_FOREST - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType forest
RT_GLACIER - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType glacier
RT_HIGHLAND - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType highland
RT_MOUNTAIN - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The RegionType mountain
RT_MOUNTAIN - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType mountain
RT_OCEAN - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The RegionType ocean
RT_OCEAN - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType ocean
RT_PLAIN - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The RegionType plain
RT_PLAIN - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType plain
RT_SWAMP - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The RegionType swamp
RT_SWAMP - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType swamp
RT_UNKNOWN - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The RegoinType "the void"
RT_UNKNOWN - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegoinType "the void"
RT_VOID - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
The RegoinType "the void"
RT_VOID - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegoinType "the void"
RT_VOLCANO - Static variable in class magellan.library.gamebinding.EresseaConstants
The RegionType volcano
RT_WRAP - Static variable in class magellan.library.gamebinding.atlantis.AtlantisConstants
"wrap around" regions
RT_WRAP - Static variable in class magellan.library.gamebinding.EresseaConstants
"wrap around" regions
rules - Variable in class magellan.library.GameData
Deprecated.
Rules - Interface in magellan.library
A class summarizing the static information about a game system (a set of rules).
RulesException - Exception in magellan.library.gamebinding
 
RulesException() - Constructor for exception magellan.library.gamebinding.RulesException
 
RulesException(String) - Constructor for exception magellan.library.gamebinding.RulesException
 
RulesException(String, Throwable) - Constructor for exception magellan.library.gamebinding.RulesException
 
RulesException(Throwable) - Constructor for exception magellan.library.gamebinding.RulesException
 
RulesIO - Interface in magellan.library.io
DOCUMENT-ME
RulesReader - Class in magellan.library.io
DOCUMENT-ME
RulesReader() - Constructor for class magellan.library.io.RulesReader
Creates a new RulesReader object.
run() - Method in class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher.TaskSearchRunner
 
run() - Method in class magellan.library.gamebinding.EresseaRelationFactory.Processor
 
run() - Method in class magellan.plugin.extendedcommands.ExecutionThread
 
runClipboard() - Method in class magellan.client.swing.OrderWriterDialog
Copies the orders to the clipboard using the settings from the properties.
runECheck() - Method in class magellan.client.swing.ECheckPanel
This method starts ECheck and tries to find any problems in the orders.
runExecute(String, GameData, Unit, UnitContainer, UserInterface) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
 
runISOEcheck - Variable in class magellan.client.preferences.ClientTextEncodingPreferences
 
runJVorlage - Variable in class magellan.client.preferences.ClientTextEncodingPreferences
 
runMail() - Method in class magellan.client.swing.OrderWriterDialog
Mails the orders using the settings from the properties.
runPutOnServer() - Method in class magellan.client.swing.OrderWriterDialog
Sends the orders using the settings from the properties.
runSave() - Method in class magellan.client.swing.OrderWriterDialog
Saves the orders to a file using the settings from the properties.
runUTFEcheck - Variable in class magellan.client.preferences.ClientTextEncodingPreferences
 

S

s - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
S - Static variable in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
The direction South
S_ALCHEMIE - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill ALCHEMIE
S_ALCHIMIE - Static variable in class magellan.library.gamebinding.AllanonConstants
skill ALCHIMIE
S_ANWERBEN - Static variable in class magellan.library.gamebinding.AllanonConstants
skill ANWERBEN
S_ARMBRUSTSCHIESSEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill ARMBRUSTSCHIESSEN
S_AUSDAUER - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill AUSDAUER
S_BEANSPRUCHE - Static variable in class magellan.library.gamebinding.AllanonConstants
skill BEANSPRUCHE
S_BERGBAU - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill BERGBAU
S_BOGENSCHIESSEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill BOGENSCHIESSEN
S_BURGENBAU - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill BURGENBAU
S_COMMENT - Static variable in class magellan.client.swing.completion.OrderEditor
Text style COMMENT
S_COMMENT_INV - Static variable in class magellan.client.swing.completion.OrderEditor
Text style COMMENT inverted
S_HANDELN - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill HANDELN
S_HIEBWAFFEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill HIEBWAFFEN
S_HOLZFAELLEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill HOLZFAELLEN
S_ID - Static variable in class magellan.client.swing.completion.OrderEditor
Text style ID
S_ID_INV - Static variable in class magellan.client.swing.completion.OrderEditor
Text style ID inverted
S_KATAPULTBEDIENUNG - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill KATAPULTBEDIENUNG
S_KEYWORD - Static variable in class magellan.client.swing.completion.OrderEditor
Text style KEYWORD
S_KEYWORD_INV - Static variable in class magellan.client.swing.completion.OrderEditor
Text style KEYWORD inverted
S_KRAEUTERKUNDE - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill KRAEUTERKUNDE
S_LONGORDER - Static variable in class magellan.client.swing.completion.OrderEditor
Text style LONGORDER
S_LONGORDER_INV - Static variable in class magellan.client.swing.completion.OrderEditor
Text style LONGORDER inverted
S_MAGIE - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill MAGIE
S_MECHANIK - Static variable in class magellan.library.gamebinding.AllanonConstants
skill MECHANIK
S_MEUCHELN - Static variable in class magellan.library.gamebinding.AllanonConstants
skill MEUCHELN
S_NUMBER - Static variable in class magellan.client.swing.completion.OrderEditor
Text style NUMBER
S_NUMBER_INV - Static variable in class magellan.client.swing.completion.OrderEditor
Text style NUMBER inverted
S_PFERDEDRESSUR - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill PFERDEDRESSUR
S_REGULAR - Static variable in class magellan.client.swing.completion.OrderEditor
Text style REGULAR
S_REGULAR_INV - Static variable in class magellan.client.swing.completion.OrderEditor
Text style REGULAR inverted
S_REITEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill REITEN
S_RUESTUNGSBAU - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill RUESTUNGSBAU
S_SCHIFFBAU - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill SCHIFFBAU
S_SEGELN - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill SEGELN
S_SPIONAGE - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill SPIONAGE
S_STANGENWAFFEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill STANGENWAFFEN
S_STEINBAU - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill STEINBAU
S_STEUEREINTREIBEN - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill STEUEREINTREIBEN
S_STRASSENBAU - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill STRASSENBAU
S_STRING - Static variable in class magellan.client.swing.completion.OrderEditor
Text style STRING
S_STRING_INV - Static variable in class magellan.client.swing.completion.OrderEditor
Text style STRING inverted
S_TAKTIK - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill TAKTIK
S_TARNUNG - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill TARNUNG
S_UNTERHALTUNG - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill UNTERHALTUNG
S_WAFFENBAU - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill WAFFENBAU
S_WAGENBAU - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill WAGENBAU
S_WAHRNEHMUNG - Static variable in class magellan.library.gamebinding.EresseaConstants
Skill WAHRNEHMUNG
S17NonStrict - Class in magellan.client.swing.basics
 
S17NonStrict(JComboBox) - Constructor for class magellan.client.swing.basics.S17NonStrict
 
SabotiereReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.SabotiereReader
 
SailReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.SailReader
 
sameFactionSubCmp - Variable in class magellan.library.utils.comparator.UnitFactionComparator
 
sameFactionSubCmp - Variable in class magellan.library.utils.comparator.UnitGuiseFactionComparator
 
sameGroupSubCmp - Variable in class magellan.library.utils.comparator.UnitGroupComparator
 
SameHeightBoxLayout() - Constructor for class magellan.client.swing.tree.CellRenderer.SameHeightBoxLayout
 
sameIndexSubCmp - Variable in class magellan.library.utils.comparator.SortIndexComparator
 
sameIslandSubCmp - Variable in class magellan.library.utils.comparator.RegionIslandComparator
 
sameNameSubCmp - Variable in class magellan.library.utils.comparator.NameComparator
 
sameNameSubCmp - Variable in class magellan.library.utils.comparator.ToStringComparator
 
sameParentSubCmp - Variable in class magellan.library.utils.comparator.UnitTempUnitComparator
 
sameRegionSubCmp - Variable in class magellan.library.utils.comparator.UnitRegionComparator
 
sameSectionSubCmp - Variable in class magellan.library.utils.comparator.MessageTypeSectionComparator
 
sameTrustSubCmp - Variable in class magellan.library.utils.comparator.FactionDetailComparator
 
sameTrustSubCmp - Variable in class magellan.library.utils.comparator.FactionTrustComparator
 
save() - Method in class magellan.client.desktop.DockingLayout
Saves this Docking Layout in a XML Element
save() - Method in class magellan.client.desktop.MagellanDesktop
Writes the configuration of this desktop.
save() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
save() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
save() - Method in class magellan.plugin.extendedcommands.ExtendedCommands
 
save() - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
Saves the settings from the world.
save(StringBuffer) - Method in class magellan.client.desktop.DockingLayout
Saves this Docking Layout.
save(StringBuffer, DockingWindow, String) - Method in class magellan.client.desktop.DockingLayout
Writes all informations about a DockingWindow into the StringBuffer as XML.
save(StringBuffer, FloatingWindow, String) - Method in class magellan.client.desktop.DockingLayout
Writes all informations about the FloatingWindow into the StringBuffer as XML.
save(StringBuffer, RootWindow, String) - Method in class magellan.client.desktop.DockingLayout
Writes all informations about the RootWindow into the StringBuffer as XML.
save(StringBuffer, SplitWindow, String) - Method in class magellan.client.desktop.DockingLayout
Writes all informations about the SplitWindow into the StringBuffer as XML.
save(StringBuffer, TabWindow, String) - Method in class magellan.client.desktop.DockingLayout
Writes all informations about the TabWindow into the StringBuffer as XML.
save(StringBuffer, View, String) - Method in class magellan.client.desktop.DockingLayout
Writes all informations about the View into the StringBuffer as XML.
save(StringBuffer, WindowBar, String) - Method in class magellan.client.desktop.DockingLayout
Writes all informations about the WindowBar into the StringBuffer as XML.
save(StringBuffer, Element, String) - Method in class magellan.client.desktop.DockingLayout
Writes all informations inside the root Element into the StringBuffer.
save(String, Unit, Map<Faction, AllianceState>) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
Adds multiple commands per faction to the given unit.
save(Map<?, Color>, String) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Writes the given hashtable into the global settings using the given key.
save(Properties) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
SAVE_ALL - magellan.plugin.extendedcommands.PlugInAction
 
saveAll() - Method in class magellan.client.swing.OrderWriterDialog
 
saveAs(UserInterface, String, int, int, int, int) - Method in class magellan.client.swing.MapSaverUI
 
SAVEAS_IMAGETYPE_JPEG - Static variable in class magellan.client.swing.MapSaverUI
DOCUMENT-ME
SAVEAS_IMAGETYPE_PNG - Static variable in class magellan.client.swing.MapSaverUI
DOCUMENT-ME
saveAs_SC(UserInterface, String, int, int, int, int) - Method in class magellan.client.swing.MapSaverUI
DOCUMENT-ME
saveBookmarks() - Method in class magellan.client.utils.BookmarkManager
 
saveBounds() - Method in class magellan.client.swing.TempUnitDialog
 
saveCollapseProperty() - Method in class magellan.client.preferences.RegionOverviewPreferences
Saves the settings about the collapsing
saveCostStates() - Method in class magellan.client.swing.TempUnitDialog
 
SavedTranslationsMapping - Class in magellan.library.utils.mapping
 
SavedTranslationsMapping() - Constructor for class magellan.library.utils.mapping.SavedTranslationsMapping
 
saveExclusionData() - Method in class magellan.client.swing.ArmyStatsDialog
 
saveExpandProperties() - Method in class magellan.client.preferences.RegionOverviewPreferences
Saves the settings about the expanding
saveFactionColors() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Saves the faction colors into the global settings using the default key factionKey.
saveFactionColors(String) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Saves the faction colors into the global settings using the given key.
saveISOOrders - Variable in class magellan.client.preferences.ClientTextEncodingPreferences
 
saveListProperty() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
saveOceanColor() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Saves the ocean color using the key "GeomRenderer.OceanColor".
SaveOrdersAction - Class in magellan.client.actions.file
With the help of this action it is possible to save the given orders
SaveOrdersAction(Client, SaveOrdersAction.Mode) - Constructor for class magellan.client.actions.file.SaveOrdersAction
Creates new OpenCRAction
SaveOrdersAction.Mode - Enum in magellan.client.actions.file
 
saveRectangle(Properties, Rectangle, String) - Static method in class magellan.library.utils.PropertiesHelper
Saves the rectangle r with property-key key to the settings.
saveRegionColors() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Saves the faction colors into the global settings using the default key regionKey.
saveRegionColors(String) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Saves the region colors into the global settings using the given key.
saveReport() - Method in class magellan.client.Client
Tries to determine the correct file type for the current data and starts saving it, if successful.
saveReport(FileType) - Method in class magellan.client.Client
Starts saving the current data to the given filetype.
SaveSelectionAction - Class in magellan.client.actions.map
Lets the user save a selection as file.
SaveSelectionAction(Client) - Constructor for class magellan.client.actions.map.SaveSelectionAction
Creates a new SaveSelectionAction object.
saveSet() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
Saves the current set to the settings.
saveSet(Properties) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
Saves the current set to the given settings.
saveSettings() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
saveSettings() - Static method in class magellan.client.utils.ProfileManager
Writes the settings to the ProfileManager.INIFILE in the settings directory.
saveStyleset(String) - Static method in class magellan.client.swing.tree.CellRenderer
Saves a single styleset.
saveStylesets() - Static method in class magellan.client.swing.tree.CellRenderer
Stores all stylesets(custom and type) into the settings.
saveSynchronously() - Method in class magellan.client.Client
Saves the current data and waits until saving is finished.
saveTab(TitledTab) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
Saves the content of a tab inside the Extended Commands List.
saveTable() - Method in class magellan.client.swing.AlchemyDialog
Save dialog data to xml file.
saveToFile() - Method in class magellan.client.swing.OrderWriterDialog
 
saveToServer() - Method in class magellan.client.swing.OrderWriterDialog
 
saveTranslations() - Method in class magellan.client.desktop.MagellanDesktop
 
saveUnknownColor() - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Saves the unknown color using the key "GeomRenderer.UnknownColor".
saveUTFOrders - Variable in class magellan.client.preferences.ClientTextEncodingPreferences
 
savingInProgress() - Method in class magellan.library.io.cr.CRWriter
Returns true if writing has begun, but not finished
sc - Variable in class magellan.library.io.cr.CRParser.BlockParser
 
sc - Variable in class magellan.library.io.cr.CRParser.TagHandler
The scanner used by the parser.
scale(float) - Method in class magellan.client.swing.map.BackgroundImageRenderer
 
scale(float) - Method in class magellan.client.swing.map.EresseaSchemesCellRenderer
 
scale(float) - Method in class magellan.client.swing.map.HexCellRenderer
Scales the used cell geometry object.
scale(float) - Method in class magellan.client.swing.map.ImageCellRenderer
Scale all images this renderer uses to a certain scale factor.
scale(float) - Method in interface magellan.client.swing.map.MapCellRenderer
Tells the renderer that it should re-adjust the scale factor it uses for rendering.
scale(float) - Method in class magellan.client.swing.map.PathCellRenderer
Scale all images this renderer uses to a certain scale factor.
scale(Image) - Method in class magellan.client.swing.map.BackgroundImageRenderer
 
scale(Image) - Method in class magellan.client.swing.map.ImageCellRenderer
Return a scaled version of the supplied using the current scale factor.
scaled - Variable in class magellan.client.swing.map.ImageCellRenderer.ImageContainer
DOCUMENT-ME
scanEscapes(String, ReplacerFactory) - Static method in class magellan.library.utils.replacers.DefinitionMaker
 
Scanner - Class in magellan.library.io.cr
A simple class for tokenizing lines of an input file.
Scanner(Reader) - Constructor for class magellan.library.io.cr.Scanner
Creates a new Scanner object.
Scheme - Interface in magellan.library
A class encapsulating a scheme object indicating the position of a region in the 'Astralraum' relative to the standard Eressea map.
SchemeCellRenderer - Class in magellan.client.swing.map
A renderer for Scheme objects.
SchemeCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.SchemeCellRenderer
Creates a new BuildingCellRenderer object.
SchemeExtendMapping - Class in magellan.library.utils.mapping
Astral to real mapping from several astral regions with schemes, calculating the "extent" of the schemes Proposed by Fiete: taking into account land regions in the neighborhood that would appear as schemes, but don't do.
SchemeExtendMapping() - Constructor for class magellan.library.utils.mapping.SchemeExtendMapping
 
SchemeNameMapping - Class in magellan.library.utils.mapping
 
SchemeNameMapping() - Constructor for class magellan.library.utils.mapping.SchemeNameMapping
 
SchemeOverlapMapping - Class in magellan.library.utils.mapping
Astral to real mapping from two neighbor astral spaces with schemes (there can be seen exactly one same scheme from both astral regions).
SchemeOverlapMapping() - Constructor for class magellan.library.utils.mapping.SchemeOverlapMapping
 
schemes() - Method in class magellan.library.impl.MagellanRegionImpl
Returns all schemes of this region.
schemes() - Method in interface magellan.library.Region
Returns all schemes of this region.
score - Variable in class magellan.library.impl.MagellanFactionImpl
Punkte
Score<K> - Class in magellan.library.utils
A class that maintains and integer score and type for a key.
Score(K) - Constructor for class magellan.library.utils.Score
Creates a score without type and value 0.
Score(K, int) - Constructor for class magellan.library.utils.Score
Creates a score without type.
Score(K, int, String) - Constructor for class magellan.library.utils.Score
Creates a score with one type.
SCORE_SCHEME - Static variable in class magellan.library.utils.mapping.AstralMappingEvaluator
 
SCORE_TERRAIN - Static variable in class magellan.library.utils.mapping.AstralMappingEvaluator
 
scpContent - Variable in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
Script - Class in magellan.plugin.extendedcommands
This is a container for a script.
Script(String, int, ContainerType, String) - Constructor for class magellan.plugin.extendedcommands.Script
Creates a new script
Script(Element) - Constructor for class magellan.plugin.extendedcommands.Script
Creates a script from an XML document block.
SCRIPTTYPE_CONTAINER - Static variable in class magellan.plugin.extendedcommands.Script
A unit container's script.
SCRIPTTYPE_LIBRARY - Static variable in class magellan.plugin.extendedcommands.Script
A library script.
SCRIPTTYPE_UNIT - Static variable in class magellan.plugin.extendedcommands.Script
A unit's script.
SCRIPTTYPE_UNKNOWN - Static variable in class magellan.plugin.extendedcommands.Script
A script of unknown type.
scrollPane - Variable in class magellan.client.utils.ErrorWindow
 
SE - Static variable in class magellan.library.gamebinding.EresseaMapMetric
Direction southeast
searchMoving(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
searchMoving(MouseEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
searchPrefix(String, int) - Method in interface magellan.library.utils.RadixTree
Search for all the keys that start with given prefix. limiting the results based on the supplied limit.
searchPrefix(String, int) - Method in class magellan.library.utils.RadixTreeImpl
 
searchPrefixMap(String, int) - Method in interface magellan.library.utils.MapRadixTree
Returns a map containing all entries whose keys are have the specified key as a prefix.
searchPrefixMap(String, int) - Method in class magellan.library.utils.RadixTreeImpl
Returns a map containing all entries whose keys are have the specified key as a prefix.
secondPass() - Method in class magellan.library.merge.IslandMerger
 
secondPass() - Method in interface magellan.library.merge.TwoPassMerger
 
SECTION_LINE - Static variable in class magellan.library.io.nr.NRParser
 
sectionLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
selBorder - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
Selectable - Interface in magellan.library
 
SelectAllAction - Class in magellan.client.actions.map
Selects all regions in the current layer
SelectAllAction(Client) - Constructor for class magellan.client.actions.map.SelectAllAction
Creates a new SelectAllAction object.
selected - Variable in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
 
selected - Variable in class magellan.client.swing.context.actions.ContextAction
 
SELECTED_REGIONS - Static variable in class magellan.client.swing.map.RenderingPlane
Indicates that only selected regions should be painted.
selectedArea - Variable in class magellan.client.swing.completion.MarkedTextCompletionGUI
 
selectedObjects - Variable in class magellan.client.swing.context.actions.ContextAction
 
selectedRegions - Variable in class magellan.library.CompleteData
 
selectionChanged(SelectionEvent) - Method in class magellan.client.actions.edit.FindAction
 
selectionChanged(SelectionEvent) - Method in class magellan.client.actions.map.AbstractSelectionAction
Updates the currentselection.
selectionChanged(SelectionEvent) - Method in class magellan.client.completion.AutoCompletion
 
selectionChanged(SelectionEvent) - Method in class magellan.client.desktop.MagellanDesktop.KeyHandler.GameEventListener
Invoked when different objects are activated or selected.
selectionChanged(SelectionEvent) - Method in class magellan.client.EMapDetailsPanel
Selection event handler, update all elements in this panel with the appropriate data.
selectionChanged(SelectionEvent) - Method in class magellan.client.EMapOverviewPanel
Selection event handler, update the selection status of the tree.
selectionChanged(SelectionEvent) - Method in interface magellan.client.event.SelectionListener
Invoked when different objects are activated or selected.
selectionChanged(SelectionEvent) - Method in class magellan.client.skillchart.SkillChartPanel
Displays skill information only for selected objects (Factions or Regions).
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.AlchemyDialog
Update selected regions if necessary.
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.ArmyStatsPanel
Invoked when different objects are activated or selected.
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.BasicRegionPanel
 
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Updates the editors after a new object has been selected.
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.completion.OrderEditor
If the active object in the selection event is a unit it is registered with this editor.
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.context.PathfinderMapContextMenu
 
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.ECheckPanel
 
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.FactionStatsPanel
Updates the panel if a new region has been selected.
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.FindDialog
Update the set of regions for finding objects.
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.map.Mapper
 
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.MapperPanel
Selection event handler, updating the map if a new region is selected.
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.MessagePanel
Handles the selection of a new object to display messages for.
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.tasks.TaskTablePanel
 
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.TradeOrganizer
Adapt for new regions.
selectionChanged(SelectionEvent) - Method in class magellan.client.swing.TradeOrganizerOld
Adapt for new regions.
selectionChanged(SelectionEvent) - Method in class magellan.client.utils.BookmarkDock
Selects (in the list) the entry corresponding to the selection.
selectionChanged(SelectionEvent) - Method in class magellan.client.utils.BookmarkManager
Changes the active object.
selectionChanged(SelectionEvent) - Static method in class magellan.client.utils.SelectionHistory
Adds active object to history if it is not from an ignored source.
selectionChanged(SelectionEvent) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
SelectionEntry(SelectionEvent) - Constructor for class magellan.client.utils.SelectionHistory.SelectionEntry
 
SelectionEvent - Class in magellan.client.event
An event issued when the user activates a different object or selects a number of objects.
SelectionEvent(Object, List<List<Object>>, int) - Constructor for class magellan.client.event.SelectionEvent
 
SelectionHistory - Class in magellan.client.utils
Records selection events.
SelectionHistory() - Constructor for class magellan.client.utils.SelectionHistory
 
SelectionHistory.SelectionEntry - Class in magellan.client.utils
Encapsulates a Selectionevent
SelectionListener - Interface in magellan.client.event
The listener interface for receiving selection events.
SelectIslandsAction - Class in magellan.client.actions.map
Selects the regions of all islands that have a selected region.
SelectIslandsAction(Client) - Constructor for class magellan.client.actions.map.SelectIslandsAction
Creates a new SelectIslandsAction object.
SelectNothingAction - Class in magellan.client.actions.map
Clears the selection
SelectNothingAction(Client) - Constructor for class magellan.client.actions.map.SelectNothingAction
Creates a new SelectNothingAction object.
selectObjectOnRow(int, int) - Method in class magellan.client.swing.tasks.TaskTablePanel
Fire selection event for object associated with row
SelfCleaningProperties - Class in magellan.library.utils
This is a self cleaning properties implementation.
SelfCleaningProperties() - Constructor for class magellan.library.utils.SelfCleaningProperties
Creates new SelfCleaningProperties
SelfCleaningProperties(Properties) - Constructor for class magellan.library.utils.SelfCleaningProperties
Creates a new SelfCleaningProperties object.
sell - Variable in class magellan.client.swing.TradeOrganizer
 
sell - Variable in class magellan.client.swing.TradeOrganizerOld
 
sellMode - Variable in class magellan.client.swing.map.TradeTextCellRenderer
 
SellTable() - Constructor for class magellan.client.swing.TradeOrganizer.SellTable
Creates a new SellTable object.
SellTable() - Constructor for class magellan.client.swing.TradeOrganizerOld.SellTable
Creates a new SellTable object.
SEMANTIC_ERROR - magellan.library.tasks.OrderSyntaxInspector.OrderSemanticsProblemTypes
 
SEMANTIC_WARNING - magellan.library.tasks.OrderSyntaxInspector.OrderSemanticsProblemTypes
 
sendMail() - Method in class magellan.client.swing.OrderWriterDialog
 
sep - Variable in class magellan.client.preferences.RegionOverviewPreferences.CollapsePanel.LeftBorder
 
set - Variable in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel
 
set - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer
 
set(int, Order) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
set(AdvancedRegionShapeCellRenderer.ColorTable) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ColorTable
DOCUMENT-ME
set(AdvancedRegionShapeCellRenderer.ValueMapping) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
DOCUMENT-ME
set(Order) - Method in class magellan.library.impl.MagellanOrdersImplementation.OrdersIterator
 
setAbbrev(String) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Sets the value of abbrev.
setAcknowledged(boolean) - Method in class magellan.library.impl.MagellanMessageImpl
 
setAcknowledged(boolean) - Method in interface magellan.library.Message
Sets the new acknowledged status.
setAcknowledged(Battle, boolean) - Static method in class magellan.library.tasks.MessageInspector
 
setActivationTime(int) - Method in class magellan.client.completion.AutoCompletion
Sets the time (in ms) after a key stroke until activating the GUI.
setActive(boolean) - Method in class magellan.client.desktop.DockingLayout
Sets the value of isActive.
setActive(boolean) - Method in class magellan.library.impl.MagellanRegionImpl
Deprecated.
setActive(boolean) - Method in interface magellan.library.Region
Deprecated.
setActive(boolean) - Method in class magellan.library.rules.OptionCategory
DOCUMENT-ME
setActive(boolean) - Method in class magellan.library.rules.OrderType
Sets the value of active.
setActive(String) - Method in class magellan.client.desktop.MagellanDesktop
Enabled a desktop menu entry for the given View
setActive(ID, boolean) - Method in class magellan.library.rules.Options
DOCUMENT-ME
setActive(View) - Method in class magellan.client.desktop.DFBInstance
Enables a desktop menu entry for the given View
setActive(View) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
setActiveAlliances(Map<EntityID, Alliance>) - Method in class magellan.client.utils.TreeBuilder
DOCUMENT-ME
setActiveBackgroundColor(Color) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Sets and applies the color for the active unconfirmed unit's editor.
setActiveBackgroundColorConfirmed(Color) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Sets and applies the color for the active confirmed unit's editor.
setActiveBookmark(int) - Method in class magellan.client.utils.BookmarkManager
Sets the value of activeBookmark.
setActiveLayout(DockingLayout) - Method in class magellan.client.desktop.DFBInstance
Enabled the specified docking layout.
setActiveLayout(DockingLayout) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
setActiveObject(Selectable) - Method in class magellan.client.utils.BookmarkManager
Sets the value of activeObject.
setActiveProblems(Set<ProblemType>) - Method in class magellan.client.swing.tasks.TaskTablePanel
Deprecated.
We use a negative list now
setActiveRegion(Region) - Method in class magellan.library.EmptyData
 
setActiveRegion(Region) - Method in class magellan.library.GameData
Marks a new region as the active region.
setActiveSelection(SelectionEvent) - Method in class magellan.client.EMapDetailsPanel
 
setAddECheckComments(boolean) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Write comments used by ECheck order checker.
setAddECheckComments(boolean) - Method in class magellan.library.utils.OrderWriter
Write comments used by ECheck order checker.
setAdditionalIconInfo(int) - Method in class magellan.client.Client
Adds a small hint to the icon (only available on mac os)
setAdditionalValueProperties(Map<String, Color>, boolean) - Static method in class magellan.client.swing.tree.CellRenderer
Sets the display values and saves them in the settings
setAdditiveShipBonus(int) - Method in class magellan.library.rules.Race
Returns the bonus (or malus) that is added to the ship radius for this race.
setAffectedObject(Object) - Method in class magellan.library.utils.JECheck.ECheckMessage
DOCUMENT-ME
setAge(int) - Method in interface magellan.library.Faction
Sets the value of age.
setAge(int) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of age.
setAlias(UnitID) - Method in class magellan.library.impl.MagellanUnitImpl
Sets an alias id for this unit.
setAlias(UnitID) - Method in interface magellan.library.Unit
Sets an alias id for this unit.
setAlive(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of alive.
setAlliance(AllianceGroup) - Method in interface magellan.library.Faction
Sets the alliance this faction is a member of (E3 ALLIANCE order).
setAlliance(AllianceGroup) - Method in class magellan.library.impl.MagellanFactionImpl
 
setAllies(Map<EntityID, Alliance>) - Method in interface magellan.library.Faction
Sets the value of allies (HELP statuses).
setAllies(Map<EntityID, Alliance>) - Method in interface magellan.library.Group
 
setAllies(Map<EntityID, Alliance>) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of allies.
setAllies(Map<EntityID, Alliance>) - Method in class magellan.library.impl.MagellanGroupImpl
 
setAllowCustomIcons(boolean) - Method in class magellan.client.EMapDetailsPanel
Sets if custom (faction) items are displayd.
setAllTooltipDefinitions(List<?>) - Method in class magellan.client.swing.map.Mapper
Sets a list of available tooltip definitions
setAllVisible(boolean) - Method in class magellan.client.Client
 
setAllVisible(boolean) - Method in class magellan.client.desktop.MagellanDesktop
Activates all frames if in frame mode.
setAlwaysAsk(boolean) - Static method in class magellan.client.utils.ProfileManager
Sets the "always ask at startup" property.
setAmount(int) - Method in class magellan.client.swing.tree.FactionNodeWrapper
Changes the amount associated with this node.
setAmount(int) - Method in class magellan.client.swing.tree.GroupNodeWrapper
Changes the amount (of persons)
setAmount(int) - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
setAmount(int) - Method in class magellan.client.swing.tree.SimpleNodeWrapper
 
setAmount(int) - Method in class magellan.library.gamebinding.RecruitmentOrder
Sets the value of amount.
setAmount(int) - Method in class magellan.library.Item
Sets the amount.
setAmount(int) - Method in class magellan.library.RegionResource
Sets the amount of the resource visible or available.
setAmount(int) - Method in class magellan.library.rules.Resource
DOCUMENT-ME
setAmount(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Sets the value of amount.
setAmount(long) - Method in class magellan.client.swing.tree.RegionNodeWrapper
Sets the amount (of persons)
setAmount(long) - Method in class magellan.library.utils.Units.StatItem
 
setArgs(Object[]) - Method in class magellan.library.utils.replacers.DefaultReplacerFactory.ReplacerInfo
Sets the constructor arguments.
setArgument(Object) - Method in class magellan.client.swing.tree.SimpleNodeWrapper
Sets the argument for the ContextFactory.
setArguments(String, Object) - Method in class magellan.library.utils.replacers.DefaultReplacerFactory
Sets arguments for the given replacer.
setArguments(String, Object[]) - Method in class magellan.library.utils.replacers.DefaultReplacerFactory
Sets arguments for the given replacer.
setAstralVisible(boolean) - Method in class magellan.library.rules.RegionType
If argument is true, this RegionType is marked as being visible from the astral space.
setAttributes(Map<String, String>) - Method in class magellan.library.impl.MagellanMessageImpl
The attributes of this message.
setAttributes(Map<String, String>) - Method in interface magellan.library.Message
The attributes of this message.
setAura(int) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of aura.
setAura(int) - Method in interface magellan.library.Unit
Sets the value of aura.
setAuraMax(int) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of auraMax.
setAuraMax(int) - Method in interface magellan.library.Unit
Sets the value of auraMax.
setAutoConfirm(boolean) - Method in class magellan.client.swing.OpenOrdersAccessory
DOCUMENT-ME
setAutoConfirm(boolean) - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Sets whether all read orders get automatically confirmed.
setAutoConfirm(boolean) - Method in class magellan.library.utils.OrderReader
Sets whether all read orders get automatically confirmed.
setAutoScaling(boolean) - Method in class magellan.client.swing.MapperPanel
Sets the autoscale property.
setAverageScore(int) - Method in interface magellan.library.Faction
Sets the value of averageScore.
setAverageScore(int) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of averageScore.
setBackColor(Color) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
setBackground(Color) - Method in class magellan.client.swing.tree.GraphicsStyleset
Setter for property background.
setBackground(Color) - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
setBackground(Color, Properties) - Static method in class magellan.client.swing.MagellanLookAndFeel
DOCUMENT-ME
setBase(Replacer) - Method in class magellan.library.utils.replacers.ReplacerSystem
 
setBattles(List<Battle>) - Method in interface magellan.library.Faction
Sets the value of battles.
setBattles(List<Battle>) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of battles.
setBattleSpec(boolean) - Method in interface magellan.library.Battle
Sets whether the CR representation of this battle is a standard BATTLE block or a BATTLESPEC block.
setBattleSpec(boolean) - Method in class magellan.library.impl.MagellanBattleImpl
Sets whether the CR representation of this battle is a standard BATTLE block or a BATTLESPEC block.
setBesiegers(int) - Method in interface magellan.library.Building
Changes the number of persons besieging the building
setBesiegers(int) - Method in class magellan.library.impl.MagellanBuildingImpl
 
setBesiegerUnits(Collection<UnitID>) - Method in interface magellan.library.Building
Removes all besieging units.
setBesiegerUnits(Collection<UnitID>) - Method in class magellan.library.impl.MagellanBuildingImpl
 
setBitMask(int) - Method in class magellan.library.rules.AllianceCategory
Sets the bitmask of this category.
setBitMask(int) - Method in class magellan.library.rules.OptionCategory
DOCUMENT-ME
setBlockID(int) - Method in class magellan.library.impl.MagellanSpellImpl
Sets the integer serving as the block id in the cr.
setBlockID(int) - Method in class magellan.library.impl.SpellBuilder
 
setBlockID(int) - Method in interface magellan.library.Spell
Sets the integer serving as the block id in the cr.
setBlockName(String) - Method in class magellan.library.io.cr.CRParser.BlockParser
 
setBlockName(String) - Method in class magellan.library.io.cr.CRParser.UnitDefaultTagHandler
 
setBoolean(Properties, String, boolean) - Static method in class magellan.library.utils.PropertiesHelper
Sets the given color to the key using the format #RRGGBB
setBorder(Border) - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
setBounds(Component, Properties, String, boolean) - Static method in class magellan.client.utils.SwingUtils
Sets the component's bounds to the value read from settings by rectKey.
setBox(int, BoxTransformer.BBox) - Method in class magellan.library.utils.transformation.BoxTransformer.BBoxes
Sets a box for a layer.
setBoxes(BoxTransformer.BBoxes) - Method in class magellan.library.utils.transformation.BoxTransformer
 
setBoxX(int, int, int) - Method in class magellan.library.utils.transformation.BoxTransformer.BBoxes
Adjusts the x-dimensions of a box.
setBoxY(int, int, int) - Method in class magellan.library.utils.transformation.BoxTransformer.BBoxes
Adjusts the y-dimension of a box.
setBranch(int, Object) - Method in interface magellan.library.utils.replacers.BranchReplacer
Set the index-th branch to obj.
setBranch(int, Object) - Method in class magellan.library.utils.replacers.FilterSwitch
 
setBranch(int, Object) - Method in class magellan.library.utils.replacers.IfBranchReplacer
 
setBreakLines(boolean) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
DOCUMENT-ME
setBuilding(Building) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the building this unit is staying in.
setBuilding(Building) - Method in interface magellan.library.Unit
Sets the building this unit is staying in.
setBuilding(EntityID) - Method in class magellan.library.gamebinding.e3a.MaintainOrder
 
setBuildingNodes(Map<ID, TreeNode>) - Method in class magellan.client.utils.TreeBuilder
DOCUMENT-ME
setBuildRatio(int) - Method in interface magellan.library.Border
Indicates, to what extend this border type is completed.
setBuildRatio(int) - Method in class magellan.library.impl.MagellanBorderImpl
 
setBuildSkillLevel(int) - Method in class magellan.library.rules.ConstructibleType
Sets the minimum level to construct one unit of this type.
setCache(Cache) - Method in interface magellan.library.HasCache
Sets the value of cache.
setCache(Cache) - Method in class magellan.library.impl.MagellanUnitContainerImpl
Sets the value of cache.
setCache(Cache) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of cache.
setCapacity(float) - Method in class magellan.library.rules.Race
Set the carrying capacity (in GE).
setCapacity(int) - Method in class magellan.library.impl.MagellanShipImpl
Sets the value of capacity.
setCapacity(int) - Method in class magellan.library.rules.ShipType
Sets the maximum capacity (in GE).
setCapacity(int) - Method in interface magellan.library.Ship
Sets the value of capacity.
setCaptainSkillLevel(int) - Method in class magellan.library.rules.ShipType
Set the skill level required to command the ship.
setCargo(int) - Method in class magellan.library.impl.MagellanShipImpl
Sets the value of cargo.
setCargo(int) - Method in interface magellan.library.Ship
Sets the value of cargo.
setCastingLevel(int) - Method in interface magellan.library.CombatSpell
Sets a level at which the unit wants to cast this spell.
setCastingLevel(int) - Method in class magellan.library.impl.MagellanCombatSpellImpl
Sets a level at which the unit wants to cast this spell.
setCategorized(boolean) - Method in class magellan.client.swing.ArmyStatsPanel
 
setCategory(ItemCategory) - Method in class magellan.library.rules.ItemType
Sets the items category.
setCategory(SkillCategory) - Method in class magellan.library.rules.SkillType
Adds this skill to the specified category.
setCellGeometry(CellGeometry) - Method in class magellan.client.swing.map.EresseaSchemesCellRenderer
Scale the geometry by 1/4.
setCellGeometry(CellGeometry) - Method in class magellan.client.swing.map.HexCellRenderer
Sets the used cell geometry object.
setCellGeometry(CellGeometry) - Method in class magellan.client.swing.map.ImageCellRenderer
Set the cell geometry this renderer is based on and make it reload all of its cached images.
setCellGeometry(CellGeometry) - Method in interface magellan.client.swing.map.MapCellRenderer
Sets the CellGeometry object this object uses for rendering.
setCellGeometry(CellGeometry) - Method in class magellan.client.swing.map.PathCellRenderer
Set the cell geometry this renderer is based on and make it reload all of its cached images.
setCenter(CoordinateID) - Method in class magellan.client.swing.MapperPanel
Centers the map on a certain region.
setCenter(CoordinateID) - Method in interface magellan.library.HotSpot
Set the ID the is at the center of the region of interest this HotSpot object should point to.
setCenter(CoordinateID) - Method in class magellan.library.impl.MagellanHotSpotImpl
Set the ID the is at the center of the region of interest this HotSpot object should point to.
setChanged(boolean) - Method in class magellan.library.Item
 
setChangeLevel(int) - Method in class magellan.library.Skill
Set the level of change.
setCleanShutdown(boolean) - Method in class magellan.client.utils.ErrorWindow
 
setClient(Client) - Method in class magellan.plugin.battleanalyzer.BattleDock
Sets the value of client.
setClient(Client) - Method in class magellan.plugin.groupeditor.GroupEditorDock
Sets the value of client.
setClientBounds() - Method in class magellan.client.desktop.MagellanDesktop
Sets the Magellan window bounds according to current mode.
setCoastBitMap(Integer) - Method in class magellan.library.impl.MagellanRegionImpl
 
setCoastBitMap(Integer) - Method in interface magellan.library.Region
The given integer is an BitMap representing the info, if neighboring regions are ozean or not.
BitMask 1: dir = 0
BitMask 2: dir = 1
BitMask 4: dir = 2 ....
BitMask 64: random bit 1 (for variable effects like ice)
BitMask 128: random bit 2
Bit = 1 -> there is land!
setCollapseMode(int) - Method in class magellan.client.EMapOverviewPanel
Sets the value of collapseMode.
setColor(Color) - Method in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
Changes the color.
setColor(Properties, String, Color) - Static method in class magellan.library.utils.PropertiesHelper
Sets the given color to the key using the format #RRGGBB
setColorMap(Map<String, Color>) - Static method in class magellan.client.swing.tree.CellRenderer
Sets the current color mapping and stores it in the settings.
setColumnComparator(Class<?>, Comparator<Object>) - Method in class magellan.client.swing.table.TableSorter
Changes the comparator used for sorting columns
setCombatSpells(Map<ID, CombatSpell>) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of combatSpells.
setCombatSpells(Map<ID, CombatSpell>) - Method in interface magellan.library.Unit
Sets the value of combatSpells.
setCombatState(int) - Method in class magellan.client.swing.TempUnitDialog
Sets the value of combatStatus.
setCombatStatus(int) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of combatStatus.
setCombatStatus(int) - Method in interface magellan.library.Unit
Sets the value of combatStatus.
setCombatStatus(String) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of combatStatus.
setCommands(UnitContainer, Script) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Sets the commands for a given unit.
setCommands(Unit, Script) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Sets the commands for a given unit.
setCommands(ExtendedCommands) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Sets the value of commands.
setComment(String) - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
 
setComment(String) - Method in class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
 
setComments(List<String>) - Method in class magellan.library.impl.MagellanUnitContainerImpl
Sets the value of comments.
setComments(List<String>) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of comments.
setComments(List<String>) - Method in interface magellan.library.Unit
Sets the value of comments.
setComments(List<String>) - Method in interface magellan.library.UnitContainer
Sets the value of comments.
setCompactLayout(boolean) - Method in class magellan.client.EMapDetailsPanel
Enables or disabled a more compact layout of the panel.
setCompleted(boolean) - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Sets the value of completed.
setCompleter(AutoCompletion) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Sets completion as the completion for order auto completion.
setCompleter(Completer) - Method in class magellan.client.completion.AutoCompletion
Registers a new Completer to use.
setCompleter(AtlantisOrderCompleter) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
Sets the value of completer.
setCompleter(EresseaOrderCompleter) - Method in class magellan.library.gamebinding.EresseaOrderParser
Sets the value of completer.
setCompleterKeys(int[][]) - Method in class magellan.client.completion.AutoCompletion
Sets keys for cycling, completing and breaking.
setCompletionGUIs(Vector<CompletionGUI>) - Method in class magellan.client.completion.AutoCompletion
Sets the value of completionGUIs.
setComponent(Component) - Method in class magellan.client.desktop.MagellanDesktop.BackgroundPanel
 
setComponents(Map<String, String>) - Method in class magellan.library.impl.MagellanSpellImpl
 
setComponents(Map<String, String>) - Method in class magellan.library.impl.SpellBuilder
 
setComponents(Map<String, String>) - Method in interface magellan.library.Spell
Sets the components of this spell as Strings.
setConfiguration(Unit, Map<String, String>) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
This method writes the configuration of a unit into its orders based on the syntax: '// extcmds:"":value'
SETCONFIRMATION - Static variable in class magellan.client.actions.orders.ChangeFactionConfirmationAction
DOCUMENT-ME
setConfirmedOnly(boolean) - Method in class magellan.client.swing.ECheckPanel
Set to true if only confirmed units should be checked.
setConfirmedOnly(boolean) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Write only confirmed orders.
setConfirmedOnly(boolean) - Method in class magellan.library.utils.OrderWriter
If true, only confirmed units are written.
setConfirmEnabled(boolean) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList.ButtonPanel
Enables the confirm box.
setConstraints(GridBagConstraints, int, int, int, int, double, double, int, int, Insets, int, int) - Static method in class magellan.client.swing.layout.GridBagHelper
Sets the constraints for the given constraints object.
setContainer(UnitContainer) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Sets the value of container.
setContainerId(String) - Method in class magellan.plugin.extendedcommands.Script
Sets the value of containerId.
setContent(Component) - Method in class magellan.client.swing.desktop.WorkSpace
 
setContent(Component) - Method in class magellan.client.swing.ui.InternalFrame
DOCUMENT-ME
setContent(Component) - Method in class magellan.client.utils.SimpleInternalFrame
Sets a new panel content; replaces any existing content, if existing. * @param newContent the panel's new content
setContentType(String) - Method in class magellan.client.utils.TextAreaDialog
Sets the type of content that this editor handles.
setContext(Object) - Method in class magellan.plugin.battleanalyzer.BattleDock.TreePopupMenu
 
setContext(MagellanContext) - Method in class magellan.client.swing.MapperPanel
Sets the value of context.
setContextFactory(ContextFactory) - Method in class magellan.client.swing.tree.SimpleNodeWrapper
Sets the context factory for this node.
setContextFactory(ContextFactory) - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
 
setContextFactory(ContextFactory) - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
setContextObserver(ContextObserver) - Method in interface magellan.client.swing.context.ContextChangeable
Sets an observer that should be notified if the state of this renderer changes.
setContextObserver(ContextObserver) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
DOCUMENT-ME
setContextObserver(ContextObserver) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
 
setContextObserver(ContextObserver) - Method in class magellan.client.swing.map.RegionImageCellRenderer
 
setContextObserver(ContextObserver) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
 
setContextObserver(ContextObserver) - Method in class magellan.client.swing.map.TradeTextCellRenderer
DOCUMENT-ME
setCookiePolicy(boolean) - Method in class magellan.library.utils.HTTPClient
Setzt die Cookie Policy
setCoordinate(CoordinateID) - Method in class magellan.plugin.battleanalyzer.BattleInfo
Sets the value of coordinate.
setCoordinateTranslation(EntityID, CoordinateID) - Method in class magellan.library.EmptyData
 
setCoordinateTranslation(EntityID, CoordinateID) - Method in class magellan.library.GameData
Sets the coordinate translation of otherFaction to the owner faction.
setCoordMapper(GameSpecificStuff.CoordMapper) - Method in class magellan.client.swing.map.CellGeometry
Sets the mapper that affects how map coordinates are mapped to map coordinates.
setCost(int) - Method in interface magellan.library.Building
DOCUMENT ME!
setCost(int) - Method in class magellan.library.impl.MagellanBuildingImpl
Sets the costs for this building.
setCost(int) - Method in class magellan.library.rules.SkillType
Sets the default cost of this SkillType to cost.
setCost(int, int) - Method in class magellan.library.rules.SkillType
Sets the cost of learning to level to cost.
setCosts(int) - Method in class magellan.library.relation.MaintenanceRelation
Sets the value of costs.
setCreateBackup(boolean) - Method in class magellan.library.io.file.FileType
Enables or disables creation of backup files.
setCreateBackup(boolean) - Method in class magellan.library.io.file.PipeFileType
 
setCreationEnabled(boolean) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList.ButtonPanel
Enables the create temp button.
setCurrentGUI(CompletionGUI) - Method in class magellan.client.completion.AutoCompletion
Sets cGUI as active GUI.
setCurrentGUI(CompletionGUI) - Method in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
Selects a GUI mode.
setCursor(int) - Method in class magellan.plugin.extendedcommands.Script
Sets the value of cursor.
setCursor(Cursor) - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
setCurTempID(int) - Method in class magellan.library.GameData
This method sets the current Temp ID with respect to the possible max value of the current base.
setCurTempID(String) - Method in class magellan.library.GameData
This method interprets the string as a number in the GameData.base and sets the current Temp ID with respect to the possible max value of the current base.
setDamageRatio(int) - Method in class magellan.library.impl.MagellanShipImpl
Sets the value of damageRatio.
setDamageRatio(int) - Method in interface magellan.library.Ship
Sets the value of damageRatio.
setData(GameData) - Method in class magellan.client.Client
Sets a new GameData and notifies all game data listeners.
setData(GameData) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Change the underlying data.
setData(GameData) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
setData(GameData) - Method in class magellan.library.gamebinding.AbstractOrderParser
Sets the value of data.
setDate(int) - Method in class magellan.library.RegionResource
Specifies the round, in which the information was "new"
setDate(int) - Method in class magellan.library.rules.Date
Sets the round.
setDate(Date) - Method in class magellan.library.GameData
Set a date, or a 'round', for this game data.
setDead(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Sets the value of dead.
setDead(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Sets the value of dead.
setDef(String) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
setDefaultBlockHandler(CRParser.TagHandler) - Method in class magellan.library.io.cr.CRParser.BlockParser
Sets the value of defaultBlockHandler.
setDefaultContainerScript(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Sets the default script for units.
setDefaultIconInfo() - Method in class magellan.client.Client
Replaces the application icon in a Mac application with the default mac icon of Magellan.
setDefaultLibrary(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Returns the default libary script.
setDefaultQuote(char) - Method in class magellan.library.gamebinding.AbstractOrderParser
Change default quote character
setDefaultTagHandler(CRParser.TagHandler) - Method in class magellan.library.io.cr.CRParser.BlockParser
Sets the value of defaultTagHandler.
setDefaultUnitScript(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Sets the default script for units.
setDefinition(String) - Method in class magellan.client.swing.BasicRegionPanel
Sets a new html definition.
setDeletionEnabled(boolean) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList.ButtonPanel
Enables the delete temp button
setDeprecatedCapacity(int) - Method in class magellan.library.impl.MagellanShipImpl
Sets the value of deprecatedCapacity.
setDeprecatedCapacity(int) - Method in interface magellan.library.Ship
Sets the value of deprecatedCapacity.
setDeprecatedLoad(int) - Method in class magellan.library.impl.MagellanShipImpl
Sets the value of deprecatedLoad.
setDeprecatedLoad(int) - Method in interface magellan.library.Ship
Sets the value of deprecatedLoad.
setDescription(String) - Method in interface magellan.library.Described
Sets the description of this object.
setDescription(String) - Method in class magellan.library.impl.MagellanDescribedImpl
Sets the description of this object.
setDescription(String) - Method in class magellan.library.impl.SpellBuilder
 
setDestRegion(Region) - Method in class magellan.client.swing.context.PathfinderMapContextMenu
Sets the value of destRegion.
setDialog(BookmarkDock) - Method in class magellan.client.utils.BookmarkManager
Sets the value of dialog.
setDirection(int) - Method in interface magellan.library.Border
The direction in which the border lies.
setDirection(int) - Method in class magellan.library.impl.MagellanBorderImpl
 
setDisplayMode(int) - Method in class magellan.client.utils.TreeBuilder
Sets the display mode, which controls what elements to display.
setDoNotOverwriteConfirmedOrders(boolean) - Method in class magellan.client.swing.OpenOrdersAccessory
sets the value of DoNotOverwriteConfirmedOrders
setDoNotOverwriteConfirmedOrders(boolean) - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Sets whether orders of confirmed units should be overwritten.
setDoNotOverwriteConfirmedOrders(boolean) - Method in class magellan.library.utils.OrderReader
Sets whether orders of confirmed units should be overwritten.
setDrawingLines(boolean) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
setECheckOptions(String) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Sets option used by ECheck order checker (or similar).
setECheckOptions(String) - Method in class magellan.library.utils.OrderWriter
 
setEditAllFactions(boolean) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
setEffects(List<String>) - Method in interface magellan.library.Border
A list containing String objects, specifying effects on this border.
setEffects(List<String>) - Method in class magellan.library.impl.MagellanBorderImpl
 
setEffects(List<String>) - Method in class magellan.library.impl.MagellanUnitContainerImpl
Sets the value of effects.
setEffects(List<String>) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of effects.
setEffects(List<String>) - Method in interface magellan.library.Unit
Sets the value of effects.
setEffects(List<String>) - Method in interface magellan.library.UnitContainer
Sets the value of effects.
setEmail(String) - Method in interface magellan.library.Faction
Sets the value of email.
setEmail(String) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of email.
setEmphasized(boolean) - Method in class magellan.client.swing.tree.GraphicsElement
Setter for property emphasized.
setEmphasizeData(int, Color) - Static method in class magellan.client.swing.tree.CellRenderer
DOCUMENT-ME
setEmptyStubMode(boolean) - Method in class magellan.client.completion.AutoCompletion
Controls if completion should start on an empty word or requires at least one letter.
setEnableAutoCompletion(boolean) - Method in class magellan.client.completion.AutoCompletion
Completely enables or disables auto completion.
setEnabled(boolean) - Method in class magellan.client.preferences.RegionOverviewSkillPreferences
DOCUMENT-ME
setEnabled(boolean) - Method in class magellan.client.utils.NameGenerator
Enabled the name generator.
setEnabledChooser(boolean) - Method in class magellan.client.swing.desktop.WorkSpace
 
setEncoding(String) - Method in class magellan.library.GameData
 
setEncoding(String) - Method in class magellan.library.io.file.PipeFileType
Changes the encoding.
setEnvironment(ReplacerEnvironment) - Method in class magellan.library.utils.replacers.AbstractOperator
 
setEnvironment(ReplacerEnvironment) - Method in interface magellan.library.utils.replacers.EnvironmentDependent
Sets the environment.
setEnvironment(ReplacerEnvironment) - Method in class magellan.library.utils.replacers.FactionSwitch
 
setEnvironment(ReplacerEnvironment) - Method in class magellan.library.utils.replacers.FilterSwitch
 
setEnvironment(ReplacerEnvironment) - Method in class magellan.library.utils.replacers.ItemTypeReplacer
 
setEnvironment(ReplacerEnvironment) - Method in class magellan.library.utils.replacers.OperationSwitch
 
setEnvironment(ReplacerEnvironment) - Method in class magellan.library.utils.replacers.TrustlevelSwitch
 
setEnvironment(ReplacerEnvironment) - Method in class magellan.library.utils.replacers.UnitCountReplacer
 
setEnvironment(ReplacerEnvironment) - Method in class magellan.library.utils.replacers.UnitSkillCountReplacer
 
setEpoch(int) - Method in class magellan.library.rules.EresseaDate
Sets the epoch ("Zeitalter").
setErrMsg(String) - Method in class magellan.library.gamebinding.AbstractOrderParser
Sets the value error message
setErrMsg(String) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
setError(String, ProblemType) - Method in class magellan.library.relation.UnitRelation
 
setError(Unit, int, String) - Method in class magellan.library.gamebinding.GiveOrder
 
setError(Unit, int, String) - Method in class magellan.library.gamebinding.ReserveOrder
 
setError(Unit, int, String) - Method in class magellan.library.gamebinding.SimpleOrder
Registers a severe error for a unit order.
setErrorBackground(Color) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Set Background color of orders with errors.
setErrorBackround(Color) - Method in class magellan.client.swing.completion.OrderEditor
Sets the background color for orders with errors.
setErrorMessage(String) - Method in class magellan.client.utils.ErrorWindow
Sets the error message of an error inside this dialog.
setErrorMessage(String, String) - Method in class magellan.client.utils.ErrorWindow
Sets the error message and description of an error inside this dialog.
setErrorMessage(String, String, Throwable) - Method in class magellan.client.utils.ErrorWindow
Sets the error message and description of an error inside this dialog.
setErrorMessage(String, Throwable) - Method in class magellan.client.utils.ErrorWindow
Sets the error message and description of an error inside this dialog.
setErrors(List<String>) - Method in interface magellan.library.Faction
Sets the value of errors.
setErrors(List<String>) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of errors.
setEventDispatcher(EventDispatcher) - Method in class magellan.client.MagellanContext
 
setEvents(List<Message>) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of events.
setEvents(List<Message>) - Method in interface magellan.library.Region
Sets the value of events.
setExcludeCombatStates(List<Integer>) - Method in class magellan.client.swing.ArmyStatsPanel
DOCUMENT-ME
setExcludedRegions(Collection<Region>) - Static method in class magellan.library.utils.Regions
sets the excluded Regions
setExcludeNames(List<String>) - Method in class magellan.client.swing.ArmyStatsPanel
DOCUMENT-ME
setExcludeSkills(List<SkillType>) - Method in class magellan.client.swing.ArmyStatsPanel
DOCUMENT-ME
setExpandMode(int) - Method in class magellan.client.EMapOverviewPanel
Sets the value of expandMode.
setExpandTrustLevel(int) - Method in class magellan.client.EMapOverviewPanel
Sets the value of expandTrustlevel.
setExportHotspots(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes Hotspots contained in the game data to the underlying stream.
setExtendedState(Frame, int) - Static method in class magellan.library.utils.JVMUtilities
This function calls Frame.setExtendedState (in java >= 1.4) to keep GUI consistent with java 1.3.x
setFaction(String) - Method in class magellan.library.utils.FileNameGeneratorFeed
 
setFaction(String) - Method in class magellan.library.utils.filters.UnitFactionFilter
DOCUMENT-ME
setFaction(Faction) - Method in class magellan.client.swing.TempUnitDialog
Sets the value of faction.
setFaction(Faction) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Sets the faction whose orders to write.
setFaction(Faction) - Method in interface magellan.library.Group
Set the faction this group belongs to.
setFaction(Faction) - Method in class magellan.library.impl.MagellanGroupImpl
Set the faction this group belongs to.
setFaction(Faction) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the faction for this unit.
setFaction(Faction) - Method in interface magellan.library.Unit
Sets the faction for this unit.
setFaction(Faction) - Method in class magellan.library.utils.filters.UnitFactionFilter
DOCUMENT-ME
setFaction(Faction) - Method in class magellan.library.utils.OrderWriter
 
setFactionColor(String, Color) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Changes the color of the faction with title name to color c.
setFactionColor(Faction, Color) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Changes the color of faction f to color c.
setFactionColors(Map<?, Color>) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Puts a whole map to the faction-colors Table.
setFactionKey(String) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Sets the key used for default settings operations concerning the faction colors.
setFactionnr(String) - Method in class magellan.library.utils.FileNameGeneratorFeed
 
setFactions(Collection<Faction>) - Method in class magellan.client.swing.FactionStatsPanel
Sets the set of factions to display and updates the panel contents.
setFactions(List<Faction>) - Method in class magellan.client.swing.AlchemyDialog
Set selected factions (used for stock updates).
setFailFallback(Object, ContextFactory) - Method in class magellan.client.swing.tree.ContextManager
Sets a context factory which is used in case no factory can be found based on the selected element.
setFallen(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of fallen.
setFamiliarmageID(ID) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of familiarmageID.
setFamiliarmageID(ID) - Method in interface magellan.library.Unit
Sets the value of familiarmageID.
setFileType(FileType) - Method in class magellan.library.GameData
Sets the FileType (basically the file name this report was read from).
setFinalizerPriority(int) - Static method in class magellan.library.utils.MemoryManagment
Ändert die Priotität des Finalizer-Threads.
setFireChangeEvent(boolean) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Set to true true, if the current thread should fire an ChangeEvent for the whole world.
setFled(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Sets the value of fled.
setFocusableWindowState(Window, boolean) - Static method in class magellan.library.utils.JVMUtilities
This function calls Component.setFocusableWindowState (in java >= 1.4) to keep GUI consistent with java 1.3.x
setFocusList(boolean) - Method in class magellan.client.swing.TempUnitDialog
 
setFogOfWar(boolean) - Method in class magellan.client.swing.map.RegionImageCellRenderer
Changes the fog of war property.
setFogOfWar(int) - Method in class magellan.library.impl.MagellanRegionImpl
 
setFogOfWar(int) - Method in interface magellan.library.Region
Sets the fog of war property. 1 means fog of war "on", 0 means "off" and -1 will re-compute the fog from privileged units in the region.
setFollows(Unit) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of follows.
setFollows(Unit) - Method in interface magellan.library.Unit
Sets the value of follows.
setFont(float) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
setFont(float) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
setFont(Font) - Method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
 
setFont(Font) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
setFont(Font) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
setFont(Font) - Method in class magellan.client.swing.map.TextCellRenderer
 
setFont(Font) - Method in class magellan.client.swing.tree.GraphicsStyleset
Setter for property font.
setFont(Font) - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
setFontColor(Color) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
setFontColor(Color) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
setFontColor(Color) - Method in class magellan.client.swing.map.TextCellRenderer
 
setForceUnixLineBreaks(boolean) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Enforce that only Unix-style linebreaks are used.
setForceUnixLineBreaks(boolean) - Method in class magellan.library.utils.FixedWidthWriter
Sets whether this writer always uses Unix style line breaks or system dependent line breaks.
setForceUnixLineBreaks(boolean) - Method in class magellan.library.utils.OrderWriter
Enforce that only Unix-style linebreaks are used.
setForeground(Color) - Method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
 
setForeground(Color) - Method in class magellan.client.swing.tree.GraphicsStyleset
Setter for property foreground.
setFrameIcon(Icon) - Method in class magellan.client.utils.SimpleInternalFrame
Sets a new frame icon.
setGameData(GameData) - Method in class magellan.client.EMapDetailsPanel
 
setGameData(GameData) - Method in class magellan.client.EMapOverviewPanel
 
setGameData(GameData) - Method in class magellan.client.MagellanContext
 
setGameData(GameData) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
 
setGameData(GameData) - Method in class magellan.client.swing.context.MapContextMenu
Changes th game data.
setGameData(GameData) - Method in class magellan.client.swing.InternationalizedDataPanel
Sets the value of data.
setGameData(GameData) - Method in class magellan.client.swing.map.Mapper
 
setGameData(GameData) - Method in class magellan.client.swing.tasks.TaskTablePanel
 
setGameData(GameData) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Sets the GameData to write.
setGameData(GameData) - Method in class magellan.library.rules.MessageType
Set the GameData were this message type belongs to this is required to render messages of this type
setGameData(GameData) - Method in class magellan.library.tasks.AbstractInspector
 
setGameData(GameData) - Method in class magellan.library.tasks.GameDataInspector
 
setGameData(GameData) - Method in interface magellan.library.tasks.Inspector
Changes the GameData this inspector works on from now on.
setGameData(GameData) - Method in class magellan.library.tasks.MaintenanceInspector
 
setGameData(GameData) - Method in class magellan.library.tasks.OrderSyntaxInspector
 
setGameData(GameData) - Method in class magellan.library.tasks.TransferInspector
 
setGameData(GameData) - Method in class magellan.library.utils.OrderWriter
 
setGameName(String) - Method in class magellan.library.GameData
Sets the name of the game (e.g.
setGameSpecificStuffClassName(String) - Method in class magellan.library.EmptyRules
 
setGameSpecificStuffClassName(String) - Method in class magellan.library.rules.GenericRules
Sets the name of the class for getGameSpecificStuff()
setGameSpecificStuffClassName(String) - Method in interface magellan.library.Rules
Returns the GameSpecificStuff object for the name specified by setGameSpecificClassName.
setGeometry(int[], int[]) - Method in class magellan.client.swing.map.CellGeometry
Sets the hexagon coordinates of the cell geometry, the supplied arrays are expected to be of size 6 and the values are expected to confirm with the restrictions given in the constructor description.
setGirth(BoxTransformer.BBoxes) - Method in class magellan.client.Client
Sets the girth of the world in all layers.
SetGirthAction - Class in magellan.client.actions.map
Changes the maximum x- and y- dimensions of the map.
SetGirthAction(Client) - Constructor for class magellan.client.actions.map.SetGirthAction
Creates a new SetGirthAction object.
SetGirthDialog - Class in magellan.client.swing
Deprecated.
moved to magellan.library.utils.SetGirthDialog (temporarily?)
SetGirthDialog - Class in magellan.library.utils
Dialog for asking about world dimensions.
SetGirthDialog(Frame, BoxTransformer.BBox, Integer, MapMetric) - Constructor for class magellan.client.swing.SetGirthDialog
Deprecated.
 
SetGirthDialog(Frame, BoxTransformer.BBox, Integer, MapMetric) - Constructor for class magellan.library.utils.SetGirthDialog
Creates new form SetOriginDialog
setGridBagConstraints(GridBagConstraints) - Method in class magellan.client.preferences.AbstractPreferencesAdapter
Changes the GridBagConstraints using for layouting panels
setGroup(String) - Method in class magellan.library.utils.FileNameGeneratorFeed
 
setGroup(Group) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Set a group.
setGroup(Group) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the group this unit belongs to.
setGroup(Group) - Method in interface magellan.library.Unit
Sets the group this unit belongs to.
setGroup(Group) - Method in class magellan.library.utils.OrderWriter
Set a group.
setGroups(Map<IntegerID, Group>) - Method in interface magellan.library.Faction
Sets the value of groups.
setGroups(Map<IntegerID, Group>) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of groups.
setGuard(int) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of guard.
setGuard(int) - Method in interface magellan.library.Unit
Sets the value of guard.
setGuarding(boolean) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of guarding.
setGUILocale(Locale) - Static method in class magellan.library.utils.Locales
Sets the locale for the user interface.
setGuiseFaction(Faction) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the faction this unit pretends to belong to.
setGuiseFaction(Faction) - Method in interface magellan.library.Unit
Sets the faction this unit pretends to belong to.
setHAlign(int) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
setHAlign(int) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer
DOCUMENT-ME
setHAlign(int) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
setHasGiveAlliance(boolean) - Method in interface magellan.library.Faction
Sets the value of hasGiveAlliance.
setHasGiveAlliance(boolean) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of hasGiveAlliance.
setHealth(String) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of health.
setHealth(String) - Method in interface magellan.library.Unit
Sets the value of health.
setHealth(String) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of health.
setHerb(ItemType) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of herb.
setHerb(ItemType) - Method in interface magellan.library.Region
Sets the value of herb.
setHerbAmount(String) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of herbAmount.
setHerbAmount(String) - Method in interface magellan.library.Region
Sets the value of herbAmount.
setHerbs(List<AlchemyDialog.PlannerModel.HerbInfo>) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Change the set of herbs.
setHero(boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of isHero.
setHero(boolean) - Method in interface magellan.library.Unit
Sets the value of isHero.
setHero(boolean) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of hero.
setHeroes(int) - Method in interface magellan.library.Faction
Sets the value of heroes.
setHeroes(int) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of heroes.
setHideButtons(boolean) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Sets and applies if temp/confirmation buttons should be shown.
setHideFaction(boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of hideFaction.
setHideFaction(boolean) - Method in interface magellan.library.Unit
Sets the value of hideFaction.
setHits(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of hits.
setHorizontalAxis(Axis) - Method in class magellan.client.skillchart.VerticalBarPlot
Sets the horizontal axis for the plot.
setHorizontalPos(int) - Method in class magellan.client.swing.tree.GraphicsStyleset
Setter for property horizontalPos.
setHorse(short) - Method in class magellan.library.rules.ItemType
Sets the horse property.
setHorses(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of horses.
setHorses(int) - Method in interface magellan.library.Region
Sets the value of horses.
setHost(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of host.
setHotKeyMode(boolean) - Method in class magellan.client.completion.AutoCompletion
Setter for hot key mode
setIcon(String) - Method in class magellan.client.actions.MenuAction
Sets the icon of this menu action by iconname.
setIcon(String) - Method in class magellan.library.relation.MaintenanceRelation
 
setIcon(String) - Method in class magellan.library.rules.ItemType
Sets the file name of the icon to use for this item.
setIcon(String) - Method in class magellan.library.rules.ObjectType
Sets the file name of the icon used for this object.
setIcon(Icon) - Method in class magellan.client.swing.tree.GraphicsElement
Setter for property icon.
setIconify(boolean) - Method in class magellan.client.desktop.MagellanDesktop
Sets the iconification mode.
setIconName(String) - Method in class magellan.library.rules.Category
Sets the file name of the icon to use for this item.
setIcons(Object) - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
setIcons(Collection<String>) - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
setIcons(Map<?, ?>) - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
setIconWidth(int) - Method in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
Changes the width.
setId(EntityID) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Sets the value of id.
setID(ID) - Method in class magellan.library.RegionResource
This method allows to set the id of this resource even after object creation.
setIgnore(ProblemType, boolean) - Method in class magellan.library.tasks.AbstractInspector
Does not really ignore any problems.
setIgnore(ProblemType, boolean) - Method in interface magellan.library.tasks.Inspector
Tells this inspector whether to ignore certain problems.
setIgnore(ProblemType, boolean) - Method in class magellan.library.tasks.MessageInspector
 
setIgnoredProblems(Set<ProblemType>) - Method in class magellan.client.swing.tasks.TaskTablePanel
Specifies which problems to ignore.
setIgnoreSemicolonComments(boolean) - Method in class magellan.client.swing.OpenOrdersAccessory
DOCUMENT-ME
setIgnoreSemicolonComments(boolean) - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Sets whether all comments in the orders starting with a semicolon (except confirmation comments) are ignored.
setIgnoreSemicolonComments(boolean) - Method in class magellan.library.utils.OrderReader
Sets whether all comments in the orders starting with a semicolon (except confirmation comments) are ignored.
setImage(Image) - Method in class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences.PreferencesImagePanel
 
setImage(Image) - Method in class magellan.client.swing.map.BackgroundImageRenderer
 
setImage(Image) - Method in class magellan.client.swing.tree.GraphicsElement
Setter for property image.
setImageName(String) - Method in class magellan.client.swing.tree.GraphicsElement
Setter for property imageName.
setImageOffset(int, int) - Method in class magellan.client.swing.map.CellGeometry
Sets the offset of the opaque part of an image representing a cell in the graphics file in pixels.
setImageSize(int, int) - Method in class magellan.client.swing.map.CellGeometry
Sets the size of graphics files used together with this cell geometry.
setInActive(String) - Method in class magellan.client.desktop.MagellanDesktop
Disables a desktop menu entry for the given View
setInActive(View) - Method in class magellan.client.desktop.DFBInstance
Disables a desktop menu entry for the given View
setInActive(View) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
setIncludeBuildings(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes information about the buildings in data to the underlying stream.
setIncludeIslands(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes information about islands to the underlying stream.
setIncludeItems(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes information about the unit skills in data to the underlying stream.
setIncludeMessages(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes messages contained in the game data to the underlying stream.
setIncludeOrders(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes the units' orders in data to the underlying stream.
setIncludeRegionDetails(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes detailed information about the regions in data to the underlying stream.
setIncludeRegions(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes information about the regions in data to the underlying stream.
setIncludeShips(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes information about the ships in data to the underlying stream.
setIncludeSkills(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes information about the unit skills in data to the underlying stream.
setIncludeSpellsAndPotions(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes messages contained in the game data to the underlying stream.
setIncludeUnitDetails(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes information about the unit skills in data to the underlying stream.
setIncludeUnits(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes information about the units in data to the underlying stream.
setIndex(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Sets the value of index.
setInfinity() - Method in class magellan.library.utils.Regions.MultidimensionalDistance
Sets this distance to infinity.
setInfinity() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
setInfinity() - Method in interface magellan.library.utils.Regions.RegionInfo
Sets the distance to infinity.
setInhabitants(int) - Method in class magellan.library.rules.RegionType
Sets the maximum number of peasant workers.
setInhabitants(String) - Method in class magellan.library.rules.RegionType
helper method for xml reader
setInteractive(boolean) - Method in class magellan.client.swing.AddCRAccessory
Selects or un-selects the interactive box.
setInternal(boolean) - Method in class magellan.library.rules.OrderType
Sets the value of internal.
setIron(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of iron.
setIron(int) - Method in interface magellan.library.Region
Sets the value of iron.
setIsFamiliar(boolean) - Method in class magellan.library.impl.MagellanSpellImpl
 
setIsFamiliar(boolean) - Method in class magellan.library.impl.SpellBuilder
 
setIsFamiliar(boolean) - Method in interface magellan.library.Spell
Sets the familiar property.
setIsFar(boolean) - Method in class magellan.library.impl.MagellanSpellImpl
 
setIsFar(boolean) - Method in class magellan.library.impl.SpellBuilder
 
setIsFar(boolean) - Method in interface magellan.library.Spell
Sets if this spell has far effects
setIsland(Island) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the island this region belongs to.
setIsland(Island) - Method in interface magellan.library.Region
Sets the island this region belongs to.
setIslands(Map<IntegerID, Island>) - Method in class magellan.library.CompleteData
 
setIslands(Map<IntegerID, Island>) - Method in class magellan.library.EmptyData
 
setIslands(Map<IntegerID, Island>) - Method in class magellan.library.GameData
Sets the new set of islands.
setIsOcean(boolean) - Method in class magellan.library.rules.RegionType
Sets the ocean property.
setItems(Map<StringID, Item>) - Method in class magellan.library.impl.MagellanUnitImpl
 
setItems(Map<StringID, Item>) - Method in interface magellan.library.Unit
Deprecated.
setKeepVisible(boolean) - Method in class magellan.client.swing.completion.OrderEditor
DOCUMENT-ME
setKeepVisible(boolean) - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
setKey(K) - Method in class magellan.library.utils.Pair
Sets the value of key.
setKills(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of kills.
setLaen(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of laen.
setLaen(int) - Method in interface magellan.library.Region
Sets the value of laen.
setLand(boolean) - Method in class magellan.library.rules.RegionType
Sets the land property.
setLastRegionRenderingType(int) - Method in class magellan.client.swing.map.Mapper
 
setLastRegionRenderingType(int) - Method in class magellan.client.swing.map.Minimapper
 
setLeader(EntityID) - Method in class magellan.library.AllianceGroup
Sets the leader of the alliance.
setLevel(int) - Method in class magellan.client.swing.map.Mapper
Sets the level ('Eressea-Ebene') this Mapper knows of.
setLevel(int) - Method in class magellan.client.swing.MapperPanel
Changes the mappers' map level
setLevel(int) - Method in class magellan.library.impl.MagellanPotionImpl
Sets the level of this Potion.
setLevel(int) - Method in class magellan.library.impl.MagellanSpellImpl
Sets the level of this spell which indicates the lowest skill level a mage must have to be able to cast this spell.
setLevel(int) - Method in class magellan.library.impl.SpellBuilder
 
setLevel(int) - Method in interface magellan.library.Potion
Sets the level of this Potion.
setLevel(int) - Method in class magellan.library.Skill
Sets the level of the skill to l.
setLevel(int) - Method in interface magellan.library.Spell
Sets the level of this spell which indicates the lowest skill level a mage must have to be able to cast this spell.
setLevel(int) - Static method in class magellan.library.utils.logging.Logger
Set the logging level.
setLevel(String) - Static method in class magellan.library.utils.logging.Logger
 
setLevelChanged(boolean) - Method in class magellan.library.Skill
Deprecated.
setLibrary(Script) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Sets the value of library.
setLimitCompletions(boolean) - Method in class magellan.client.completion.AutoCompletion
Sets the value of limitCompletions.
setLimitMakeCompletion(boolean) - Method in class magellan.client.completion.AutoCompletion
Control if completion of MACHE orders should be limited
setLinesOnly(boolean) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
setLineWrap(boolean) - Method in class magellan.client.swing.MessagePanel
 
setLineWrap(boolean) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
Setter for property lineWrap.
setList(Properties, String, Collection<?>) - Static method in class magellan.library.utils.PropertiesHelper
a) remove old properties b) set prefix.count value c) set prefix.0 .. prefix.n values
setListMode(int) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Sets the variable listMode.
setLocale(Locale) - Method in class magellan.library.CompleteData
 
setLocale(Locale) - Method in class magellan.library.EmptyData
 
setLocale(Locale) - Method in interface magellan.library.Faction
Assigns this faction a locale indicating the language of its report and the orders.
setLocale(Locale) - Method in interface magellan.library.gamebinding.GameSpecificOrderReader
Sets the order locale.
setLocale(Locale) - Method in class magellan.library.GameData
Sets the valid locale for this report.
setLocale(Locale) - Method in class magellan.library.impl.MagellanFactionImpl
Assigns this faction a locale indicating the language of its report and the orders.
setLocale(Locale) - Method in class magellan.library.impl.MagellanSpellImpl
Sets the locale and invalidates the description if required.
setLocale(Locale) - Method in class magellan.library.impl.SpellBuilder
 
setLocale(Locale) - Method in interface magellan.library.Localized
Sets the current locale of the object and should invalidate/reset all locale dependent content of the object if the locale changes.
setLocale(Locale) - Method in class magellan.library.rules.MessageType
Sets the locale and invalidates the pattern of the MessageType if required.
setLocale(Locale) - Method in class magellan.library.utils.OrderReader
Sets the order locale.
setLocale(Locale) - Method in class magellan.plugin.battleanalyzer.BattleInfo
Sets the value of locale.
setLocation(int, int) - Method in class magellan.client.utils.LanguageDialog
Moves this component to a new location.
setLocation(Component) - Method in class magellan.client.swing.TipOfTheDay
 
setLocation(Component, Properties, String, String) - Static method in class magellan.client.utils.SwingUtils
Positions the given component either at the position specified by the two property keys, or, if those are not defined, centers it on the current graphics configuration (i.e. on the current screen).
setLocation(Component, Properties, String, String, boolean) - Static method in class magellan.client.utils.SwingUtils
Positions the given component either at the position specified by the two property keys, or, if those are not defined and center==true, centers it on the current graphics configuration (i.e. on the current screen).
setLocation(Point) - Method in class magellan.client.Help
 
setLogLevel(int) - Static method in class magellan.library.utils.NullUserInterface
 
setLong(boolean) - Method in class magellan.library.gamebinding.SimpleOrder
Sets the value of isLong.
setLongOrders(Unit, List<String>, boolean) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderChanger
setLongOrders(Unit, List<String>, boolean) - Method in class magellan.library.gamebinding.EresseaOrderChanger
setLongOrders(Unit, List<String>, boolean) - Method in interface magellan.library.gamebinding.OrderChanger
Replace incompatible long orders of unit with new long orders.
setLookAndFeel(String) - Method in class magellan.client.Client
 
setLookAndFeel(String) - Static method in class magellan.client.swing.MagellanLookAndFeel
boolean
setLostLevel(int) - Method in class magellan.library.Skill
Indicates a lost skill
setMagellanContext(MagellanContext) - Method in class magellan.client.event.EventDispatcher
Sets the Magellan Context.
setMagellanDirectory(File) - Static method in class magellan.client.swing.MagellanLookAndFeel
Sets the value of magellanDirectory.
setMagellanDirectory(File) - Static method in class magellan.library.utils.MagellanImages
Sets the value of magellanDirectory.
setMaintenance(int) - Method in class magellan.library.rules.Race
Set the amount of silver needed to sustain one person of this race in one week.
setMaintendByRegionOwner(boolean) - Method in class magellan.library.rules.BuildingType
 
setMakeSkill(Skill) - Method in class magellan.library.rules.ItemType
Sets the skill needed to MAKE this item.
setMallorn(boolean) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of mallorn.
setMallorn(boolean) - Method in interface magellan.library.Region
Sets the value of mallorn.
setManagedComponents(Map<String, Component>) - Method in class magellan.client.desktop.MagellanDesktop
Sets the components available for this desktop.
setMapper(Mapper) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
setMapper(Mapper) - Method in class magellan.client.swing.map.BorderCellRenderer
 
setMapper(Mapper) - Method in interface magellan.client.swing.map.MapperAware
DOCUMENT-ME
setMapper(Mapper) - Method in class magellan.client.swing.map.RegionImageCellRenderer
 
setMapper(Mapper) - Method in class magellan.client.swing.MapperPanel
Sets the value of mapper.
setMapperTooltip(String) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
Changes the responsible mapper's tooltip definition
setMaxFileHistorySize(int) - Method in class magellan.client.Client
Allows to set the maximum number of files appearing in the file history.
setMaxFileHistorySize(int) - Method in class magellan.client.utils.FileHistory
Allows to set the maximum number of files appearing in the file history.
setMaxHeroes(int) - Method in interface magellan.library.Faction
Sets the value of maxHeroes.
setMaxHeroes(int) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of maxHeroes.
setMaximum(int) - Method in class magellan.client.swing.ProgressBarUI
 
setMaximum(int) - Method in class magellan.library.utils.NullUserInterface
 
setMaximum(int) - Method in interface magellan.library.utils.UserInterface
Sets the maximum number of steps.
setMaxMigrants(int) - Method in interface magellan.library.Faction
Sets the value of maxMigrants.
setMaxMigrants(int) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of maxMigrants.
setMaxPersons(int) - Method in class magellan.library.impl.MagellanShipImpl
 
setMaxPersons(int) - Method in class magellan.library.rules.ShipType
Sets the number of persons that fit on the ship.
setMaxPersons(int) - Method in interface magellan.library.Ship
Sets the maximum number of persons (default: -1).
setMaxRound(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo
Sets the value of maxRound.
setMaxSize(int) - Static method in class magellan.client.utils.SelectionHistory
Sets the maximum number of events that the history holds.
setMaxSize(int) - Method in class magellan.library.rules.ConstructibleType
Sets the maximum size.
setMaxSize(int) - Method in class magellan.library.utils.Bucket
Sets the specified maximum size for this bucket.
setMaxSortIndex(int) - Method in class magellan.library.GameData
 
setMaxTL(int) - Method in class magellan.library.utils.filters.UnitFactionTLFilter
Set maximal accepted trustlevel.
setMessages(List<Message>) - Method in interface magellan.library.Faction
Sets the value of messages.
setMessages(List<Message>) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of messages.
setMessages(List<Message>) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of messages.
setMessages(List<Message>) - Method in interface magellan.library.Region
Sets the value of messages.
setMethod(Method) - Method in class magellan.library.utils.replacers.RegionFieldReplacer
 
setMigrants(int) - Method in interface magellan.library.Faction
Sets the value of migrants.
setMigrants(int) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of migrants.
setMinimapCenter(CoordinateID) - Method in class magellan.client.swing.MapperPanel
Centers the minimap on a certain region.
setMinimapMode(int) - Method in class magellan.client.swing.MapperPanel
Change the minimap's paint mode.
setMinimapScale(int) - Method in class magellan.client.swing.MapperPanel
Change scale of the minimap.
setMinimumFontSize(int) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
setMinimumFontSize(int) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
setMinimumFontSize(int) - Method in class magellan.client.swing.map.TextCellRenderer
 
setMinSize(int) - Method in class magellan.library.rules.CastleType
Sets the minimum size of a building to qualify as this type.
setMinTL(int) - Method in class magellan.library.utils.filters.UnitFactionTLFilter
Set minimal accepted trustlevel.
setMode(int) - Method in class magellan.library.utils.replacers.RegionFieldReplacer
 
setModel(TableModel) - Method in class magellan.client.swing.table.TableMap
DOCUMENT-ME
setModified(boolean) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
 
setMorale(int) - Method in class magellan.library.impl.MagellanRegionImpl
 
setMorale(int) - Method in interface magellan.library.Region
Sets the region's morale (from 0 to 5(?)).
setMourning(int) - Method in class magellan.library.impl.MagellanRegionImpl
 
setMourning(int) - Method in interface magellan.library.Region
Sets the current mourning state.
setMultiEditorLayout(boolean) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Does initialization (of content resp. editor) for the specified mode.
setMultiple(boolean) - Method in class magellan.library.utils.SpellSyntaxToken
 
setName(String) - Method in class magellan.client.actions.MenuAction
Sets the name of this menu action.
setName(String) - Method in class magellan.client.desktop.DockingLayout
Sets the value of name.
setName(String) - Method in class magellan.client.swing.context.actions.ContextAction
Sets the name of this menu action.
setName(String) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
setName(String) - Method in class magellan.client.swing.map.RenderingPlane
Sets a new name for this rendering plane.
setName(String) - Method in class magellan.client.swing.tree.GraphicsStyleset
Setter for property name.
setName(String) - Method in class magellan.library.AllianceGroup
Sets the alliance name.
setName(String) - Method in interface magellan.library.BookmarkBuilder
 
setName(String) - Method in class magellan.library.impl.MagellanBookmarkBuilder
 
setName(String) - Method in class magellan.library.impl.MagellanNamedImpl
Sets the name of this object.
setName(String) - Method in class magellan.library.impl.SpellBuilder
 
setName(String) - Method in interface magellan.library.Named
Sets the name of this object.
setName(String) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Sets the value of name.
setName(String) - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Sets the value of name.
setName(String) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of name.
setNaturalorder(String) - Method in class magellan.library.rules.Category
helper method for xml reader
setNeeded(boolean) - Method in class magellan.library.utils.SpellSyntaxToken
 
setNeighbors(Map<Direction, Region>) - Method in class magellan.library.impl.MagellanRegionImpl
 
setNeighbors(Map<Direction, Region>) - Method in interface magellan.library.Region
Sets the collection of ids for reachable regions to neighbors.
setNeighbours(Collection<CoordinateID>) - Method in class magellan.library.impl.MagellanRegionImpl
setNeighbours(Collection<CoordinateID>) - Method in interface magellan.library.Region
Deprecated.
setNewRegion(CoordinateID) - Method in class magellan.library.impl.MagellanUnitImpl
 
setNewRegion(CoordinateID) - Method in interface magellan.library.Unit
Sets the modified region.
setNewScaleFactor(float) - Method in class magellan.client.swing.MapperPanel
sets new scale factor for map, centers on same position and repaints
setNot(boolean) - Method in class magellan.library.gamebinding.e3a.MaintainOrder
Sets the value of not.
setNot(boolean) - Method in class magellan.library.gamebinding.GuardOrder
Sets the value of not.
setNullEqualsZero(boolean) - Method in class magellan.library.utils.replacers.OperationMode
DOCUMENT-ME
setNullResource(boolean) - Static method in class magellan.library.utils.Resources
Switch to trivial mode that always returnes the key.
setObject(Object) - Method in class magellan.client.swing.tree.GraphicsElement
Setter for property object.
setObject(Selectable) - Method in interface magellan.library.BookmarkBuilder
 
setObject(Selectable) - Method in class magellan.library.impl.MagellanBookmarkBuilder
 
setObjectType(ObjectType) - Method in class magellan.library.rules.Resource
DOCUMENT-ME
setOceanColor(Color) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Sets the color used for ocean fields in Politics Mode and stores it in the global settings.
setOldHorses(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldHorses.
setOldHorses(int) - Method in interface magellan.library.Region
Sets the value of oldHorses.
setOldIron(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldIron.
setOldIron(int) - Method in interface magellan.library.Region
Sets the value of oldIron.
setOldLaen(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldLaen.
setOldLaen(int) - Method in interface magellan.library.Region
Sets the value of oldLaen.
setOldLuxuries(int) - Method in class magellan.library.impl.MagellanRegionImpl
 
setOldLuxuries(int) - Method in interface magellan.library.Region
Sets the number of luxury items that could be bought last round.
setOldPeasants(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldPeasants.
setOldPeasants(int) - Method in interface magellan.library.Region
Sets the value of oldPeasants.
setOldPrices(Map<StringID, LuxuryPrice>) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldPrices.
setOldPrices(Map<StringID, LuxuryPrice>) - Method in interface magellan.library.Region
Sets the value of oldPrices.
setOldRecruits(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldRecruits.
setOldRecruits(int) - Method in interface magellan.library.Region
Sets the value of oldRecruits.
setOldSilver(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldSilver.
setOldSilver(int) - Method in interface magellan.library.Region
Sets the value of oldSilver.
setOldSprouts(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldSprouts.
setOldSprouts(int) - Method in interface magellan.library.Region
Sets the value of oldSprouts.
setOldStones(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldStones.
setOldStones(int) - Method in interface magellan.library.Region
Sets the value of oldStones.
setOldTrees(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldTrees.
setOldTrees(int) - Method in interface magellan.library.Region
Sets the value of oldTrees.
setOldWage(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of oldWage.
setOldWage(int) - Method in interface magellan.library.Region
Sets the value of oldWage.
setOnOcean(boolean) - Method in class magellan.library.impl.MagellanSpellImpl
 
setOnOcean(boolean) - Method in class magellan.library.impl.SpellBuilder
 
setOnOcean(boolean) - Method in interface magellan.library.Spell
Sets if this spell has effect on oceans.
setOnShip(boolean) - Method in class magellan.library.impl.MagellanSpellImpl
 
setOnShip(boolean) - Method in class magellan.library.impl.SpellBuilder
 
setOnShip(boolean) - Method in interface magellan.library.Spell
Sets if this spell can be cast on leaving ships
setOptions(Options) - Method in interface magellan.library.Faction
Sets the value of options.
setOptions(Options) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of options.
setOrcInfested(boolean) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of orcInfested.
setOrcInfested(boolean) - Method in interface magellan.library.Region
Sets the value of orcInfested.
setOrder(boolean) - Method in class magellan.library.rules.OptionCategory
DOCUMENT-ME
setOrder(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Sets the command for the current unit and replaces all given commands.
setOrder(Unit, String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Sets the command for the given unit and replaces all given commands.
setOrderEditor(CacheableOrderEditor) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
setOrderEditor(CacheableOrderEditor) - Method in class magellan.library.impl.MagellanUnitImpl
 
setOrderEditor(CacheableOrderEditor) - Method in interface magellan.library.Unit
Changes the editor for the unit orders.
setOrderEditor(CacheableOrderEditor) - Method in interface magellan.library.UnitContainer
 
setOrderfileStartingString(String) - Method in class magellan.library.EmptyRules
 
setOrderfileStartingString(String) - Method in class magellan.library.rules.GenericRules
 
setOrderfileStartingString(String) - Method in interface magellan.library.Rules
Sets the game specific string with which order files should start.
setOrderLocale(Locale) - Static method in class magellan.library.utils.Locales
Sets the locale for the unit orders.
setOrders(Collection<String>) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the orders and refreshes the relations
setOrders(Collection<String>) - Method in interface magellan.library.Unit
Sets the orders and refreshes the relations
setOrders(Collection<String>, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
setOrders(Collection<String>, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
setOrders(Collection<Order>) - Method in class magellan.client.swing.completion.OrderEditor
Puts the list elements in c into this text pane, one at a time.
setOrders2(Collection<Order>) - Method in class magellan.library.impl.MagellanUnitImpl
 
setOrders2(Collection<Order>) - Method in interface magellan.library.Unit
Sets the orders and refreshes the relations
setOrders2(Collection<Order>, boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Deprecated.
relation refreshing is now done event-based
setOrders2(Collection<Order>, boolean) - Method in interface magellan.library.Unit
Deprecated.
relation refreshing is now done event-based
setOrdersConfirmed(boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of ordersConfirmed.
setOrdersConfirmed(boolean) - Method in interface magellan.library.Unit
Sets the value of ordersConfirmed.
setOrdersSaveFileNamePattern(String) - Method in class magellan.client.utils.FileNameGenerator
 
setOrigin(CoordinateID) - Method in class magellan.client.Client
Sets the origin of this client's data to newOrigin.
SetOriginAction - Class in magellan.client.actions.map
Changes the origin.
SetOriginAction(Client) - Constructor for class magellan.client.actions.map.SetOriginAction
Creates a new SetOriginAction object.
SetOriginDialog - Class in magellan.client.swing
A dialog for acquiring a new origin coordinate.
SetOriginDialog(Frame, EventDispatcher, GameData) - Constructor for class magellan.client.swing.SetOriginDialog
Creates new form SetOriginDialog
setOriginItem - Variable in class magellan.client.swing.context.MapContextMenu
 
setOutOfMemory(boolean) - Method in class magellan.library.GameData
Sets the value of outOfMemory.
setOwn(boolean) - Method in class magellan.library.gamebinding.ReserveOrder
 
setOwner(Faction) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
Sets the value of faction.
setOwner(Unit) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
setOwner(Unit) - Method in interface magellan.library.UnitContainer
Set the value of the owner tag.
setOwnerFaction(EntityID) - Method in class magellan.library.GameData
Changes the owner faction.
setOwnerFaction(Faction) - Method in class magellan.library.impl.MagellanRegionImpl
 
setOwnerFaction(Faction) - Method in interface magellan.library.Region
Sets the faction owning this region (E3A only, currently)
setOwnerUnit(Unit) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
setOwnerUnit(Unit) - Method in interface magellan.library.UnitContainer
Sets the unit owning this UnitContainer.
setPaintKey(String) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Sets the key used for deafult settings operations concerning the Politics Mode.
setPaintMode(int) - Method in class magellan.client.swing.map.Minimapper
DOCUMENT-ME
setPaintMode(int) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Sets the Paint Mode of this renderer to pm.
setParameter(int, Object) - Method in class magellan.library.utils.replacers.AbstractOperator
 
setParameter(int, Object) - Method in class magellan.library.utils.replacers.AbstractParameterReplacer
 
setParameter(int, Object) - Method in class magellan.library.utils.replacers.AbstractParameterSwitch
 
setParameter(int, Object) - Method in class magellan.library.utils.replacers.FilterSwitch
Sets the (only) parameter.
setParameter(int, Object) - Method in class magellan.library.utils.replacers.IfBranchReplacer
 
setParameter(int, Object) - Method in interface magellan.library.utils.replacers.ParameterReplacer
Sets the index-th parameter to obj
setParent(String) - Method in class magellan.client.swing.tree.GraphicsStyleset
Setter for property parent.
setParent(AllianceCategory) - Method in class magellan.library.rules.AllianceCategory
 
setParent(Category) - Method in class magellan.library.rules.Category
DOCUMENT-ME
setParent(Unit) - Method in class magellan.library.impl.MagellanTempUnitImpl
Assigns this temp unit a parent unit.
setParent(Unit) - Method in interface magellan.library.TempUnit
Assigns this temp unit a parent unit.
setParentGroup(Group) - Method in class magellan.client.swing.TempUnitDialog
Sets the value of parentGroup.
setParser(OrderParser) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
setPart(String, EnvironmentPart) - Method in class magellan.library.utils.replacers.ReplacerEnvironment
Sets a part for the given name.
setPassword(String) - Method in interface magellan.library.Faction
Sets the value of password.
setPassword(String) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of password.
setPath(List<CoordinateID>, boolean) - Method in class magellan.client.swing.map.Mapper
Set a path - a list of consecutive regions - to be rendered by the renderer registered to the path rendering plane.
setPattern(String) - Method in class magellan.library.rules.MessageType
DOCUMENT-ME
setPeasants(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of peasants.
setPeasants(int) - Method in interface magellan.library.Region
Sets the value of peasants.
setPeasantWage(int) - Method in class magellan.library.rules.CastleType
Sets the wage of peasants that this castle type implies.
setPeasantWage(int) - Method in class magellan.library.rules.RegionType
Sets the peasantWage value for this region type.
setPermanent(boolean) - Method in class magellan.library.gamebinding.MovementOrder
Sets the value of permanent.
setPersistent(boolean) - Method in class magellan.library.gamebinding.SimpleOrder
 
setPersistent(boolean) - Method in interface magellan.library.Order
Determines if this is a persistent ("@") order.
setPersons(int) - Method in interface magellan.library.Faction
Sets the value of persons.
setPersons(int) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of persons.
setPersons(int) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of persons.
setPersons(int) - Method in class magellan.library.Skill
Deprecated.
(stm) This information seems to be obsolete.
setPersons(int) - Method in interface magellan.library.Unit
Sets the value of persons.
setPersons(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of persons.
setPlayerMessages(List<Message>) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of playerMessages.
setPlayerMessages(List<Message>) - Method in interface magellan.library.Region
Sets the value of playerMessages.
setPoints(int) - Method in class magellan.library.Skill
Sets the number of skill points.
setPotions(List<AlchemyDialog.PlannerModel.PotionInfo>) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Change the set of potions.
setPreAll() - Method in class magellan.client.swing.CRWriterDialog
 
setPredecessor(CoordinateID) - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
setPredecessor(CoordinateID) - Method in interface magellan.library.utils.Regions.RegionInfo
Sets the predecessor.
setPreferredSize(Dimension) - Method in class magellan.client.utils.TextAreaDialog
 
setPrefixMatching(boolean) - Method in class magellan.library.gamebinding.AbstractOrderParser
Sets the value of prefixMatching.
setPreLast() - Method in class magellan.client.swing.CRWriterDialog
 
setPreMap() - Method in class magellan.client.swing.CRWriterDialog
 
setPreNoTrust() - Method in class magellan.client.swing.CRWriterDialog
 
setPreSkills() - Method in class magellan.client.swing.CRWriterDialog
 
setPrices(Map<StringID, LuxuryPrice>) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of prices.
setPrices(Map<StringID, LuxuryPrice>) - Method in interface magellan.library.Region
Sets the value of prices.
setPriority(Priority) - Method in class magellan.plugin.extendedcommands.Script
Sets the value of priority.
setPrivDesc(String) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of privDesc.
setPrivDesc(String) - Method in interface magellan.library.Unit
Sets the value of privDesc.
setProblem(Problem) - Method in class magellan.library.gamebinding.SimpleOrder
 
setProblem(Problem) - Method in interface magellan.library.Order
Sets a warning or error.
setProfile(String) - Static method in class magellan.client.utils.ProfileManager
Changes the active profile.
setProgress(String, int) - Method in class magellan.client.swing.ProgressBarUI
 
setProgress(String, int) - Method in class magellan.library.utils.NullUserInterface
 
setProgress(String, int) - Method in interface magellan.library.utils.UserInterface
Sets the progress of the action.
setProperties(Properties) - Method in class magellan.client.desktop.DFBInstance
 
setProperties(Properties) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
setProperties(Properties) - Method in class magellan.client.MagellanContext
Assigns the Properties for the client.
setProperties(Properties) - Method in class magellan.plugin.battleanalyzer.BattleDock
Sets the value of properties.
setProxy(String, int) - Method in class magellan.library.utils.HTTPClient
Sets the Proxy server.
setProxy(Proxy) - Method in class magellan.library.utils.HTTPClient
Sets the Proxy server.
setQuote(char) - Method in class magellan.library.gamebinding.AbstractOrderCompleter
 
setQuotes(char[]) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
setQuotes(char[]) - Method in class magellan.library.utils.OrderTokenizer
 
setRace(String) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of race.
setRace(Race) - Method in class magellan.library.gamebinding.RecruitmentOrder
Sets the value of race.
setRace(Race) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of race.
setRace(Race) - Method in interface magellan.library.Unit
Sets the value of race.
setRaceNamePrefix(String) - Method in interface magellan.library.Faction
Sets the faction dependent prefix for the race name.
setRaceNamePrefix(String) - Method in interface magellan.library.Group
Sets the group dependent prefix for the race name.
setRaceNamePrefix(String) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the faction dependent prefix for the race name.
setRaceNamePrefix(String) - Method in class magellan.library.impl.MagellanGroupImpl
Sets the group dependent prefix for the race name.
setRaceNamePrefix(String) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the unit dependent prefix for the race name.
setRaceNamePrefix(String) - Method in interface magellan.library.Unit
Sets the unit dependent prefix for the race name.
setRange(int) - Method in class magellan.library.rules.ShipType
Sets the regular range of this ship type.
setRank(int) - Method in class magellan.library.impl.MagellanSpellImpl
 
setRank(int) - Method in class magellan.library.impl.SpellBuilder
 
setRank(int) - Method in interface magellan.library.Spell
Sets the rank of this spell.
setReadonly(boolean) - Method in class magellan.library.io.file.FileType
Sets whether file is readonly.
setReadonly(boolean) - Method in class magellan.library.io.file.PipeFileType
 
setRealRace(Race) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of realRace.
setRealRace(Race) - Method in interface magellan.library.Unit
Sets the value of realRace.
setReason(String) - Method in class magellan.library.relation.MaintenanceRelation
 
setRecruitmentCosts(int) - Method in class magellan.library.rules.Race
Sets the price in silver to recruit one person of this race.
setRecruitmentFactor(int) - Method in class magellan.library.rules.Race
Sets the number of persons that can be recruited for one peasant.
setRecruits(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of recruits.
setRecruits(int) - Method in interface magellan.library.Region
Sets the value of recruits.
setRegion(Region) - Method in interface magellan.library.Building
Sets the region this building is in.
setRegion(Region) - Method in interface magellan.library.HasRegion
Puts this entity into a new region
setRegion(Region) - Method in class magellan.library.impl.MagellanBuildingImpl
Sets the region this building is in.
setRegion(Region) - Method in class magellan.library.impl.MagellanShipImpl
Sets the region this ship is in and notifies region about it.
setRegion(Region) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the region this unit is in.
setRegion(Region) - Method in class magellan.library.impl.MagellanZeroUnitImpl
Sets the region of this unit
setRegion(Region) - Method in interface magellan.library.Ship
Sets the region this ship is in and notifies region about it.
setRegion(Region) - Method in interface magellan.library.Unit
Sets the region this unit is in.
setRegion(Region) - Method in interface magellan.library.ZeroUnit
Sets the region of this unit
setRegionColor(RegionType, Color) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Changes the color of region-type r to color c.
setRegionColor(StringID, Color) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Changes the color of the region-type with title name to color c.
setRegionColors(Map<Object, Color>) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Puts a whole map to the region-colors Table.
setRegionKey(String) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Sets the key used for deafult settings operations concerning the region colors.
setRegionNodes(Map<ID, TreeNode>) - Method in class magellan.client.utils.TreeBuilder
DOCUMENT-ME
setRegions(Collection<Region>) - Method in class magellan.client.swing.AlchemyDialog
Set selected regions (used for stock updates).
setRegions(Collection<Region>) - Method in class magellan.client.swing.FactionStatsPanel
DOCUMENT-ME
setRegions(Collection<Region>) - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTable
Changes the current set of regions.
setRegions(Collection<Region>) - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
Changes the current set of regions.
setRegions(Collection<Region>) - Method in class magellan.client.swing.TradeOrganizerOld.BuyTable
DOCUMENT-ME
setRegions(Collection<Region>) - Method in class magellan.client.swing.TradeOrganizerOld.SellTable
DOCUMENT-ME
setRegions(Collection<Region>) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Set set of regions whose unit orders are written.
setRegions(Collection<Region>) - Method in class magellan.library.io.cr.CRWriter
Supply the writer with a collection of regions it should write to the underlying stream instead of all regions contained in the game data.
setRegions(Collection<Region>) - Method in class magellan.library.utils.OrderWriter
Sets the set of regions to write.
setRegions(Map<CoordinateID, Region>) - Method in class magellan.library.impl.MagellanIslandImpl
Sets the Map of regions.
setRegions(Map<CoordinateID, Region>) - Method in interface magellan.library.Island
Sets the Map of regions.
setRegionTypes(int) - Method in class magellan.client.swing.map.RenderingPlane
Sets the region types this plane is interested in.
setRemoveComments(boolean, boolean) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Remove transient (semicolon type) and permanent (// type) comments.
setRemoveComments(boolean, boolean) - Method in class magellan.library.utils.OrderWriter
Remove transient (semicolon type) and permanent (// type) comments.
setRenderContextChanged(boolean) - Static method in class magellan.client.swing.map.Mapper
Setter for property renderContextChanged.
setRenderer(HexCellRenderer) - Method in class magellan.client.swing.MapperPanel
Set a cell renderer object for its default rendering plane.
setRenderer(HexCellRenderer, int) - Method in class magellan.client.swing.MapperPanel
Set a cell renderer object for a certain plane of the map.
setRenderer(MapCellRenderer) - Method in class magellan.client.swing.map.Mapper
Add a cell renderer object to the mapper.
setRenderer(MapCellRenderer) - Method in class magellan.client.swing.map.Minimapper
 
setRenderer(MapCellRenderer) - Method in class magellan.client.swing.map.RenderingPlane
Sets the renderer to be used to paint this rendering plane.
setRenderer(MapCellRenderer, int) - Method in class magellan.client.swing.map.Mapper
Set a cell renderer object for a certain plane of the map.
setRenderer(MapCellRenderer, int) - Method in class magellan.client.swing.map.Minimapper
 
setReportChanged(boolean) - Method in class magellan.client.Client
Changes to the report state can be done here.
setReserve(UnitRelation) - Method in class magellan.library.relation.RecruitmentRelation
 
setResourceBundle(ResourceBundle) - Method in interface magellan.client.swing.map.ExternalMapCellRenderer
DOCUMENT-ME
setResourceDirectory(File) - Method in class magellan.library.utils.Resources
Changes the resource directory.
setRestrictToActiveRegion(boolean) - Method in class magellan.client.swing.tasks.TaskTablePanel
Sets whether problems will be restricted to current region.
setRestrictToOwner(boolean) - Method in class magellan.client.swing.tasks.TaskTablePanel
Sets whether problems will be restricted to the owner faction.
setRestrictToPassword(boolean) - Method in class magellan.client.swing.tasks.TaskTablePanel
Sets whether problems will be restricted to factions with known password.
setRestrictToSelection(boolean) - Method in class magellan.client.swing.tasks.TaskTablePanel
Sets whether problems will be restricted to current selection.
setReverseOrder(boolean) - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
DOCUMENT-ME
setReverseOrder(boolean) - Method in class magellan.client.swing.tree.UnitNodeWrapper
Specifies if the icons should be displayed in reverse order.
setRoot(Element) - Method in class magellan.client.desktop.DockingLayout
Sets the value of root.
setRootWindow(RootWindow) - Method in class magellan.client.desktop.DockingLayout
Sets the value of window.
setRound(int) - Method in class magellan.library.utils.FileNameGeneratorFeed
 
setRound(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Sets the value of round.
setRow(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of row.
setRow(int, int, int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Set row info.
setRules(Rules) - Method in class magellan.client.utils.Units
Changes the game rules.
setRun(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of run.
setSailorSkillLevel(int) - Method in class magellan.library.rules.ShipType
Sets the number of skill levels to sail the ship.
setScaleFactor(float) - Method in class magellan.client.swing.map.CellGeometry
Set a scale factor to be used for all calculations of cell positions and sizes.
setScaleFactor(float) - Method in class magellan.client.swing.map.Mapper
Sets the scale or zoom factor.
setScaleFactor(float) - Method in class magellan.client.swing.MapperPanel
Sets a new scaling factor for the map.
setScalingFont(boolean) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
setScalingFont(boolean) - Method in class magellan.client.swing.map.SignTextCellRenderer
 
setScalingFont(boolean) - Method in class magellan.client.swing.map.TextCellRenderer
 
setScore(int) - Method in interface magellan.library.Faction
Sets the value of score.
setScore(int) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of score.
setScore(int) - Method in class magellan.library.utils.Score
Changes the score to score.
setScreen(int) - Method in class magellan.client.Help
 
setScript(String) - Method in class magellan.plugin.extendedcommands.Script
Sets the value of script.
setScript(Unit, UnitContainer, Script) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
Setups the dock and opens the script for the given unit or container.
setScript(Script) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Sets the value of script.
setSection(String) - Method in class magellan.library.rules.MessageType
Sets the name of the category of messages this message type belongs to.
setSelected(boolean) - Method in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
Sets selected property.
setSelected(boolean) - Method in class magellan.client.utils.SimpleInternalFrame
This panel draws its title bar differently if it is selected, which may be used to indicate to the user that this panel has the focus, or should get more attention than other simple internal frames.
setSelectedBackground(Color) - Method in class magellan.client.swing.tree.GraphicsStyleset
Setter for property selectedBackground.
setSelectedForeground(Color) - Method in class magellan.client.swing.tree.GraphicsStyleset
Setter for property selectedForeground.
setSelectedObject(Bookmark) - Method in class magellan.client.utils.BookmarkDock
Select an entry in the list.
setSelectedRegionCoordinates(Map<CoordinateID, Region>) - Method in class magellan.library.CompleteData
set a collection of selected regions.
setSelectedRegionCoordinates(Map<CoordinateID, Region>) - Method in class magellan.library.EmptyData
 
setSelectedRegionCoordinates(Map<CoordinateID, Region>) - Method in class magellan.library.GameData
Set a collection of selected regions.
setSelection(SelectionEvent) - Method in class magellan.client.swing.tree.ContextManager
Notifies this object of a selection change.
setSelfDefinedCompletions(Map<String, String>) - Method in class magellan.client.completion.AutoCompletion
Sets the value of selfDefinedCompletions.
setSelRegionsOnly(boolean) - Method in class magellan.client.swing.ECheckPanel
Set to true if only unitsof selected regions should be checked.
setServerConformance(boolean) - Method in class magellan.library.io.cr.CRWriter
Toggles whether CRWriter.doWrite() writes a cr that is compatible with cr's generated by the Eressea server, i.e. not including JavaClient specific data.
setSettings(Properties) - Method in class magellan.client.completion.AutoCompletion
Sets the value of settings.
setSettingsDirectory(File) - Static method in class magellan.library.utils.PropertiesHelper
Sets the directory for configuration configuration is stored.
setShip(Ship) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the ship this unit is on.
setShip(Ship) - Method in interface magellan.library.Unit
Sets the ship this unit is on.
setShipNodes(Map<ID, TreeNode>) - Method in class magellan.client.utils.TreeBuilder
DOCUMENT-ME
setShoreId(int) - Method in class magellan.library.impl.MagellanShipImpl
Sets the value of shoreId.
setShoreId(int) - Method in interface magellan.library.Ship
Sets the value of shoreId.
setShortenStrings(boolean) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
setShowCapacityItems(EMapDetailsPanel.ShowItems) - Method in class magellan.client.EMapDetailsPanel
Sets the types of items displayed (in capacity nodes).
setShowGlobal(boolean) - Method in class magellan.client.swing.tasks.TaskTablePanel
Sets whether global problems will be shown.
setShowIcons(boolean) - Method in class magellan.client.swing.tree.SimpleNodeWrapper
DOCUMENT-ME
setShowNavigation(boolean) - Method in class magellan.client.swing.MapperPanel
Sets the value of showNavi.
setShowRegionItemAmount(EMapDetailsPanel.ShowItems) - Method in class magellan.client.swing.tree.ItemNodeWrapper
Determines if the item amount of all units in the region should be displayed.
setShowStatus(boolean) - Method in class magellan.client.Client
Changes the progress display behaviour.
setShowTagButtons(boolean) - Method in class magellan.client.EMapDetailsPanel
Called to activate or deactivate the buttons for adding tags.
setShowTooltip(boolean) - Method in class magellan.client.swing.map.Mapper
Sets if the tooltip should be available
setShowTooltip(boolean) - Method in class magellan.client.swing.map.Minimapper
Never shows tooltips.
setShowTooltips(boolean) - Static method in class magellan.client.swing.tree.CellRenderer
Sets the value of showTooltips.
setShutdownOnCancel(boolean) - Method in class magellan.client.utils.ErrorWindow
Whether to stop the application with a System.exit(0) or not.
setSiege(Building) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of siege.
setSiege(Building) - Method in interface magellan.library.Unit
Sets the value of siege.
setSilver(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of silver.
setSilver(int) - Method in interface magellan.library.Region
Sets the value of silver.
setSimpleObjects(Map<Object, ContextFactory>) - Method in class magellan.client.swing.tree.ContextManager
DOCUMENT-ME
setSize(int) - Method in interface magellan.library.Building
DOCUMENT ME!
setSize(int) - Method in class magellan.library.impl.MagellanBuildingImpl
Sets the size of the building
setSize(int) - Method in class magellan.library.impl.MagellanShipImpl
Sets the value of size.
setSize(int) - Method in interface magellan.library.Ship
Sets the value of size.
setSize(Dimension) - Method in class magellan.client.Help
 
setSkillBonus(SkillType, int) - Method in class magellan.library.rules.BuildingType
Sets the bonus this building provides to the given skill.
setSkillBonus(SkillType, int) - Method in class magellan.library.rules.Race
Sets the bonus this race has on the specified skill.
setSkillBonus(SkillType, RegionType, int) - Method in class magellan.library.rules.Race
Sets the bonus this race has in certain region terrains.
setSkillLevel(int) - Method in class magellan.library.RegionResource
Sets the minimum skill level that is required to access this resource.
setSkills(Map<StringID, Skill>) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of skills.
setSkills(Map<StringID, Skill>) - Method in interface magellan.library.Unit
Sets the value of skills.
setSkillType() - Method in class magellan.client.skillchart.SkillChartPanel
 
setSort(boolean) - Method in class magellan.client.swing.AddCRAccessory
Selects or un-selects the sort box.
setSortIndex(int) - Method in interface magellan.library.Group
Sets an index indicating how instances of class are sorted in the report.
setSortIndex(int) - Method in class magellan.library.impl.MagellanGroupImpl
Sets an index indicating how instances of class are sorted in the report.
setSortIndex(int) - Method in class magellan.library.impl.MagellanUnitContainerImpl
Sets an index indicating how instances of class are sorted in the report.
setSortIndex(int) - Method in class magellan.library.impl.MagellanUnitImpl
Sets an index indicating how instances of class are sorted in the report.
setSortIndex(int) - Method in class magellan.library.rules.Category
Sets the sort index of this item category indicating its natural ordering compared to other ItemCategory objects.
setSortIndex(int) - Method in interface magellan.library.Unit
Sets an index indicating how instances of class are sorted in the report.
setSortIndex(int) - Method in interface magellan.library.UnitContainer
Sets an index indicating how instances of class are sorted in the report.
setSortIndex(int) - Method in interface magellan.library.utils.Sorted
DOCUMENT-ME
setSortingStatus(int, int) - Method in class magellan.client.swing.table.TableSorter
Changes the sorting status of a column.
setSortShipUnderUnitParent(boolean) - Method in class magellan.client.utils.TreeBuilder
Controls if ships nodes should be sorted under their parents node.
setSource(TreeUpdate) - Method in class magellan.client.swing.tree.NodeWrapperFactory
Set the object that should be notified on context changes.
setSpeed(int) - Method in class magellan.library.impl.MagellanShipImpl
 
setSpeed(int) - Method in interface magellan.library.Ship
Set the ship's current speed
setSpell(Spell) - Method in interface magellan.library.CombatSpell
Specify the actual spell of this CombatSpell.
setSpell(Spell) - Method in class magellan.library.impl.MagellanCombatSpellImpl
Specify the actual spell of this CombatSpell.
setSpells(Map<ID, Spell>) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of spells.
setSpells(Map<ID, Spell>) - Method in interface magellan.library.Unit
Sets the value of spells.
setSpellSchool(String) - Method in interface magellan.library.Faction
Sets the value of spellSchool.
setSpellSchool(String) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of spellSchool.
setSprouts(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of sprouts.
setSprouts(int) - Method in interface magellan.library.Region
Sets the value of sprouts.
setSpy(boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Sets whether is unit really belongs to its unit or only pretends to do so.
setSpy(boolean) - Method in interface magellan.library.Unit
Sets whether is unit really belongs to its unit or only pretends to do so.
setStandardBackgroundColor(Color) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Changes the background color for all editors.
setStandardBackgroundColorConfirmed(Color) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Sets and applies the background color for confirmed unit's editors for all editors.
setStart(int) - Method in class magellan.library.utils.OrderToken
Deprecated.
better make this immutable...
setStarving(boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of isStarving.
setStarving(boolean) - Method in interface magellan.library.Unit
Sets the value of isStarving.
setStarving(boolean) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of starving.
setStateChanged(boolean) - Method in class magellan.client.Client.ReportObserver
Changes the state to newState.
setStaticPaths(Collection<URL>) - Static method in class magellan.library.utils.Resources
Tells this loader which resource paths to search for classes and resources when operating statically.
setStatus(int) - Method in class magellan.library.gamebinding.CombatOrder
Changes the status value
setStatus(String, Throwable) - Method in class magellan.client.swing.DebugDock
 
setStealth(int) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of stealth.
setStealth(int) - Method in interface magellan.library.Unit
Sets the value of stealth.
setStones(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of stones.
setStones(int) - Method in interface magellan.library.Region
Sets the value of stones.
setStoreableInBonw(int) - Method in class magellan.library.rules.ItemType
store the attribute if the item can be stored in a bag of negative weight
setStyleset(String) - Method in class magellan.client.swing.tree.GraphicsElement
Setter for property styleset.
setStyleset(GraphicsStyleset) - Method in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel.ColorPanel
Applies the foreground and background properties of set to this panel.
setSurroundings(List<Message>) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of surroundings.
setSurroundings(List<Message>) - Method in interface magellan.library.Region
Sets the value of surroundings.
setSurvived(int) - Method in class magellan.plugin.battleanalyzer.BattleInfo.HostInfo
Sets the value of survived.
setSyntax(String) - Method in class magellan.library.impl.MagellanSpellImpl
 
setSyntax(String) - Method in class magellan.library.impl.SpellBuilder
 
setSyntax(String) - Method in class magellan.library.rules.OrderType
Sets the value of syntax.
setSyntax(String) - Method in interface magellan.library.Spell
 
setTab(TitledTab) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Sets the value of tab.
setTableHeader(JTableHeader) - Method in class magellan.client.swing.table.TableSorter
Changes the table header.
setTableModel(TableModel) - Method in class magellan.client.swing.table.TableSorter
Changes the table model calls AbstractTableModel.fireTableStructureChanged().
setTabs(int, int) - Method in class magellan.plugin.extendedcommands.BeanShellSyntaxDocument
 
setTabVisibility(boolean) - Method in class magellan.client.desktop.DFBInstance
 
setTabVisibility(boolean) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
setTabVisibility(boolean) - Method in class magellan.client.desktop.MagellanDesktop
Enables or disables all docking tabs.
setTemp(boolean) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderParser.IdHandler
Sets the value of temp.
setTempID(UnitID) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the temp id this unit had before becoming a real unit.
setTempID(UnitID) - Method in interface magellan.library.Unit
Sets the temp id this unit had before becoming a real unit.
setTempRace(Race) - Method in class magellan.library.impl.MagellanTempUnitImpl
 
setTempRace(Race) - Method in interface magellan.library.TempUnit
If the temp unit has a different race than the parent unit, set it here.
setText(int) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
setText(String) - Method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
requires: 's' is HTML string.
setText(String) - Method in class magellan.client.swing.tree.UnitNodeWrapper
 
setText(String) - Method in class magellan.library.impl.MagellanMessageImpl
Sets the text of this message to text.
setText(String) - Method in interface magellan.library.Message
Sets the text of this message to text.
setText(String) - Method in class magellan.library.Sign
 
setTildeEscapes(boolean) - Method in class magellan.library.io.cr.CRWriter
Change the quote escape behaviour of this CRWriter.
setTimeOut(int) - Method in class magellan.library.utils.HTTPClient
Setzt den Timeout des Clients auf einen sinnvollen Wert.
setTimestamp(long) - Method in class magellan.library.GameData
Sets the date of the report (it's not the date of the report).
settings - Variable in class magellan.client.completion.AutoCompletion
 
settings - Variable in class magellan.client.preferences.ClientFilePreferences
 
settings - Variable in class magellan.client.preferences.ClientLookAndFeelPreferences
 
settings - Variable in class magellan.client.preferences.ClientNameGeneratorPreferences
 
settings - Variable in class magellan.client.preferences.TaskTablePreferences
 
settings - Variable in class magellan.client.swing.context.UnitContainerContextFactory
 
settings - Variable in class magellan.client.swing.HistoryAccessory
 
settings - Variable in class magellan.client.swing.InternationalizedDataDialog
 
settings - Variable in class magellan.client.swing.InternationalizedDataPanel
 
settings - Variable in class magellan.client.swing.map.HexCellRenderer
A Properties object used to retrieve and store preferences of this renderer.
settings - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
settings - Variable in class magellan.client.swing.TempUnitDialog
 
settings - Variable in class magellan.client.swing.TipOfTheDay
 
settings - Variable in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
settings - Variable in class magellan.client.swing.tree.NodeWrapperFactory
 
settings - Variable in class magellan.client.utils.FileHistory
 
settings - Variable in class magellan.client.utils.LanguageDialog
 
SETTINGS_FILENAME - Static variable in class magellan.client.Client
The name of the magellan settings file.
SETTINGS_KEY - Static variable in class magellan.client.swing.TempUnitDialog
settings key for detailed dialog property
settingsDir - Variable in class magellan.client.Client.Parameters
the directory to store ini files and stuff in
setTitle(String) - Method in class magellan.client.swing.ProgressBarUI
 
setTitle(String) - Method in class magellan.client.swing.ui.InternalFrame
DOCUMENT-ME
setTitle(String) - Method in class magellan.client.utils.SimpleInternalFrame
Sets a new title text. * @param newText the title text tp be set
setTitle(String) - Method in class magellan.library.utils.NullUserInterface
 
setTitle(String) - Method in interface magellan.library.utils.UserInterface
Sets the title of the progress dialog.
settKeys - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
setTokenColor(String, Color) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Set the color of the specified token style used for syntax highlighting in the editor.
setTokenColor(String, Color) - Method in class magellan.client.swing.completion.OrderEditor
Set the color of the specified token style used for syntax highlighting.
setTokenColor(String, Color) - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
setToLoad(ZipFile) - Method in class magellan.client.utils.RendererLoader.ZipClassLoader
DOCUMENT-ME
setToolBar(JToolBar) - Method in class magellan.client.utils.SimpleInternalFrame
Sets a new tool bar in the header.
setTooltip - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
setTooltip() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
setTooltip(int) - Method in class magellan.client.swing.MapperPanel.TooltipShortcut
 
setTooltip(String) - Method in class magellan.client.swing.tree.GraphicsElement
Setter for property tooltip.
setTooltipDefinition(String) - Method in class magellan.client.swing.map.Mapper
Sets the tooltip definition
setTracker(MediaTracker) - Static method in class magellan.client.swing.map.ImageCellRenderer
Set a media tracker that is used to track all images that are scaled.
setTradeTax(int) - Method in class magellan.library.rules.CastleType
Sets the tax (in percent) that this castle type's owners get from trade.
setTransformer(ReportTransformer) - Method in class magellan.library.io.AbstractReportParser
 
setTransformer(ReportTransformer) - Method in class magellan.library.io.json.JSONParser
 
setTransformer(ReportTransformer) - Method in interface magellan.library.io.ReportParser
 
setTravelThru(List<Message>) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of travelThru.
setTravelThru(List<Message>) - Method in interface magellan.library.Region
Sets the value of travelThru.
setTravelThruShips(List<Message>) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of travelThruShips.
setTravelThruShips(List<Message>) - Method in interface magellan.library.Region
Sets the value of travelThruShips.
setTreasury(int) - Method in interface magellan.library.Faction
Sets the faction treasury for this faction.
setTreasury(int) - Method in class magellan.library.impl.MagellanFactionImpl
 
setTrees(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of trees.
setTrees(int) - Method in interface magellan.library.Region
Sets the value of trees.
setTreeStructure(int[]) - Method in class magellan.client.utils.TreeBuilder
DOCUMENT-ME
setTrueBuildingType(String) - Method in interface magellan.library.Building
Sets the trueBuildingType which es not realy a type but just a String only occurance now "Traumschlößchen",wahrerTyp Fiete 20060910
setTrueBuildingType(String) - Method in class magellan.library.impl.MagellanBuildingImpl
Sets the trueBuildingType which is not really a type but just a String only occurrence now "Traumschlößchen",wahrerTyp Fiete 20060910
setTrustLevel(int) - Method in interface magellan.library.Faction
Sets the value of trustLevel.
setTrustLevel(int) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of trustLevel.
setTrustLevelSetByUser(boolean) - Method in interface magellan.library.Faction
Sets the value of trustLevelSetByUser.
setTrustLevelSetByUser(boolean) - Method in class magellan.library.impl.MagellanFactionImpl
Sets the value of trustLevelSetByUser.
setType(int) - Method in class magellan.client.swing.tree.GraphicsElement
Sets the type of this element.
setType(String) - Method in interface magellan.library.Border
The type of this border.
setType(String) - Method in class magellan.library.impl.MagellanBorderImpl
 
setType(String) - Method in class magellan.library.impl.MagellanSpellImpl
Sets the class attribute of this spell.
setType(String) - Method in class magellan.library.impl.SpellBuilder
 
setType(String) - Method in interface magellan.library.Spell
Sets the class attribute of this spell.
setType(String) - Method in class magellan.library.utils.Score
Sets the type.
setType(ItemType) - Method in class magellan.library.RegionResource
Specifies the type of the resource.
setType(MessageType) - Method in class magellan.library.impl.MagellanMessageImpl
Sets the MessageType of this message.
setType(MessageType) - Method in interface magellan.library.Message
Sets the MessageType of this message.
setType(UnitContainerType) - Method in class magellan.library.impl.MagellanRegionImpl
 
setType(UnitContainerType) - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
setType(UnitContainerType) - Method in interface magellan.library.UnitContainer
DOCUMENT-ME
setType(ContainerType) - Method in class magellan.plugin.extendedcommands.Script
Sets the value of type.
setUI(UserInterface) - Method in class magellan.library.io.AbstractReportParser
 
setUI(UserInterface) - Method in class magellan.library.io.json.JSONParser
 
setUI(UserInterface) - Method in interface magellan.library.io.ReportParser
 
setUI(UserInterface) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Sets the value of the current UserInterface ("progress bar").
setUID(long) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of uID, the unique regionID generated and sent by the eressea server (starting in turn 570)
setUID(long) - Method in interface magellan.library.Region
Sets the given long value as the unique regionID.
setUnaided(boolean) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of unaided.
setUnaided(boolean) - Method in interface magellan.library.Unit
Sets the value of unaided.
setUnit(Unit) - Method in class magellan.client.swing.completion.OrderEditor
Sets the unit for this editor component.
setUnit(Unit) - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
 
setUnit(Unit) - Method in interface magellan.library.CombatSpell
Sets the unit which has this combat spell set as a combat spell.
setUnit(Unit) - Method in class magellan.library.impl.MagellanCombatSpellImpl
Sets the unit which has this combat spell set as a combat spell.
setUnit(Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Sets the value of unit.
setUnit(UnitID) - Method in class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
Sets the value of unit.
setUnit(UnitID) - Method in class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
Sets the value of unit.
setUnitComparator(Comparator<? super Unit>) - Method in class magellan.client.utils.TreeBuilder
DOCUMENT-ME
setUnitMessages(List<Message>) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of unitMessages.
setUnitMessages(List<Message>) - Method in interface magellan.library.Unit
Sets the value of unitMessages.
setUnitNodes(Map<ID, TreeNode>) - Method in class magellan.client.utils.TreeBuilder
DOCUMENT-ME
setUnits(Collection<Unit>) - Method in class magellan.library.io.cr.CRWriter
Supply the writer with a collection of units it should write to the underlying stream instead of all units contained in the game data.
setUnknown(String) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
DOCUMENT-ME
setUnknown(String) - Method in class magellan.library.utils.replacers.DefinitionMaker
DOCUMENT-ME
setUnknownColor(Color) - Method in class magellan.client.swing.map.RegionShapeCellRenderer
Sets the color used for unassigned fields in Politics Mode and stores it in the global settings.
setUnmodifiedAmount(int) - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
Sets the value of unmodifiedAmount.
setUnmodifiedAmount(long) - Method in class magellan.library.utils.Units.StatItem
Sets the value of unmodifiedAmount.
setUnmodifiedAmount(long) - Method in class magellan.library.utils.Units.UnitWrapper
Sets the value of unmodifiedNumber.
setup() - Method in class magellan.client.utils.ErrorWindow
 
setUpIDMap(GameData) - Static method in class magellan.library.gamebinding.EresseaPostProcessor
 
setUseSeasonImages(boolean) - Method in class magellan.client.swing.map.Mapper
 
setUseSeasonImages(boolean) - Method in class magellan.client.swing.MapperPanel
 
setUseSkill(Skill) - Method in class magellan.library.rules.ItemType
Sets the skill needed to use this item (e.g. a weapon skill).
setUseSyntaxHighlighting(boolean) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Enable or disable syntax highlighting in the editor.
setUseSyntaxHighlighting(boolean) - Method in class magellan.client.swing.completion.OrderEditor
Enable or disable syntax highlighting.
setUseSyntaxHighlighting(boolean) - Method in interface magellan.library.utils.guiwrapper.CacheableOrderEditor
 
setUseThread(boolean) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Set to true (default) to execute any command inside its own execution thread
setValid(boolean) - Method in class magellan.library.gamebinding.SimpleOrder
Marks the order as valid or unvalid.
setValue(V) - Method in class magellan.library.utils.Pair
Sets the value of value.
setValueAt(Object, int, int) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
 
setValueAt(Object, int, int) - Method in class magellan.client.swing.table.TableMap
DOCUMENT-ME
setValueAt(Object, int, int) - Method in class magellan.client.swing.table.TableSorter
 
setValueAt(Object, int, int) - Method in class magellan.plugin.groupeditor.GroupEditorTableModel
 
setValues(int) - Method in class magellan.library.rules.Options
DOCUMENT-ME
setVerticalAxis(Axis) - Method in class magellan.client.skillchart.VerticalBarPlot
Sets the vertical axis for the plot.
setVerticalPos(int) - Method in class magellan.client.swing.tree.GraphicsStyleset
Setter for property verticalPos.
setViewMap(StringViewMap) - Method in class magellan.client.desktop.DockingLayout
Sets the value of viewMap.
setViews(Map<String, View>) - Method in class magellan.client.desktop.DockingLayout
Sets the value of views.
setVisibility(Region.Visibility) - Method in class magellan.library.impl.MagellanRegionImpl
0..very poor - no info (->visibility=null)
1..neighbour
2..lighthouse
3..travel
4..qualified unit in region (->visibility=null)
setVisibility(Region.Visibility) - Method in interface magellan.library.Region
0..very poor - no info (->visibility=null)
1..neighbour
2..lighthouse
3..travel
4..qualified unit in region (->visibility=null)
setVisibilityString(String) - Method in class magellan.library.impl.MagellanRegionImpl
Sets a string constant indicating why this region is visible.
setVisibilityString(String) - Method in interface magellan.library.Region
Sets a string constant indicating why this region is visible.
setVisible(boolean) - Method in class magellan.client.actions.extras.ConversionAction.ConversionDialog
 
setVisible(boolean) - Method in class magellan.client.swing.ArmyStatsDialog
DOCUMENT-ME
setVisible(boolean) - Method in class magellan.client.swing.preferences.PreferencesDialog
Do last initialization and show.
setVisible(boolean) - Method in class magellan.client.swing.TempUnitDialog
 
setVisible(boolean) - Method in class magellan.client.swing.TipOfTheDay
 
setVisible(boolean) - Method in class magellan.client.swing.TradeOrganizer
 
setVisible(boolean) - Method in class magellan.client.swing.TradeOrganizerOld
 
setVisible(boolean) - Method in class magellan.client.utils.ErrorWindow
 
setVisible(String, boolean) - Method in class magellan.client.desktop.MagellanDesktop
Opens or closes a specific dock.
setVisible(RootWindow, String, boolean) - Method in class magellan.client.desktop.DFBInstance
Opens or closes a specific dock.
setVisible(RootWindow, String, boolean) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
setVisited() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
setVisited() - Method in interface magellan.library.utils.Regions.RegionInfo
Marks region as visited.
setWage(int) - Method in class magellan.library.impl.MagellanRegionImpl
Sets the value of wage.
setWage(int) - Method in interface magellan.library.Region
Sets the value of wage.
setWarLine(ArmyStatsPanel.WarLine) - Method in class magellan.client.swing.ArmyStatsPanel.Army
DOCUMENT-ME
setWarning(String, ProblemType) - Method in class magellan.library.relation.UnitRelation
 
setWarning(Unit, int, String) - Method in class magellan.library.gamebinding.GiveOrder
 
setWarning(Unit, int, String) - Method in class magellan.library.gamebinding.ReserveOrder
 
setWarning(Unit, int, String) - Method in class magellan.library.gamebinding.SimpleOrder
Registers a warning for a unit order.
setWarningLevel(int) - Method in interface magellan.client.swing.tree.CellObject
Sets the warning level for this node
setWarningLevel(int) - Method in class magellan.client.swing.tree.DefaultNodeWrapper
 
setWarningLevel(int) - Method in class magellan.client.swing.tree.SimpleNodeWrapper
 
setWeight(float) - Method in class magellan.library.rules.ItemType
Sets the items weight in GE.
setWeight(float) - Method in class magellan.library.rules.Race
Set the weight of one person (in GE).
setWeight(int) - Method in class magellan.library.impl.MagellanUnitImpl
Sets the value of weight.
setWeight(int) - Method in interface magellan.library.Unit
Sets the value of weight.
setWindowSize(int, int) - Method in class magellan.client.utils.ErrorWindow
This method sets the window dimension and positions the window to the center of the screen.
setWindowSize(int, int) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDialog
This method sets the window dimension and positions the window to the center of the screen.
setWorkSpaceChooser(boolean) - Method in class magellan.client.desktop.MagellanDesktop
 
setWorld(GameData) - Method in class magellan.plugin.battleanalyzer.BattleDock
Sets the value of world.
setWorld(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
Sets the value of world.
setWorld(GameData) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDocument
Sets the value of world.
setWorld(GameData) - Method in class magellan.plugin.groupeditor.GroupEditorDock
Sets the value of world.
setWriteTimeStamp(boolean) - Method in class magellan.library.utils.OrderWriter
 
setWriteUnitTagsAsVorlageComment(boolean) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Writes unit tags as commments, usable by the Vorlage tool.
setWriteUnitTagsAsVorlageComment(boolean) - Method in class magellan.library.utils.OrderWriter
 
setX(int, int) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Changes the box's x-dimensions.
setX(int, int) - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Changes the box's x-dimensions.
setY(int, int) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Changes the box's y-dimensions.
setY(int, int) - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Changes the box's y-dimensions.
severity - Variable in class magellan.library.tasks.SimpleProblem
 
shallComplete(OrderToken, OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
Return true if a completions should be added to the completer for the current token.
shield - Variable in class magellan.client.swing.ArmyStatsPanel.PartUnit
 
shieldType - Variable in class magellan.client.swing.ArmyStatsPanel
 
Ship - Interface in magellan.library
A class for representing a ship.
SHIP - magellan.library.Bookmark.BookmarkType
 
SHIP_LINE - Static variable in class magellan.library.io.nr.NRParser
 
ShipCellRenderer - Class in magellan.client.swing.map
A renderer for displaying ships on the map
ShipCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.ShipCellRenderer
Creates a new ShipCellRenderer object.
ShipCosts(Ship, int, BuildingType) - Constructor for class magellan.library.utils.ShipRoutePlanner.ShipCosts
 
ShipFactionComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Ship objects by comparing their owner faction.
ShipFactionComparator(Comparator<? super Ship>) - Constructor for class magellan.library.utils.comparator.ShipFactionComparator
Creates a new ShipFactionComparator object.
ShipIDMapping - Class in magellan.library.utils.mapping
 
ShipIDMapping() - Constructor for class magellan.library.utils.mapping.ShipIDMapping
 
ShipInspector - Class in magellan.library.tasks
This class inspects ships and checks for overload, missing crew and bad routes.
ShipInspector(GameData) - Constructor for class magellan.library.tasks.ShipInspector
 
shipLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
ShipMetric(int) - Constructor for class magellan.library.gamebinding.EresseaMovementEvaluator.ShipMetric
 
ShipMetric(Map<CoordinateID, Region>, CoordinateID, CoordinateID, Map<ID, RegionType>, Set<BuildingType>, int, Direction) - Constructor for class magellan.library.utils.Regions.ShipMetric
 
ShipOrderHandler(AbstractOrderParser) - Constructor for class magellan.library.gamebinding.AbstractOrderParser.ShipOrderHandler
 
ShipRoutePlanner - Class in magellan.library.utils
Works together with com.eressea.swing.RoutingDialog to calculate the route for a ship.
ShipRoutePlanner() - Constructor for class magellan.library.utils.ShipRoutePlanner
 
ShipRoutePlanner.ShipCosts - Class in magellan.library.utils
A cost function that accounts ship movement, considering harbours and the ship given in the constructor.
ships - Variable in class magellan.library.CompleteData
 
ships() - Method in class magellan.library.GameData
Deprecated.
ships() - Method in class magellan.library.impl.MagellanRegionImpl
Returns an unmodifiable collection of all the ships in this container.
ships() - Method in interface magellan.library.Region
Returns an unmodifiable collection of all the ships in this container.
SHIPS - Static variable in class magellan.client.utils.TreeBuilder
Ships are interesting.
shipSortIndex - Variable in class magellan.library.io.cr.CRParser.RegionParseState
 
ShipType - Class in magellan.library.rules
Members of this class contain information about a type of ship.
ShipType(StringID) - Constructor for class magellan.library.rules.ShipType
Creates a new ShipType object.
SHIPTYPE - magellan.plugin.extendedcommands.ContainerType
 
ShipTypeComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Ship objects by comparing their types.
ShipTypeComparator(Comparator<? super Ship>) - Constructor for class magellan.library.utils.comparator.ShipTypeComparator
Creates a new ShipTypeComparator object.
shipView() - Method in class magellan.library.CompleteData
 
shipView() - Method in class magellan.library.EmptyData
 
shipView() - Method in class magellan.library.GameData
Returns a modifiable view of the ships.
shoreId - Variable in class magellan.library.impl.MagellanShipImpl
The shore the ship is lying.
shortCut(KeyStroke) - Method in class magellan.client.Client
Repaints the client.
shortCut(KeyStroke) - Method in interface magellan.client.desktop.ShortcutListener
This method is called when a shortcut from getShortCuts() is recognized.
shortCut(KeyStroke) - Method in class magellan.client.EMapDetailsPanel
This method is called when a shortcut from getShortCuts() is recognized.
shortCut(KeyStroke) - Method in class magellan.client.EMapOverviewPanel
This method is called when a shortcut from getShortCuts() is recognized.
shortCut(KeyStroke) - Method in class magellan.client.swing.ECheckPanel
This method is called when a shortcut from getShortCuts() is recognized.
shortCut(KeyStroke) - Method in class magellan.client.swing.MapperPanel
This method is called when a shortcut from getShortCuts() is recognized.
shortCut(KeyStroke) - Method in class magellan.client.swing.MapperPanel.TooltipShortcut
Sets the x-th tooltip (if defined).
shortCut(KeyStroke) - Method in class magellan.client.swing.tasks.TaskTablePanel.TTShortcutListener
This method is called when a shortcut from getShortCuts() is recognized.
shortCut(KeyStroke) - Method in class magellan.client.utils.BookmarkManager
 
shortCut(KeyStroke) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsPlugIn
 
shortCut_B() - Method in class magellan.client.EMapOverviewPanel
Confirms/unconfirms a unit.
shortCut_N() - Method in class magellan.client.EMapOverviewPanel
Selects the next unit.
shortCut_N(boolean) - Method in class magellan.client.EMapOverviewPanel
Selects the next or previous unit.
shortCut_Reverse_N() - Method in class magellan.client.EMapOverviewPanel
Selects the previous unit.
ShortcutListener - Interface in magellan.client.desktop
DOCUMENT ME!
shortcuts1 - Variable in class magellan.client.swing.MapperPanel.TooltipShortcut
 
shortenStrings - Variable in class magellan.client.swing.map.AbstractTextCellRenderer
 
shortenStrings(String[], int) - Method in class magellan.client.swing.map.AbstractTextCellRenderer
 
shortString - Variable in class magellan.client.swing.ArmyStatsPanel.Army
 
shortString - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmy
 
show() - Method in class magellan.client.Help
 
show() - Method in class magellan.client.swing.ProgressBarUI
 
show() - Method in class magellan.client.utils.LanguageDialog
Display the dialog and return user's choice.
show() - Method in class magellan.library.utils.NullUserInterface
 
show() - Method in interface magellan.library.utils.UserInterface
Shows the dialog.
show(String) - Method in class magellan.client.swing.TempUnitDialog
Shows the dialog without resetting text boxes except name.
show(String, String) - Method in class magellan.client.swing.TempUnitDialog
Displays the dialog.
show(SelectionEvent, boolean) - Method in class magellan.client.EMapDetailsPanel
Changes to a new object and displays its information depending on the active region.
show(GraphicsStyleset) - Method in class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel
Sets this.set and updates panel.
show(Island, DefaultMutableTreeNode) - Method in class magellan.client.swing.MessagePanel
Shows the messages for the specified island.
SHOW - magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn.PlugInAction
show the dock
SHOW_ALL - magellan.client.EMapDetailsPanel.ShowItems
show all item types in the region
SHOW_ALL_FACTIONS - magellan.client.EMapDetailsPanel.ShowItems
show items of all factions in the region
SHOW_CHANGE_STYLED - Static variable in class magellan.client.swing.tree.SkillNodeWrapper
The index of the show change style property
SHOW_CHANGE_TEXT - Static variable in class magellan.client.swing.tree.SkillNodeWrapper
The index of the show change text property
SHOW_CHANGES - Static variable in class magellan.client.swing.tree.SkillNodeWrapper
The index of the show change property
SHOW_HOMELESS - Static variable in class magellan.client.utils.TreeBuilder
Comments are interesting.
SHOW_MY_FACTION - magellan.client.EMapDetailsPanel.ShowItems
show items of own faction in the region
SHOW_NEXTLEVEL - Static variable in class magellan.client.swing.tree.SkillNodeWrapper
The index of the show next level property
SHOW_NEXTLEVELPOINTS - Static variable in class magellan.client.swing.tree.SkillNodeWrapper
The index of the show points to next level property
SHOW_NEXTLEVELTURNS - Static variable in class magellan.client.swing.tree.SkillNodeWrapper
The index of the show change turns until next level property
SHOW_NONE - magellan.client.EMapDetailsPanel.ShowItems
show no items
SHOW_PRIVILEGED_FACTIONS - magellan.client.EMapDetailsPanel.ShowItems
show items of privileged factions in the region
showAlliances(GameData, Faction, Map<EntityID, Alliance>, AllianceGroup, DefaultMutableTreeNode) - Static method in class magellan.client.swing.FactionStatsPanel
 
showAndKeepAlive() - Method in class magellan.client.Help
Show the help and start a thread that waits until the help is not displayed any more and then calls System.exit(int).
showCancel - Variable in class magellan.client.utils.ErrorWindow
 
showCard(int) - Method in class magellan.client.swing.map.RegionShapeCellRenderer.GeomRendererAdapter
Shows the card with index c.
showDetails() - Method in class magellan.client.utils.ErrorWindow
 
showDialog() - Method in class magellan.client.swing.context.UnitContainerContextMenu.AddToIslandDialog
 
showDialog() - Method in class magellan.client.swing.RemoveOrderDialog
Shows the dialog.
showDialog(boolean) - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.ImExportDialog
Show dialog to export or import the tooltips.
showDialog(String, String, int, int) - Method in class magellan.client.swing.ProgressBarUI
 
showDialog(String, String, int, int) - Method in class magellan.library.utils.NullUserInterface
 
showDialog(String, String, int, int) - Method in interface magellan.library.utils.UserInterface
Displays a dialog.
showDialog(JDialog) - Method in class magellan.library.utils.NullUserInterface
 
showException(String, String, Exception) - Method in class magellan.client.swing.ProgressBarUI
 
showException(String, String, Exception) - Method in class magellan.library.utils.NullUserInterface
 
showException(String, String, Exception) - Method in interface magellan.library.utils.UserInterface
Displays an error window
showFirst() - Method in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
DOCUMENT-ME
showGiveOrderDialog() - Method in class magellan.client.swing.GiveOrderDialog
Shows the dialog.
showGlobal() - Method in class magellan.client.swing.tasks.TaskTablePanel
Returns true if global problems will be shown.
showHotSpot(Bookmark) - Method in class magellan.client.swing.MapperPanel
Center the map on the specified hot spot.
showIcons - Variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
showInfo - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
showing - Variable in class magellan.client.swing.ProgressBarUI
 
showIOError(Exception) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
showMapping - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorShowPanel
 
showMenu(JPopupMenu, Component, int, int) - Static method in class magellan.client.swing.tree.ContextManager
Shows the given menu at position x,y.
showMessage() - Method in class magellan.client.utils.NameGenerator
 
showMessageDialog(String) - Method in class magellan.client.swing.ProgressBarUI
 
showMessageDialog(String) - Method in class magellan.library.utils.NullUserInterface
 
showMessageDialog(String) - Method in interface magellan.library.utils.UserInterface
Shows a message with an OK option
showMultiple(SelectionEvent) - Method in class magellan.client.EMapDetailsPanel
Tries to show the given collection.
showNextLevelLearnTurns(boolean) - Method in class magellan.client.swing.tree.SkillNodeWrapper
Controls whether this wrapper shows the number of turns to learn before the next skill level can be reached.
showNextLevelPoints(boolean) - Method in class magellan.client.swing.tree.SkillNodeWrapper
Controls whether this wrapper shows the skill points required before the next skill level can be reached.
showNextTip() - Method in class magellan.client.swing.TipOfTheDay
Loads the next tool tip.
showObjectOnRow(int) - Method in class magellan.client.swing.tasks.TaskTablePanel
 
showProfileChooser(Frame) - Static method in class magellan.client.utils.ProfileManager
Shows a dialog to manage profiles.
showRegionItemAmount - Variable in class magellan.client.swing.tree.ItemNodeWrapper
 
showRoutingDialog() - Method in class magellan.client.swing.RoutingDialog
Shows the dialog and returns the above explained values
showRoutingDialog() - Method in interface magellan.library.utils.guiwrapper.RoutingDialogDataPicker
 
showStatus - Variable in class magellan.client.Client
show order status in title
showTagButtons - Variable in class magellan.client.EMapDetailsPanel
 
showTipDialog() - Method in class magellan.client.swing.TipOfTheDay
Makes the dialog visible.
showTips - Variable in class magellan.client.swing.TipOfTheDay
 
showTooltip - Variable in class magellan.client.swing.map.Mapper
 
shutdownOnCancel - Variable in class magellan.client.utils.ErrorWindow
 
sideHits - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
Sign - Class in magellan.library
class for a region sign based on our own representation in the CR.
Sign() - Constructor for class magellan.library.Sign
Create a new Sign object
Sign(String) - Constructor for class magellan.library.Sign
Create a new Sign object initialized to the specified values.
signature - Static variable in class magellan.plugin.groupeditor.GroupEditorTableModel
 
signs - Variable in class magellan.client.swing.context.MapContextMenu
 
SignTextCellRenderer - Class in magellan.client.swing.map
Basic class to draw Signs: a string within a box a first try
SignTextCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.SignTextCellRenderer
Creates new SignTextCellRenderer
SignTextCellRenderer.Preferences - Class in magellan.client.swing.map
 
SILVER_PART - Static variable in class magellan.library.io.nr.NRParser
 
silverItemType - Variable in class magellan.client.swing.map.Mapper
 
silverPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
silverType - Variable in class magellan.library.gamebinding.atlantis.AtlantisOrderParser
 
SIMPLE - Static variable in class magellan.client.swing.tree.GraphicsElement
DOCUMENT-ME
SIMPLE - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for simple nodes
SIMPLE_STYLE - Static variable in class magellan.client.swing.tree.CellRenderer
SIMPLE STYLE
SimpleDate - Class in magellan.library.rules
 
SimpleDate(String, String) - Constructor for class magellan.library.rules.SimpleDate
 
SimpleInternalFrame - Class in magellan.client.utils
A JPanel subclass that has a drop shadow border and that provides a header with icon, title and tool bar.
SimpleInternalFrame(String) - Constructor for class magellan.client.utils.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified title.
SimpleInternalFrame(String, JToolBar, JComponent) - Constructor for class magellan.client.utils.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified title, tool bar, and content panel.
SimpleInternalFrame(Icon, String) - Constructor for class magellan.client.utils.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified icon, and title.
SimpleInternalFrame(Icon, String, JToolBar, JComponent) - Constructor for class magellan.client.utils.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified icon, title, tool bar, and content panel.
SimpleLayout() - Constructor for class magellan.client.swing.StartWindow.SimpleLayout
 
SimpleLayout() - Constructor for class magellan.client.swing.tree.LineWrapCellRenderer.SimpleLayout
 
SimpleNodeWrapper - Class in magellan.client.swing.tree
A SimpleNodeWrapper wraps some object, displays a text and a set of icons and has a clipboard value.
SimpleNodeWrapper(Object, String) - Constructor for class magellan.client.swing.tree.SimpleNodeWrapper
Creates a new SimpleNodeWrapper object.
SimpleNodeWrapper(Object, String, String) - Constructor for class magellan.client.swing.tree.SimpleNodeWrapper
 
SimpleNodeWrapper(Object, String, String, String) - Constructor for class magellan.client.swing.tree.SimpleNodeWrapper
Creates new SimpleNodeWrapper.
SimpleNodeWrapper(Object, String, Collection<String>) - Constructor for class magellan.client.swing.tree.SimpleNodeWrapper
 
SimpleNodeWrapper(Object, String, Collection<String>, String) - Constructor for class magellan.client.swing.tree.SimpleNodeWrapper
Creates new SimpleNodeWrapper.
SimpleNodeWrapper(Object, Collection<String>) - Constructor for class magellan.client.swing.tree.SimpleNodeWrapper
Creates a new SimpleNodeWrapper object.
SimpleOrder - Class in magellan.library.gamebinding
Magellan's standard order implementation.
SimpleOrder(List<OrderToken>, String) - Constructor for class magellan.library.gamebinding.SimpleOrder
Creates a new order from a list of tokens.
SimpleOrder(OrderToken, String) - Constructor for class magellan.library.gamebinding.SimpleOrder
Creates an order consisting of just one token.
SimpleOrderFactory - Class in magellan.library.gamebinding
 
SimpleOrderFactory() - Constructor for class magellan.library.gamebinding.SimpleOrderFactory
 
SimpleProblem - Class in magellan.library.tasks
A default implementation serving as template for more specialized problems.
SimpleProblem(Problem.Severity, ProblemType, Region, Unit, Faction, Object, Inspector, String, int) - Constructor for class magellan.library.tasks.SimpleProblem
Creates a new AbstractProblem object.
SimpleStringReplacer - Class in magellan.library.utils.replacers
Returns a certain string.
SimpleStringReplacer(String) - Constructor for class magellan.library.utils.replacers.SimpleStringReplacer
Creates new SimpleStringReplacer
singleColorArray - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
 
singleString - Variable in class magellan.client.swing.map.AbstractTextCellRenderer
 
singleString - Variable in class magellan.client.swing.map.SignTextCellRenderer
 
singleton() - Static method in class magellan.library.io.file.FileTypeFactory
Returns the sole FileTypeFactory (with respect to singleton pattern).
SinkReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.SinkReader
 
size - Variable in class magellan.library.impl.MagellanShipImpl
The size of this ship.
size - Variable in class magellan.library.utils.RadixTreeImpl
 
size() - Method in class magellan.library.gamebinding.SimpleOrder
 
size() - Method in class magellan.library.impl.MagellanOrdersImplementation
 
size() - Method in interface magellan.library.Order
 
size() - Method in class magellan.library.utils.Bucket
Get the number of items inside the bucket.
size() - Method in class magellan.library.utils.RadixTreeImpl
 
size() - Method in class magellan.library.utils.TagMap
Deprecated.
 
size() - Method in class magellan.library.utils.Translations
returns the size of the translations object (number of translations)
size() - Method in class magellan.library.utils.UnionCollection
 
size() - Method in class magellan.library.utils.UnionList
 
Sizeof - Class in magellan.library.utils
DOCUMENT-ME
Sizeof() - Constructor for class magellan.library.utils.Sizeof
 
sK - Variable in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
skill - Variable in class magellan.client.swing.ArmyStatsPanel.PartUnit
 
Skill - Class in magellan.library
A class representing a certain skill level of a unit for some skill type.
Skill(SkillType, int, int, int, boolean) - Constructor for class magellan.library.Skill
Creates a new Skill object.
SKILL - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for skill nodes
SKILL_CHANGE_STYLE_PREFIX - Static variable in class magellan.client.swing.tree.CellRenderer
 
SKILL_PART - Static variable in class magellan.library.io.nr.NRParser
 
SkillByTypeComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Skill objects by comparing their types.
SkillByTypeComparator(Comparator<? super SkillType>, Comparator<? super Skill>) - Constructor for class magellan.library.utils.comparator.SkillByTypeComparator
Creates a new SkillTypeComparator object.
SkillCategory - Class in magellan.library.rules
DOCUMENT ME!
SkillCategory(ID, Category) - Constructor for class magellan.library.rules.SkillCategory
Creates a new SkillCategory object.
SkillCategory(StringID) - Constructor for class magellan.library.rules.SkillCategory
Creates new ItemCategory
SkillChartJFreeChartPanel - Class in magellan.client.skillchart
DOCUMENT ME!
SkillChartJFreeChartPanel(JFreeChart, SkillChartPanel) - Constructor for class magellan.client.skillchart.SkillChartJFreeChartPanel
Full constructor: returns a panel containing the specified chart.
SkillChartPanel - Class in magellan.client.skillchart
A class painting barcharts out of skills of eressea units.
SkillChartPanel(EventDispatcher, GameData, Properties) - Constructor for class magellan.client.skillchart.SkillChartPanel
Creates a new SkillChartPanel.
skillCmp - Static variable in class magellan.library.utils.comparator.SkillComparator
A default instance
SkillComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Skill objects by comparing the skill level and days.
SkillComparator() - Constructor for class magellan.library.utils.comparator.SkillComparator
Creates a new SkillComparator object.
SKILLDECREASE - Static variable in class magellan.library.tasks.SkillInspector
 
SkillInspector - Class in magellan.library.tasks
 
SkillInspector(GameData) - Constructor for class magellan.library.tasks.SkillInspector
 
skillName - Variable in class magellan.library.gamebinding.LearnOrder
The name of the learned skill.
SkillNodeWrapper - Class in magellan.client.swing.tree
A node that wraps a skill
SkillNodeWrapper(Unit, Skill, Skill) - Constructor for class magellan.client.swing.tree.SkillNodeWrapper
Creates a new SkillNodeWrapper object.
skillPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
skillPattern - Variable in class magellan.plugin.battleanalyzer.BattleInfo
 
SkillRankComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Skill objects by comparing their user modifiable ranking.
SkillRankComparator(Comparator<? super Skill>, Properties) - Constructor for class magellan.library.utils.comparator.SkillRankComparator
Creates a new SkillTypeRankComparator object.
skills - Variable in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
 
SKILLS_PART - Static variable in class magellan.library.io.nr.NRParser
 
skillsPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
SkillStats - Class in magellan.library.utils
A class for holding statistic information about units and their skills like number of persons with a specified skill or total skillpoints or things like that.
SkillStats() - Constructor for class magellan.library.utils.SkillStats
Default constructor
SkillStats(List<Unit>) - Constructor for class magellan.library.utils.SkillStats
Constructor that initialize the internal data with the given units
SkillType - Class in magellan.library.rules
 
SkillType(StringID) - Constructor for class magellan.library.rules.SkillType
Creates a new SkillType object.
SkillTypeComparator - Class in magellan.library.utils.comparator
Deprecated.
completely pointless
SkillTypeComparator(Comparator<? super SkillType>, Comparator<? super SkillType>) - Constructor for class magellan.library.utils.comparator.SkillTypeComparator
Deprecated.
Creates a new SkillTypeComparator object.
SkillTypeRankComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on SkillType objects by comparing their user modifiable ranking.
SkillTypeRankComparator(Comparator<? super SkillType>, Properties) - Constructor for class magellan.library.utils.comparator.SkillTypeRankComparator
Creates a new SkillTypeRankComparator object.
skip(long) - Method in class magellan.library.utils.JECheck
Skip characters.
skipRestOfOrder() - Method in class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader
skips rest of Line
sName - Variable in class magellan.client.preferences.IconStyleSetPreferences.TreeObject
 
SoldLuxuryReplacer - Class in magellan.library.utils.replacers
Returns name of available luxury
SoldLuxuryReplacer(int) - Constructor for class magellan.library.utils.replacers.SoldLuxuryReplacer
Creates new SoldLuxuryReplacer
sort() - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTable
Do the sorting according to current sort mode.
sort() - Method in class magellan.client.swing.TradeOrganizerOld.BuyTable
DOCUMENT-ME
sort() - Method in class magellan.client.swing.TradeOrganizerOld.SellTable
DOCUMENT-ME
sort(int) - Method in class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
 
SortableRegionTable(TradeOrganizer.SortableRegionTableModel) - Constructor for class magellan.client.swing.TradeOrganizer.SortableRegionTable
 
SortableRegionTableModel() - Constructor for class magellan.client.swing.TradeOrganizer.SortableRegionTableModel
 
Sorted - Interface in magellan.library.utils
An interface for all objects that are sorted.
SortiereReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.SortiereReader
 
SortIndexComparator<T extends Sorted> - Class in magellan.library.utils.comparator
A comparator imposing an ordering on objects implementing the Sorted interface by comparing their sorting indices.
SortIndexComparator(Comparator<? super T>) - Constructor for class magellan.library.utils.comparator.SortIndexComparator
Creates a new SortIndexComparator object.
source - Variable in class magellan.client.preferences.ClientFilePreferences
 
source - Variable in class magellan.client.preferences.ClientLookAndFeelPreferences
 
source - Variable in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
source - Variable in class magellan.client.swing.context.MapContextMenu
 
source - Variable in class magellan.client.swing.map.BackgroundImageRenderer.BackgroundImagePreferences
 
source - Variable in class magellan.client.swing.map.BorderCellRenderer.Preferences
 
source - Variable in class magellan.client.swing.map.BuildingCellRenderer.BuildingCellRendererPreferences
 
source - Variable in class magellan.client.swing.map.HexCellRenderer.DefaultRendererPreferencesAdapter
 
source - Variable in class magellan.client.swing.map.HighlightShapeCellRenderer.Preferences
 
source - Variable in class magellan.client.swing.map.PathCellRenderer.Preferences
 
source - Variable in class magellan.client.swing.map.SignTextCellRenderer.Preferences
 
source - Variable in class magellan.client.swing.map.TextCellRenderer.Preferences
 
source - Variable in class magellan.client.swing.tree.NodeWrapperFactory
 
source - Variable in class magellan.library.relation.UnitRelation
The source of this relation.
SOURCE_CR - Static variable in class magellan.library.utils.TranslationType
Source of this translation type is the CR
SOURCE_MAGELLAN - Static variable in class magellan.library.utils.TranslationType
Source of this translation type are the default Translations of Magellan.
SOURCE_UNKNWON - Static variable in class magellan.library.utils.TranslationType
Source of this translation type is unknown; should not stay after init.
sourceCR - Static variable in class magellan.library.utils.TranslationType
Deprecated.
SOURCE_CR
sourceMagellan - Static variable in class magellan.library.utils.TranslationType
Deprecated.
SOURCE_MAGELLAN
sourceUnknown - Static variable in class magellan.library.utils.TranslationType
Deprecated.
SOURCE_UNKNOWN
spaceQuotes - Variable in class magellan.library.gamebinding.AbstractOrderCompleter
 
SPAN_BOTH_LAYOUT - Static variable in class magellan.client.swing.CenterLayout
A layout that spans the x and y axis.
SPAN_X_LAYOUT - Static variable in class magellan.client.swing.CenterLayout
A layout that spans the x axis.
SPAN_Y_LAYOUT - Static variable in class magellan.client.swing.CenterLayout
A layout that spans the y axis.
SPECIAL_LEVEL - Static variable in class magellan.library.Skill
DOCUMENT-ME
specialKeyPressed(int) - Method in interface magellan.client.swing.completion.CompletionGUI
When AutoCompletion recognizes a special key of getSpecialKeys(), this method is called with the key found.
specialKeyPressed(int) - Method in class magellan.client.swing.completion.ListCompletionGUI
 
specialKeyPressed(int) - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
When AutoCompletion recognizes a special key of getSpecialKeys(), this method is called with the key found.
specialKeyPressed(int) - Method in class magellan.client.swing.completion.NoneCompletionGUI
DOCUMENT-ME
specialKeys - Variable in class magellan.client.swing.completion.ListCompletionGUI
 
SpecifiedSkillTypeSkillComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on collections of Skill objects by comparing the skills of the given SkillType available in each set.
SpecifiedSkillTypeSkillComparator(SkillType, Comparator<? super Skill>, Comparator<? super Map<? extends ID, Skill>>) - Constructor for class magellan.library.utils.comparator.SpecifiedSkillTypeSkillComparator
Creates a new BestSkillComparator object.
Spell - Interface in magellan.library
Container class for a spell based on its representation in a cr version >= 42.
SPELL - magellan.library.Bookmark.BookmarkType
 
SPELL_PART - Static variable in class magellan.library.io.nr.NRParser
 
Spell.Component - Interface in magellan.library
A spell component.
SpellBuilder - Class in magellan.library.impl
Spells are identified by their name in the CR, not by their integer ID.
SpellBuilder(IntegerID, GameData) - Constructor for class magellan.library.impl.SpellBuilder
 
SpellID(UnitID, int) - Constructor for class magellan.plugin.battleanalyzer.BattleInfo.SpellID
Obvious constructor
SpellInfo() - Constructor for class magellan.plugin.battleanalyzer.BattleInfo.SpellInfo
 
spellItemType - Static variable in class magellan.plugin.battleanalyzer.BattleInfo
 
SpellLevelComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Spell objects by comparing their levels.
SpellLevelComparator(Comparator<? super Spell>) - Constructor for class magellan.library.utils.comparator.SpellLevelComparator
Creates a new SpellLevelComparator object.
SpellNodeWrapper - Class in magellan.client.swing.tree
Displays a spell.
SpellNodeWrapper(CombatSpell) - Constructor for class magellan.client.swing.tree.SpellNodeWrapper
Creates a node wrapper from a combat spell.
SpellNodeWrapper(Spell) - Constructor for class magellan.client.swing.tree.SpellNodeWrapper
Creates a new spellNodeWrapper object.
spellPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
spells - Variable in class magellan.library.CompleteData
 
spells() - Method in class magellan.library.GameData
Deprecated.
SPELLS_PART - Static variable in class magellan.library.io.nr.NRParser
 
spellSchool - Variable in class magellan.library.impl.MagellanFactionImpl
Magiegebite
spellsPartPattern - Static variable in class magellan.library.io.nr.NRParser
 
SpellSyntax - Class in magellan.library.utils
Object for handling the spell syntax and the tokens within
SpellSyntax(String) - Constructor for class magellan.library.utils.SpellSyntax
creates a new Spellsyntax object from a syntax string
SpellSyntaxToken - Class in magellan.library.utils
object for one syntax token and properties of the token
SpellSyntaxToken(char) - Constructor for class magellan.library.utils.SpellSyntaxToken
constructor
SpellSyntaxToken(Character) - Constructor for class magellan.library.utils.SpellSyntaxToken
constructor
spellVictims - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
spellView() - Method in class magellan.library.CompleteData
 
spellView() - Method in class magellan.library.EmptyData
 
spellView() - Method in class magellan.library.GameData
Returns a modifiable view of the spells.
SpioniereReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.SpioniereReader
 
spiralPattern(CoordinateID, int, Utils.SpiralVisitor<T>) - Static method in class magellan.library.utils.Utils
Create hexagonal coordinates in a spiral pattern around center.
splitLine(String) - Method in class magellan.library.utils.OrderReader
 
SPRING - Static variable in class magellan.library.rules.Date
a constant representing the season spring
SpringUtilities - Class in magellan.client.swing.basics
A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout.
SpringUtilities() - Constructor for class magellan.client.swing.basics.SpringUtilities
 
src - Variable in class magellan.client.preferences.ClientMessagePreferences
 
src - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter.DetailListener
 
SST_BuildingID - Static variable in class magellan.library.utils.SpellSyntaxToken
 
SST_Coordinate - Static variable in class magellan.library.utils.SpellSyntaxToken
 
SST_KeyWord - Static variable in class magellan.library.utils.SpellSyntaxToken
 
SST_Number - Static variable in class magellan.library.utils.SpellSyntaxToken
 
SST_ShipID - Static variable in class magellan.library.utils.SpellSyntaxToken
 
SST_String - Static variable in class magellan.library.utils.SpellSyntaxToken
 
SST_undef - Static variable in class magellan.library.utils.SpellSyntaxToken
token types
SST_UnitID - Static variable in class magellan.library.utils.SpellSyntaxToken
 
ST_BARKE - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Schiffstyp
ST_BOAT - Static variable in class magellan.library.gamebinding.EresseaConstants
Shiptype Boat
ST_DEFAULT - Static variable in class magellan.client.event.SelectionEvent
Default selection type.
ST_EINBAUM - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Schiffstyp
ST_FLOSS - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Schiffstyp
ST_KARAWANE - Static variable in class magellan.library.gamebinding.AllanonConstants
ship type Karawane
ST_KOENIGSBARKE - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Schiffstyp
ST_KUTTER - Static variable in class magellan.library.gamebinding.e3a.E3AConstants
Schiffstyp
ST_LONGBOAT - Static variable in class magellan.library.gamebinding.EresseaConstants
Shiptype longboat
ST_REGIONS - Static variable in class magellan.client.event.SelectionEvent
Indicates, that some regions on the map have been selected or shall be selected.
start - Variable in class magellan.library.utils.Regions.MultidimensionalMetric
 
start(Group) - Static method in class magellan.client.swing.tree.Tag2Element
remembers the style tag of the given Group
start(Unit) - Static method in class magellan.client.swing.tree.Tag2Element
remembers the style tag of the given unit
start(UnitContainer) - Static method in class magellan.client.swing.tree.Tag2Element
remembers the style tag of the given UnitContainer
startDocument() - Method in class magellan.client.swing.AlchemyDialog.AlchemyFileHandler
 
startElement(String, String, String, Attributes) - Method in class magellan.client.swing.AlchemyDialog.AlchemyFileHandler
 
StartingHandler() - Constructor for class magellan.library.utils.OrderReader.StartingHandler
 
startLog(Client.Parameters) - Static method in class magellan.client.Client
Open the log file and log basic information to it.
startPattern - Variable in class magellan.library.io.nr.NRParser.AbstractReader
 
startPM - Variable in class magellan.client.Client.Parameters
Whether to show the profile manager dialog
startsWith(String, String) - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
Checks if s1 is starting with s2, case-insensitive
startWindow - Static variable in class magellan.client.Client
start window, disposed after first init
StartWindow - Class in magellan.client.swing
DOCUMENT ME!
StartWindow(Collection<Icon>, int, File) - Constructor for class magellan.client.swing.StartWindow
Creates a new StartWindow object.
StartWindow(Icon, int, File) - Constructor for class magellan.client.swing.StartWindow
Creates new StartWindow
StartWindow.SimpleLayout - Class in magellan.client.swing
 
stateChanged - Variable in class magellan.client.Client.ReportObserver
 
stateChanged(ChangeEvent) - Method in class magellan.client.EMapOverviewPanel
 
stateChanged(ChangeEvent) - Method in class magellan.client.swing.MapperPanel
Called when the viewed rect of the main mapper changes.
states - Variable in class magellan.client.swing.ArmyStatsDialog.ExcludeDialog
 
stateToString() - Method in class magellan.library.Alliance
Get a string representation of the alliance state.
StatItem(ItemType, long) - Constructor for class magellan.library.utils.Units.StatItem
Creates a new StatItem object.
status - Variable in class magellan.library.utils.HTTPResult
 
Status() - Constructor for class magellan.library.gamebinding.GameSpecificOrderReader.Status
 
STATUS_LINE - Static variable in class magellan.library.io.nr.NRParser
 
statuses - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
statusLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
stealthContext - Variable in class magellan.client.EMapDetailsPanel
 
steps - Variable in class magellan.client.swing.StartWindow
 
StirbReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.StirbReader
 
stocks - Variable in class magellan.client.swing.TradeOrganizer
 
stocks - Variable in class magellan.client.swing.TradeOrganizerOld
 
StockValue(Integer) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.StockValue
 
StockValue(String) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.StockValue
 
stone - Variable in class magellan.library.rules.CastleType
 
StonesLevelReplacer - Class in magellan.library.utils.replacers
Returns the skill level for stones of the region.
StonesLevelReplacer(ItemType) - Constructor for class magellan.library.utils.replacers.StonesLevelReplacer
 
stop() - Method in class magellan.library.gamebinding.EresseaRelationFactory.Updater
Stop timer.
stopCellEditing() - Method in class magellan.client.preferences.DesktopShortCutPreferences.KeyStrokeCellEditor
 
stopOffer() - Method in interface magellan.client.swing.completion.CompletionGUI
Called when this GUI should stop offering completions.
stopOffer() - Method in class magellan.client.swing.completion.ListCompletionGUI
 
stopOffer() - Method in class magellan.client.swing.completion.MarkedTextCompletionGUI
Called when this GUI should stop offering completions.
stopOffer() - Method in class magellan.client.swing.completion.NoneCompletionGUI
DOCUMENT-ME
stopUpdating() - Method in class magellan.library.gamebinding.EresseaRelationFactory
stops the updater
storeCheckbox(JCheckBox, String) - Method in class magellan.client.swing.FindDialog
 
storeFileHistory() - Method in class magellan.client.utils.FileHistory
Stores the current contents of the file history bucket to the settings.
storeHistory() - Method in class magellan.client.swing.FindDialog
 
storePaths(Collection<URL>, Properties) - Static method in class magellan.library.utils.Resources
Stores the specified resource paths to the specified settings.
storeSettings() - Method in class magellan.client.swing.FindDialog
 
storeTranslations(int, CoordinateID, GameData, GameData) - Static method in class magellan.library.utils.transformation.TransformerFinder
Stores the translation between the owner faction of global data and added data implied by the given translation.
storeTranslations(GameData, GameData) - Method in class magellan.library.utils.transformation.BoxTransformer
Doesn't store any translation.
storeTranslations(GameData, GameData) - Method in class magellan.library.utils.transformation.IdentityTransformer
Doesn't store any translation.
storeTranslations(GameData, GameData) - Method in class magellan.library.utils.transformation.MapTransformer
Uses fall-back transformer to store translations.
storeTranslations(GameData, GameData) - Method in interface magellan.library.utils.transformation.ReportTransformer
Store the found inter-faction translations into the new data.
storeTranslations(GameData, GameData) - Method in class magellan.library.utils.transformation.TwoLevelTransformer
 
STRASSE - Static variable in interface magellan.library.Border
Deprecated.
should use EresseaConstants
string - magellan.library.io.TagType
 
string - Variable in class magellan.library.utils.replacers.SimpleStringReplacer
 
STRING - magellan.library.io.cr.CRParser.Type
String
stringArray - Variable in class magellan.client.swing.map.TradeTextCellRenderer
 
StringChecker(boolean, boolean, boolean, boolean) - Constructor for class magellan.library.gamebinding.AbstractOrderParser.StringChecker
Creates a StringChecker with default behaviour.
StringEqualReplacer - Class in magellan.library.utils.replacers
A Switch that compares the following to elements by their String replacement.
StringEqualReplacer() - Constructor for class magellan.library.utils.replacers.StringEqualReplacer
Constructs a default String Compare Switch that is case-sensitive.
StringEqualReplacer(boolean) - Constructor for class magellan.library.utils.replacers.StringEqualReplacer
Constructs a String Compare Switch with the given sensibility for case.
StringFactory - Class in magellan.library.utils
DOCUMENT-ME
StringHandler(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.StringHandler
 
StringID - Class in magellan.library
An implementation of the ID interface providing uniqueness and identifiability through strings.
StringID(String) - Constructor for class magellan.library.StringID
Creates a new StringID object.
StringIndexReplacer - Class in magellan.library.utils.replacers
A Switch that compares the following to elements by their String replacement.
StringIndexReplacer() - Constructor for class magellan.library.utils.replacers.StringIndexReplacer
Constructs a default String Compare Switch that is case-sensitive.
StringIndexReplacer(boolean) - Constructor for class magellan.library.utils.replacers.StringIndexReplacer
Constructs a String Compare Switch with the given sensibility for case.
StringPair(String, String) - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.StringPair
Creates a new StringPair object.
stroke - Variable in class magellan.client.desktop.MagellanDesktop.KeyHandler.KeyboardActionListener
 
stroke - Variable in class magellan.client.preferences.DesktopShortCutPreferences.TranslateStroke
 
stroke - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel.PaintPanel
 
StrokeRenderer() - Constructor for class magellan.client.preferences.DesktopShortCutPreferences.StrokeRenderer
Creates a new StrokeRenderer object.
STUDENT_LIST - Static variable in class magellan.client.swing.tree.UnitListNodeWrapper
The student list type
StudyReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.StudyReader
 
STYLE_NAMES - Static variable in class magellan.client.swing.tree.CellRenderer
Names (for preferences etc.) of styles
STYLE_TAG - Static variable in class magellan.client.swing.tree.Tag2Element
 
styles - Variable in class magellan.client.preferences.IconPreferences
 
stylesetCopies - Variable in class magellan.client.preferences.IconStyleSetPreferences
For each styleset a mapping of the name to a copy of the styleset (used in the styleSetPanel)
stylesetOriginals - Variable in class magellan.client.preferences.IconStyleSetPreferences
For each styleset a mapping of the name to the original styleset (used for actual changes)
StylesetPanel(GraphicsStyleset) - Constructor for class magellan.client.preferences.IconStyleSetPreferences.StylesetPanel
Creates a new StylesetPanel object.
stylesets - Variable in class magellan.client.preferences.IconStyleSetPreferences
 
sub - Variable in class magellan.library.utils.comparator.tree.GroupingComparator
 
subAdapters - Variable in class magellan.client.preferences.ClientPreferences
 
subAdapters - Variable in class magellan.client.preferences.IconPreferences
 
subCmp - Variable in class magellan.library.utils.comparator.BuildingTypeComparator
 
subCmp - Variable in class magellan.library.utils.comparator.LinearUnitTempUnitComparator
 
subCmp - Variable in class magellan.library.utils.comparator.ShipFactionComparator
 
subCmp - Variable in class magellan.library.utils.comparator.ShipTypeComparator
 
subCmp - Variable in class magellan.library.utils.comparator.TaggableComparator
 
subCmp - Variable in class magellan.library.utils.comparator.UnitCombatStatusComparator
 
subCmp - Variable in class magellan.library.utils.comparator.UnitFactionDisguisedComparator
 
subCmp - Variable in class magellan.library.utils.comparator.UnitHealthComparator
 
subCmp - Variable in class magellan.library.utils.comparator.UnitIslandComparator
 
subCmp - Variable in class magellan.library.utils.comparator.UnitTrustComparator
 
subcount - Variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
 
subcount - Variable in class magellan.client.swing.tree.DetailsNodeWrapperDrawPolicy
 
subList(int, int) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
subtract(CoordinateID) - Method in class magellan.library.CoordinateID
Returns a new CoordinateID that is this one modified by -c.x, -c.y, -c.z.
SubtractionOperator - Class in magellan.library.utils.replacers
An subtraction operator.
SubtractionOperator() - Constructor for class magellan.library.utils.replacers.SubtractionOperator
Creates a new SubtractionOperator object.
SUMMER - Static variable in class magellan.library.rules.Date
a constant representing the season summer
superHashCode() - Method in class magellan.library.impl.MagellanIdentifiableImpl
Returns Object's hash code.
SupportsClipboard - Interface in magellan.client.swing.tree
DOCUMENT ME!
SupportsEmphasizing - Interface in magellan.client.swing.tree
An interface to be implemented by wrapper classes.
suppress(Problem) - Method in class magellan.library.tasks.AbstractInspector
 
suppress(Problem) - Method in interface magellan.library.tasks.Inspector
Modifies the orders such that this problem is not listed by the inspector in the future, i.e.
suppress(Problem) - Method in class magellan.library.tasks.MaintenanceInspector
 
suppress(Problem) - Method in class magellan.library.tasks.MessageInspector
 
SUPPRESS_LINE_PREFIX - Static variable in class magellan.library.tasks.AbstractInspector
This prefix is prepended to suppress markers.
SUPPRESS_LINE_PREFIX_PERMANENT - Static variable in class magellan.library.tasks.AbstractInspector
This prefix is prepended to suppress markers.
SUPPRESS_PREFIX - Static variable in interface magellan.library.tasks.Inspector
All lines suppressing problems must start with this prefix.
SUPPRESS_PREFIX_PERMANENT - Static variable in interface magellan.library.tasks.Inspector
 
surroundings - Variable in class magellan.library.impl.MagellanRegionImpl
Special messages related to this region.
sw - Static variable in class magellan.library.utils.Resources
 
SW - Static variable in class magellan.library.gamebinding.EresseaMapMetric
Direction southwest
SwingInspector - Class in magellan.library.utils.logging
DOCUMENT-ME
SwingInspector() - Constructor for class magellan.library.utils.logging.SwingInspector
 
SwingUtils - Class in magellan.client.utils
A collection of utility functions for Magellan and Swing
SwingUtils() - Constructor for class magellan.client.utils.SwingUtils
 
SwitchOnly - Interface in magellan.library.utils.replacers
This is an interface simply for the purpose of marking switches that do internal changes but no "real" output.
synchronizeColors() - Method in class magellan.client.swing.map.Minimapper
DOCUMENT-ME
synchronizeMinimap() - Method in class magellan.client.swing.MapperPanel
Update the minimap's colors.
sysDefault - Variable in class magellan.client.utils.LanguageDialog
 

T

T_ALLIANCE - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BENENNE ALLIANZ order
T_BUILDING - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BENENNE BURG order
T_BUILDING - Static variable in class magellan.library.gamebinding.UCArgumentOrder
Marks a BURG order.
T_DESCRIBE_ALLIANCE - magellan.library.gamebinding.RenameOrder.RenameObject
does not exist, currently
T_DESCRIBE_BUILDING - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BESCHREIBE BURG order
T_DESCRIBE_FACTION - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BESCHREIBE PARTEI order
T_DESCRIBE_REGION - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BESCHREIBE REGION order
T_DESCRIBE_SHIP - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BESCHREIBE SCHIFF order
T_DESCRIBE_UNIT - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BESCHREIBE EINHEIT order
T_DESCRIBE_UNKNOWN - magellan.library.gamebinding.RenameOrder.RenameObject
unknown type -- description
T_FACTION - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BENENNE PARTEI order
T_FACTION - Static variable in class magellan.library.gamebinding.UCArgumentOrder
Marks a ship order.
T_REGION - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BENENNE REGION order
T_REGION - Static variable in class magellan.library.gamebinding.UCArgumentOrder
Marks a ship order.
T_SHIP - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BENENNE SCHIFF order
T_SHIP - Static variable in class magellan.library.gamebinding.UCArgumentOrder
Marks a ship order.
T_UNIT - magellan.library.gamebinding.RenameOrder.RenameObject
marks a BENENNE EINHEIT order
T_UNKNOWN - magellan.library.gamebinding.RenameOrder.RenameObject
unknown type
T_UNKNOWN - Static variable in class magellan.library.gamebinding.UCArgumentOrder
Marks an unknown type
TAB_WIDTH - Static variable in class magellan.plugin.extendedcommands.BeanShellEditor
 
table - Variable in class magellan.client.preferences.DesktopShortCutPreferences
 
table - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
table - Variable in class magellan.plugin.groupeditor.GroupEditorDock
 
tableAttribs - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
tableChanged(TableModelEvent) - Method in class magellan.client.swing.table.TableMap
 
TableMap - Class in magellan.client.swing.table
DOCUMENT-ME
tableModel - Variable in class magellan.client.swing.table.TableSorter
 
TableSorter - Class in magellan.client.swing.table
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
TableSorter() - Constructor for class magellan.client.swing.table.TableSorter
Creates a Table Sorter without model.
TableSorter(TableModel) - Constructor for class magellan.client.swing.table.TableSorter
Creates a Table Sorter with specified model.
TableSorter(TableModel, JTableHeader) - Constructor for class magellan.client.swing.table.TableSorter
Creates a TableSorter with specified model and header.
TablessTextArea(int, int) - Constructor for class magellan.client.swing.TempUnitDialog.TablessTextArea
Creates a new TablessTextArea object.
tabs - Variable in class magellan.client.swing.tree.NodeWrapperFactory
 
TabSizeEditorKit(TabSet, int, int) - Constructor for class magellan.plugin.extendedcommands.BeanShellEditor.TabSizeEditorKit
 
tacticLost - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
tacticWon - Variable in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
Tag() - Constructor for class magellan.library.utils.TagMap.Tag
Deprecated.
Creates a new Tag object.
Tag(String, String) - Constructor for class magellan.library.utils.TagMap.Tag
Deprecated.
Creates a new Tag object.
TAG_PREFIX_TEMP - Static variable in class magellan.library.impl.MagellanUnitImpl
grammar for ejcTag: ";ejcTempTag tag numbervalue|'stringvalue'"
Tag2Element - Class in magellan.client.swing.tree
This class provides helper function to remember a style and apply a style to various GraphicsElements.
Tag2Element() - Constructor for class magellan.client.swing.tree.Tag2Element
 
tagContainer - Variable in class magellan.client.EMapDetailsPanel
 
Taggable - Interface in magellan.library.utils
A Taggable object works much like a Map.
TAGGABLE - Static variable in class magellan.client.swing.tree.TreeHelper
DOCUMENT-ME
TAGGABLE_STRING - Static variable in class magellan.library.io.cr.CRParser
These special tags are used by TreeHelper and are therefore reserved.
TAGGABLE_STRING2 - Static variable in class magellan.library.io.cr.CRParser
These special tags are used by TreeHelper and are therefore reserved.
TAGGABLE_STRING3 - Static variable in class magellan.library.io.cr.CRParser
These special tags are used by TreeHelper and are therefore reserved.
TAGGABLE_STRING4 - Static variable in class magellan.library.io.cr.CRParser
These special tags are used by TreeHelper and are therefore reserved.
TAGGABLE_STRING5 - Static variable in class magellan.library.io.cr.CRParser
These special tags are used by TreeHelper and are therefore reserved.
TAGGABLE2 - Static variable in class magellan.client.swing.tree.TreeHelper
 
TAGGABLE3 - Static variable in class magellan.client.swing.tree.TreeHelper
 
TAGGABLE4 - Static variable in class magellan.client.swing.tree.TreeHelper
 
TAGGABLE5 - Static variable in class magellan.client.swing.tree.TreeHelper
 
TaggableComparator - Class in magellan.library.utils.comparator
FIXME: Wrong description!!!
TaggableComparator(String, Comparator<? super Taggable>) - Constructor for class magellan.library.utils.comparator.TaggableComparator
Creates a new TagBasedComparatorComparator object with the default tag "ejcTagBasedComparatorTag"
TaggableComparator(Comparator<? super Taggable>) - Constructor for class magellan.library.utils.comparator.TaggableComparator
Creates a new TagBasedComparatorComparator object with the default tag "ejcTagBasedComparatorTag"
TAGGED_REGIONS - Static variable in class magellan.client.swing.map.RenderingPlane
Indicates that regions with tags should be painted.
TagHandler(CRParser.BlockParser) - Constructor for class magellan.library.io.cr.CRParser.TagHandler
Initializes the handler.
TagMap - Class in magellan.library.utils
Deprecated.
(stm) Nobody seems to really need this class. A simple Map would do. The implementation is very inefficient.
TagMap() - Constructor for class magellan.library.utils.TagMap
Deprecated.
 
TagMap.Tag - Class in magellan.library.utils
Deprecated.
 
TagReplacer - Class in magellan.library.utils.replacers
DOCUMENT ME!
TagReplacer(boolean) - Constructor for class magellan.library.utils.replacers.TagReplacer
Creates new TagReplacer
tags - Variable in class magellan.library.utils.TagMap
Deprecated.
 
tagToCompare - Variable in class magellan.library.utils.comparator.TaggableComparator
 
TagType - Enum in magellan.library.io
 
TALENT_DEC_STYLE - Static variable in class magellan.client.swing.tree.CellRenderer
SKILL DECREASE TYPE
TALENT_INC_STYLE - Static variable in class magellan.client.swing.tree.CellRenderer
SKILL INCREASED TYPE
TALENT_UNKNOWN_STYLE - Static variable in class magellan.client.swing.tree.CellRenderer
SKILL UNKNOWN
target - Variable in class magellan.library.gamebinding.AbstractOrderParser.BuildingOrderHandler
 
target - Variable in class magellan.library.gamebinding.AbstractOrderParser.ShipOrderHandler
 
target - Variable in class magellan.library.gamebinding.AbstractOrderParser.UCOrderHandler
 
target - Variable in class magellan.library.gamebinding.AbstractOrderParser.UnitOrderHandler
 
target - Variable in class magellan.library.gamebinding.RenameOrder
A target !
target - Variable in class magellan.library.gamebinding.UnitArgumentOrder
 
target - Variable in class magellan.library.relation.InterUnitRelation
The unit that is the target of the relation
target - Variable in class magellan.library.relation.UnitContainerRelation
The container affected by this relation.
TarneReader(OrderParser) - Constructor for class magellan.library.gamebinding.e3a.E3AOrderParser.TarneReader
 
TarneReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.TarneReader
 
taskPanel - Variable in class magellan.client.preferences.TaskTablePreferences
 
TASKS_IDENTIFIER - Static variable in class magellan.client.desktop.MagellanDesktop
Name of the TASKS component
TaskSearchRunner() - Constructor for class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher.TaskSearchRunner
 
TASKTABLE_INSPECTORS_ATTACK - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_BUILDING - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_GAMEDATA - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_IGNORE_LIST - Static variable in class magellan.library.utils.PropertiesHelper
Property type list (of ignored problem types)
TASKTABLE_INSPECTORS_LIST - Static variable in class magellan.library.utils.PropertiesHelper
Deprecated.
we use an ignore list now
TASKTABLE_INSPECTORS_MAINTENANCE - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_MESSAGE - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_MOVEMENT - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_ORDER_SYNTAX - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_SHIP - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_SKILL - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_TEACH - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_TODO - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_INSPECTORS_TRANSFER - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_RESTRICT_TO_ACTIVEREGION - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_RESTRICT_TO_OWNER - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_RESTRICT_TO_PASSWORD - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_RESTRICT_TO_SELECTION - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TASKTABLE_SHOW_GLOBAL - Static variable in class magellan.library.utils.PropertiesHelper
Property type boolean:
TaskTableDialog - Class in magellan.client.swing.tasks
A dialog wrapper for the TaskTable panel.
TaskTableDialog(Frame, boolean, EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.tasks.TaskTableDialog
Create a new TaskTableDialog object as a dialog with a parent window.
TaskTablePanel - Class in magellan.client.swing.tasks
A panel for showing reviews about unit, region and/or gamedata.
TaskTablePanel(EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.tasks.TaskTablePanel
Creates a new TaskTablePanel object.
TaskTablePanel.TTShortcutListener - Class in magellan.client.swing.tasks
 
TaskTablePanel.UpdateEvent - Class in magellan.client.swing.tasks
Holds information about a necessary update on the task panel.
TaskTablePanel.UpdateEventDispatcher - Class in magellan.client.swing.tasks
This class registers and handles events in a separate thread.
TaskTablePanel.UpdateEventDispatcher.TaskSearchRunner - Class in magellan.client.swing.tasks
The event queue.
TaskTablePreferences - Class in magellan.client.preferences
Provides Panel (Extended Preferences Adapter) for Preferences
TaskTablePreferences(TaskTablePanel, Properties, GameData) - Constructor for class magellan.client.preferences.TaskTablePreferences
 
TaskTablePreferences.TypeTree - Class in magellan.client.preferences
A tree that displays problem types
TaxReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.TaxReader
 
TeachInspector - Class in magellan.library.tasks
Inspector for teach orders
TeachInspector(GameData) - Constructor for class magellan.library.tasks.TeachInspector
 
TeachInspector.TeachProblemTypes - Enum in magellan.library.tasks
 
TeachOrder - Class in magellan.library.gamebinding
A teaching order.
TeachOrder(List<OrderToken>, String) - Constructor for class magellan.library.gamebinding.TeachOrder
 
TeachReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.TeachReader
 
TeachRelation - Class in magellan.library.relation
A relation indicating that the source unit has a LEHREN order for the target unit.
TeachRelation(Unit, Unit, int) - Constructor for class magellan.library.relation.TeachRelation
Creates a new TeachRelation object.
TempUnit - Interface in magellan.library
DOCUMENT-ME
tempUnitCreated(TempUnitEvent) - Method in class magellan.client.Client.ReportObserver
Sets the state to changed if the event occurred after the last clear event.
tempUnitCreated(TempUnitEvent) - Method in class magellan.client.EMapOverviewPanel
Inserts the temp unit into the tree.
tempUnitCreated(TempUnitEvent) - Method in interface magellan.client.event.TempUnitListener
Invoked when a temporary unit is created.
tempUnitCreated(TempUnitEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Ensures that the correct editors are loaded if a temp unit was created.
tempUnitDeleting(TempUnitEvent) - Method in class magellan.client.Client.ReportObserver
Sets the state to changed if the event occurred after the last clear event.
tempUnitDeleting(TempUnitEvent) - Method in class magellan.client.EMapOverviewPanel
Removes the temp unit from the tree.
tempUnitDeleting(TempUnitEvent) - Method in interface magellan.client.event.TempUnitListener
Invoked when a temporary unit is deleted.
tempUnitDeleting(TempUnitEvent) - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList
Ensures that the right editors are loaded if a temp unit was created.
tempUnitDeleting(TempUnitEvent) - Static method in class magellan.client.utils.SelectionHistory
Removes entries corresponding to the temp unit from the history
TempUnitDialog - Class in magellan.client.swing
A dialog for creating a Temp Unit
TempUnitDialog(Frame, Component, Properties) - Constructor for class magellan.client.swing.TempUnitDialog
Creates new TempUnitDialog
TempUnitDialog.TablessTextArea - Class in magellan.client.swing
A text area that doesn't lose focus by tab.
TempUnitDialog.TempUnitDialogListener - Class in magellan.client.swing
Reacts to events.
TempUnitDialogListener() - Constructor for class magellan.client.swing.TempUnitDialog.TempUnitDialogListener
 
TempUnitEvent - Class in magellan.client.event
An event indicating that a temporary unit was created or deleted.
TempUnitEvent(Object, TempUnit, int) - Constructor for class magellan.client.event.TempUnitEvent
Creates an event object.
TempUnitFactory - Interface in magellan.library.gamebinding
DOCUMENT-ME
TempUnitListener - Interface in magellan.client.event
The listener interface for receiving temp unit events.
tempUnits - Variable in class magellan.library.CompleteData
 
tempUnits() - Method in class magellan.library.GameData
Deprecated. 
tempUnits() - Method in class magellan.library.impl.MagellanUnitImpl
Returns the child temp units created by this unit's orders.
tempUnits() - Method in interface magellan.library.Unit
Returns the child temp units created by this unit's orders.
tempUnitView() - Method in class magellan.library.CompleteData
 
tempUnitView() - Method in class magellan.library.EmptyData
 
tempUnitView() - Method in class magellan.library.GameData
Returns a modifiable of the temp units.
TerrainMappingEvaluator - Class in magellan.library.utils.mapping
 
TerrainMappingEvaluator() - Constructor for class magellan.library.utils.mapping.TerrainMappingEvaluator
 
text - Variable in class magellan.client.preferences.DesktopShortCutPreferences.TranslateStroke
 
text - Variable in class magellan.client.preferences.ResourcePreferences.DirButton
 
text - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
text - Variable in class magellan.client.swing.StartWindow
 
text - Variable in class magellan.client.swing.TipOfTheDay.Tip
 
text - Variable in class magellan.client.swing.tree.ItemNodeWrapper
 
text - Variable in class magellan.client.swing.tree.LineWrapCellRenderer
 
text - Variable in class magellan.client.swing.tree.SimpleNodeWrapper
 
text - Variable in class magellan.client.swing.tree.SkillNodeWrapper
 
text - Variable in class magellan.client.swing.tree.UnitListNodeWrapper
 
TextAreaDialog - Class in magellan.client.utils
 
TextAreaDialog(Dialog, String, String) - Constructor for class magellan.client.utils.TextAreaDialog
Creates a new InfoDlg object.
TextAreaDialog(JFrame, String, String) - Constructor for class magellan.client.utils.TextAreaDialog
Creates a new InfoDlg object.
TextAreaRenderer(JTable, int) - Constructor for class magellan.client.swing.AlchemyDialog.TextAreaRenderer
Creates a new renderer
textBackground - Variable in class magellan.client.swing.tree.LineWrapCellRenderer
 
TextCellRenderer - Class in magellan.client.swing.map
DOCUMENT-ME
TextCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.TextCellRenderer
Creates a new TextCellRenderer object.
TextCellRenderer.Preferences - Class in magellan.client.swing.map
 
textChange() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
textColor - Variable in class magellan.client.swing.tree.LineWrapCellRenderer
 
textFocus - Variable in class magellan.client.swing.tree.LineWrapCellRenderer
 
textValue - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
theVoid - Static variable in class magellan.library.rules.RegionType
A static instance of the unknown region type
TileSetAction - Class in magellan.client.actions.extras
DOCUMENT ME!
TileSetAction(Client, MapperPanel) - Constructor for class magellan.client.actions.extras.TileSetAction
Creates a new TileSetAction object.
timestamp - Variable in class magellan.library.GameData
Contains the date of the report (it's not the date of the report).
TimeStampedEvent - Class in magellan.library.event
Event which remembers its creation time.
TimeStampedEvent(Object) - Constructor for class magellan.library.event.TimeStampedEvent
Creates new TimeStampedEvent
Tip() - Constructor for class magellan.client.swing.TipOfTheDay.Tip
 
TipOfTheDay - Class in magellan.client.swing
This class provides a dialog for displaying the "Tips of the Day".
TipOfTheDay(Frame, Properties) - Constructor for class magellan.client.swing.TipOfTheDay
Creates new TipOfTheDay
TipOfTheDay.Tip - Class in magellan.client.swing
Simple pair of number and html text.
TipOfTheDayAction - Class in magellan.client.actions.extras
DOCUMENT ME!
TipOfTheDayAction(Client) - Constructor for class magellan.client.actions.extras.TipOfTheDayAction
Creates a new TipOfTheDayAction object.
tipText - Variable in class magellan.client.swing.TipOfTheDay
 
title - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddByMaskDialog
 
title - Variable in class magellan.client.swing.tree.NodeWrapperFactory
 
TL_DEFAULT - Static variable in interface magellan.library.Faction
Any faction has this trust level if not otherwise specified.
TL_PRIVILEGED - Static variable in interface magellan.library.Faction
This trust level indicates that units of this faction may receive new orders and similar privileges.
tListener - Variable in class magellan.client.swing.context.MapContextMenu
 
toArray() - Method in class magellan.library.impl.MagellanOrdersImplementation
 
toArray() - Method in class magellan.library.utils.Bucket
Get array of all items inside the bucket.
toArray(T[]) - Method in class magellan.library.impl.MagellanOrdersImplementation
 
toArray(T[]) - Method in class magellan.library.utils.Bucket
 
toCoordinate() - Method in class magellan.library.CoordinateID.Triplet
Returns a CoordinateID with identical coordinates.
toCoordinate() - Method in class magellan.library.utils.Direction
Returns the coordinate corresponding to the direction (i.e. the neighbor of (0,0,0) in this direction).
toDate(String) - Static method in class magellan.library.utils.Utils
Returns the date in the form "yyyy-MM-dd HH:mm:ss"
toDay(Calendar) - Static method in class magellan.client.swing.DebugDock
Returns the string representation of a day
toDayAndTime(Date) - Static method in class magellan.library.utils.Utils
Returns the date in the form "DD.MM.YYYY HH:MM:ss"
toDebugString() - Method in class magellan.library.impl.MagellanShipImpl
This is a helper function for showing inner object state.
toDirection(int) - Method in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
 
toDirection(int) - Method in class magellan.library.gamebinding.EresseaMapMetric
 
toDirection(int) - Method in interface magellan.library.gamebinding.MapMetric
Returns the direction for an internal direction code.
toDirection(int, int) - Method in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
 
toDirection(int, int) - Method in class magellan.library.gamebinding.EresseaMapMetric
Converts coordinates to a direction.
toDirection(String, Locale) - Method in class magellan.library.gamebinding.AbstractOrderParser
Interpret token as direction.
ToDoInspector - Class in magellan.library.tasks
This Inspector inspects a unit's orders and reports an item for every comment that starts with "TODO".
ToDoInspector(GameData) - Constructor for class magellan.library.tasks.ToDoInspector
 
TODOTYPE - Static variable in class magellan.library.tasks.ToDoInspector
 
toggleBookmark() - Method in class magellan.client.utils.BookmarkManager
Equivalent to toggleBookmark(getActiveObject()).
toggleBookmark(Object) - Method in class magellan.client.utils.BookmarkManager
Bookmarks the given Object o, if it has not already been bookmarked.
toggleOrderConfirmation() - Method in class magellan.client.swing.completion.MultiEditorOrderEditorList.ButtonPanel
 
toHtml() - Method in class magellan.plugin.battleanalyzer.BattleInfo
Creates an HTML string with aggregated data of this battle.
toHtml(boolean) - Method in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
Creates a html string for the aggregated data
tokensIterator - Variable in class magellan.library.gamebinding.AbstractOrderParser
 
TooltipActionListener() - Constructor for class magellan.client.swing.context.MapContextMenu.TooltipActionListener
 
tooltipDefinition - Variable in class magellan.client.swing.map.Mapper
 
tooltipDefinitionString - Variable in class magellan.client.swing.map.Mapper
 
tooltipLabel - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
tooltipList - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
toolTipOn - Variable in class magellan.client.preferences.IconPreferences
 
tooltipReplacers - Static variable in class magellan.client.swing.map.Mapper
 
tooltips - Variable in class magellan.client.swing.context.MapContextMenu
 
tooltips - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
TooltipShortcut() - Constructor for class magellan.client.swing.MapperPanel.TooltipShortcut
Creates a new TooltipShortcut object.
ToolTipSwitcherDialog(Dialog, String) - Constructor for class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
Creates a new ToolTipSwitcherDialog object.
ToolTipSwitcherDialog(Frame, String) - Constructor for class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
Creates a new ToolTipSwitcherDialog object.
TOOMANYHORSESFOOT - magellan.library.tasks.MovementInspector.MovementProblemTypes
 
TOOMANYHORSESRIDE - magellan.library.tasks.MovementInspector.MovementProblemTypes
 
TopmostRankedSkillComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on collections of Skill objects by comparing the highest ranked skill available in each set with a SkillComparator.
TopmostRankedSkillComparator(Comparator<? super Map<? extends ID, Skill>>, Properties) - Constructor for class magellan.library.utils.comparator.TopmostRankedSkillComparator
Creates a new TopmostRankedSkillComparator object.
toString() - Method in class magellan.client.actions.MenuAction
Returns a String representation of this MenuAction object.
toString() - Method in class magellan.client.event.SelectionEvent
 
toString() - Method in class magellan.client.event.UnitOrdersEvent
 
toString() - Method in class magellan.client.preferences.IconStyleSetPreferences.TreeObject
 
toString() - Method in class magellan.client.swing.AlchemyDialog.PlannerModel.PotionInfo
 
toString() - Method in class magellan.client.swing.AlchemyDialog.PlannerModel.ValueMarker
 
toString() - Method in class magellan.client.swing.ArmyStatsPanel.Army
DOCUMENT-ME
toString() - Method in class magellan.client.swing.ArmyStatsPanel.IslandArmies
DOCUMENT-ME
toString() - Method in class magellan.client.swing.ArmyStatsPanel.IslandArmy
DOCUMENT-ME
toString() - Method in class magellan.client.swing.ArmyStatsPanel.PartUnit
DOCUMENT-ME
toString() - Method in class magellan.client.swing.ArmyStatsPanel.RegionArmies
DOCUMENT-ME
toString() - Method in class magellan.client.swing.ArmyStatsPanel.WarLine
DOCUMENT-ME
toString() - Method in class magellan.client.swing.ArmyStatsPanel.WeaponGroup
DOCUMENT-ME
toString() - Method in class magellan.client.swing.ArmyStatsPanel.WholeArmy
DOCUMENT-ME
toString() - Method in class magellan.client.swing.completion.AbstractCompletionGUI
Returns the title of this GUI.
toString() - Method in class magellan.client.swing.context.actions.ContextAction
 
toString() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.StringPair
DOCUMENT-ME
toString() - Method in class magellan.client.swing.map.HexCellRenderer
Returns a String representation of the renderer.
toString() - Method in class magellan.client.swing.map.RenderingPlane
 
toString() - Method in class magellan.client.swing.preferences.PreferencesDialog.DialogTree.PreferencesInfo
 
toString() - Method in class magellan.client.swing.tree.AllianceNodeWrapper
 
toString() - Method in class magellan.client.swing.tree.BorderNodeWrapper
 
toString() - Method in interface magellan.client.swing.tree.CellObject
This enforces the toString method
toString() - Method in class magellan.client.swing.tree.FactionNodeWrapper
 
toString() - Method in class magellan.client.swing.tree.GraphicsStyleset
DOCUMENT-ME
toString() - Method in class magellan.client.swing.tree.GroupNodeWrapper
 
toString() - Method in class magellan.client.swing.tree.IslandNodeWrapper
 
toString() - Method in class magellan.client.swing.tree.ItemCategoryNodeWrapper
 
toString() - Method in class magellan.client.swing.tree.ItemNodeWrapper
produces the string describing an item that a unit (or the like) has.
toString() - Method in class magellan.client.swing.tree.MultiIconNodeWrapper
Deprecated.
 
toString() - Method in class magellan.client.swing.tree.PotionNodeWrapper
 
toString() - Method in class magellan.client.swing.tree.RegionNodeWrapper
 
toString() - Method in class magellan.client.swing.tree.SimpleNodeWrapper
DOCUMENT-ME
toString() - Method in class magellan.client.swing.tree.SkillNodeWrapper
Return "Skillname Level|- (+|-change) [points -> nextlevelpoints {turns to learn }] ..."
toString() - Method in class magellan.client.swing.tree.SpellNodeWrapper
 
toString() - Method in class magellan.client.swing.tree.UnitCommentNodeWrapper
Returns the comment.
toString() - Method in class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
Returns the comment.
toString() - Method in class magellan.client.swing.tree.UnitContainerNodeWrapper
Returns a text like "Name: free capacity; free person capacity (!!!)
toString() - Method in class magellan.client.swing.tree.UnitListNodeWrapper
 
toString() - Method in class magellan.client.swing.tree.UnitNodeWrapper
Returns a string representation of the object, which is either pre-set by the constructor or generated from the unit name, id, amount and modified amount (if applicable).
toString() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper
Returns the inner nodes text.
toString() - Method in class magellan.client.swing.tree.UnitRelationNodeWrapper2
Returns the text.
toString() - Method in class magellan.client.utils.LanguageDialog.Lang
 
toString() - Method in class magellan.client.utils.SelectionHistory.SelectionEntry
 
toString() - Method in class magellan.library.Alliance
Return a string representation of this alliance object.
toString() - Method in class magellan.library.AllianceGroup
Return a string representation of this alliance object.
toString() - Method in interface magellan.library.Building
Returns a String representation of the Building object.
toString() - Method in interface magellan.library.CombatSpell
Returns a String representation of this combat spell.
toString() - Method in class magellan.library.completion.Completion
 
toString() - Method in class magellan.library.CoordinateID
Returns a String representation of this coordinate.
toString() - Method in class magellan.library.CoordinateID.Triplet
 
toString() - Method in class magellan.library.EntityID
Returns a string representation of this id which depends on the output of the IDBaseConverter class.
toString() - Method in class magellan.library.event.TimeStampedEvent
 
toString() - Method in class magellan.library.event.UnitChangeEvent
 
toString() - Method in interface magellan.library.Faction
Returns a string representation of this faction.
toString() - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
 
toString() - Method in class magellan.library.gamebinding.EresseaRelationFactory.OrderInfo
 
toString() - Method in class magellan.library.gamebinding.SimpleOrder
 
toString() - Method in interface magellan.library.Group
Returns a String representation of this group object.
toString() - Method in interface magellan.library.HotSpot
DOCUMENT-ME
toString() - Method in interface magellan.library.ID
Returns a String representation of the ID formatted in a user friendly manner.
toString() - Method in class magellan.library.impl.MagellanBookmarkBuilder.BookmarkImpl
 
toString() - Method in class magellan.library.impl.MagellanBorderImpl
Return a string representation of this Border object.
toString() - Method in class magellan.library.impl.MagellanBuildingImpl
Returns a String representation of the Building object.
toString() - Method in class magellan.library.impl.MagellanCombatSpellImpl
Returns a String representation of this combat spell.
toString() - Method in class magellan.library.impl.MagellanFactionImpl
Returns a string representation of this faction.
toString() - Method in class magellan.library.impl.MagellanGroupImpl
Returns a String representation of this group object.
toString() - Method in class magellan.library.impl.MagellanHotSpotImpl
DOCUMENT-ME
toString() - Method in class magellan.library.impl.MagellanIslandImpl
Returns a String representation of this Island object.
toString() - Method in class magellan.library.impl.MagellanMessageImpl
Fiete 20080121 toString is also copied to clipboard when using ctrl+c changing this now to the text value.
toString() - Method in class magellan.library.impl.MagellanNamedImpl
Returns a String representation of this object.
toString() - Method in class magellan.library.impl.MagellanOrdersImplementation
 
toString() - Method in class magellan.library.impl.MagellanRegionImpl
Returns a String representation of this Region object.
toString() - Method in class magellan.library.impl.MagellanSchemeImpl
DOCUMENT-ME
toString() - Method in class magellan.library.impl.MagellanShipImpl
A string representation of this ship.
toString() - Method in class magellan.library.impl.MagellanSpellImpl.Component
 
toString() - Method in class magellan.library.impl.MagellanSpellImpl
Returns a string representation which looks like this: [N1 F S See ] denoting the type, the level, and if this is a far, a ship or a sea spell.
toString() - Method in class magellan.library.impl.MagellanUnitContainerImpl
 
toString() - Method in class magellan.library.impl.MagellanUnitImpl
Returns a String representation of this unit.
toString() - Method in class magellan.library.impl.MagellanZeroUnitImpl
Returns a string representation of this temporary unit.
toString() - Method in class magellan.library.IntegerID
Returns a string representation of the underlying integer.
toString() - Method in class magellan.library.io.file.FileType
Returns a String representation of the FileType.
toString() - Method in class magellan.library.io.file.PipeFileType
 
toString() - Method in enum magellan.library.io.GameDataTag
 
toString() - Method in interface magellan.library.Island
Returns a String representation of this Island object.
toString() - Method in class magellan.library.Item
 
toString() - Method in class magellan.library.LongID
Returns a string representation of the underlying integer.
toString() - Method in class magellan.library.LuxuryPrice
 
toString() - Method in interface magellan.library.Message
DOCUMENT-ME
toString() - Method in interface magellan.library.Region
Returns a String representation of this Region object.
toString() - Method in class magellan.library.Region.Visibility
 
toString() - Method in class magellan.library.RegionResource
Returns a string representation of this resource object.
toString() - Method in class magellan.library.relation.InterUnitRelation
 
toString() - Method in class magellan.library.relation.ItemTransferRelation
 
toString() - Method in class magellan.library.relation.MovementRelation
 
toString() - Method in class magellan.library.relation.PersonTransferRelation
 
toString() - Method in class magellan.library.relation.ReserveRelation
 
toString() - Method in class magellan.library.relation.TransferRelation
 
toString() - Method in class magellan.library.relation.UnitContainerRelation
 
toString() - Method in class magellan.library.relation.UnitRelation
 
toString() - Method in class magellan.library.relation.UnitTransferRelation
 
toString() - Method in class magellan.library.rules.AllianceCategory
 
toString() - Method in class magellan.library.rules.Date
 
toString() - Method in class magellan.library.rules.MessageType
 
toString() - Method in class magellan.library.rules.Options
DOCUMENT-ME
toString() - Method in class magellan.library.rules.OrderType
 
toString() - Method in class magellan.library.rules.RegionType
 
toString() - Method in class magellan.library.rules.Resource
DOCUMENT-ME
toString() - Method in interface magellan.library.Scheme
 
toString() - Method in interface magellan.library.Ship
A string representation of this ship.
toString() - Method in class magellan.library.Sign
Return a string representation of this Sign object.
toString() - Method in class magellan.library.Skill
Get a string representation of this skill.
toString() - Method in interface magellan.library.Spell
 
toString() - Method in class magellan.library.StringID
Returns the string used to construct this StringID object.
toString() - Method in interface magellan.library.tasks.Problem
Implementations should usually also overwrite this.
toString() - Method in class magellan.library.tasks.ProblemFactory.BattleProblem
 
toString() - Method in class magellan.library.tasks.ProblemFactory.MessageProblem
 
toString() - Method in class magellan.library.tasks.ProblemType
 
toString() - Method in class magellan.library.tasks.SimpleProblem
Returns the message of the problem.
toString() - Method in interface magellan.library.Unit
Returns a String representation of this unit.
toString() - Method in class magellan.library.UnitID
Returns a String representation of this UnitID.
toString() - Method in class magellan.library.utils.Bucket
Create a string representation of the bucket.
toString() - Method in class magellan.library.utils.Direction
 
toString() - Method in enum magellan.library.utils.Encoding
 
toString() - Method in class magellan.library.utils.HTTPResult
 
toString() - Method in class magellan.library.utils.JECheck.ECheckMessage
DOCUMENT-ME
toString() - Method in class magellan.library.utils.mapping.BuildingIDMapping
 
toString() - Method in class magellan.library.utils.mapping.GameObjectIDMapping
 
toString() - Method in class magellan.library.utils.mapping.LevelRelation
 
toString() - Method in class magellan.library.utils.mapping.RegionIDMapping
 
toString() - Method in class magellan.library.utils.mapping.RegionNameMapping
 
toString() - Method in class magellan.library.utils.mapping.SavedTranslationsMapping
 
toString() - Method in class magellan.library.utils.mapping.SchemeNameMapping
 
toString() - Method in class magellan.library.utils.mapping.ShipIDMapping
 
toString() - Method in class magellan.library.utils.mapping.UnitIDMapping
 
toString() - Method in class magellan.library.utils.OrderToken
Returns a string representation of this order token.
toString() - Method in class magellan.library.utils.RadixTreeImpl
 
toString() - Method in class magellan.library.utils.Regions.MultidimensionalDistance
 
toString() - Method in class magellan.library.utils.Regions.MultiDimensionalInfo
 
toString() - Method in class magellan.library.utils.replacers.IfBranchReplacer
 
toString() - Method in class magellan.library.utils.replacers.ListReplacer
 
toString() - Method in class magellan.library.utils.Score
 
toString() - Method in class magellan.library.utils.SpellSyntax
returns a string with token information or null
toString() - Method in class magellan.library.utils.SpellSyntaxToken
returns a string representation of the object
toString() - Method in class magellan.library.utils.transformation.BoxTransformer.BBoxes
 
toString() - Method in class magellan.library.utils.Units.UnitWrapper
 
toString() - Method in class magellan.library.utils.Version
Returns the Versionnumber in the Form Major.Minor.Build
toString() - Method in interface magellan.library.ZeroUnit
Returns a string representation of this temporary unit.
toString() - Method in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
 
toString() - Method in class magellan.plugin.battleanalyzer.BattleInfo
 
toString() - Method in enum magellan.plugin.extendedcommands.ContainerType
 
toString() - Method in enum magellan.plugin.extendedcommands.Priority
 
toString(boolean) - Method in class magellan.library.impl.MagellanShipImpl
Returns the string representation of this ship.
toString(boolean) - Method in class magellan.library.impl.MagellanTempUnitImpl
Returns a string representation of this temporary unit.
toString(boolean) - Method in class magellan.library.impl.MagellanUnitImpl
 
toString(boolean) - Method in interface magellan.library.Ship
Returns the string representation of this ship.
toString(boolean) - Method in interface magellan.library.TempUnit
Returns a string representation of this temporary unit.
toString(boolean) - Method in interface magellan.library.Unit
 
toString(boolean) - Method in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
Creates a simple string for the aggregated data
toString(int) - Method in class magellan.library.rules.Date
 
toString(int) - Method in class magellan.library.rules.EresseaDate
Returns a (usually localized) string representation of the date.
toString(int) - Method in class magellan.library.rules.SimpleDate
 
toString(int, int) - Static method in class magellan.library.utils.IDBaseConverter
Returns a string representation of id in the requested base.
toString(String) - Method in class magellan.library.CoordinateID
Returns a String representation of this CoordinateID consisting of the x, y and, if not 0, z coordinates delimited by delim.
toString(String) - Method in interface magellan.library.ID
Returns a String representation of the ID formatted in a user friendly manner with a given separator.
toString(String) - Method in class magellan.library.IntegerID
Returns a string representation of the underlying integer.
toString(String) - Method in class magellan.library.LongID
Returns a string representation of the underlying integer.
toString(String) - Method in class magellan.library.rules.Date
 
toString(String) - Method in class magellan.library.StringID
 
toString(String) - Method in class magellan.library.utils.Version
Returns the Versionnumber in the Form Major.Minor.Build
toString(String, boolean) - Method in class magellan.library.CoordinateID
Returns a String representation of this CoordinateID.
toString(Throwable) - Static method in class magellan.client.swing.DebugDock
Returns the stack trace of a throwable
ToStringComparator<T> - Class in magellan.library.utils.comparator
A comparator imposing an ordering on named objects by comparing their names alphabetically.
ToStringComparator(Comparator<? super Object>) - Constructor for class magellan.library.utils.comparator.ToStringComparator
Creates a new NameComparator object.
totalBuyingVolume - Variable in class magellan.client.swing.TradeOrganizer
 
totalBuyingVolume - Variable in class magellan.client.swing.TradeOrganizerOld
 
totalSellingVolume - Variable in class magellan.client.swing.TradeOrganizer
 
totalSellingVolume - Variable in class magellan.client.swing.TradeOrganizerOld
 
toTime(Calendar) - Method in class magellan.client.swing.DebugDock
Returns the string representation of a time
toTree(DefaultMutableTreeNode) - Method in class magellan.plugin.battleanalyzer.BattleInfo
Creates a tree with aggregated data of thsi battle.
toTree(DefaultMutableTreeNode, boolean) - Method in class magellan.plugin.battleanalyzer.BattleInfo.Evaluator
Creates a JTree for the aggregated data
toTriplet() - Method in class magellan.library.CoordinateID
Returns a new Triplet with identical coordinates.
toXML(PrintWriter) - Method in class magellan.plugin.extendedcommands.Script
Writes this block as XML.
TradeOrganizer - Class in magellan.client.swing
Dialog for planning trade.
TradeOrganizer(Frame, EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.TradeOrganizer
Creates a new TradeOrganizer object.
TradeOrganizer(Frame, EventDispatcher, GameData, Properties, Collection<Region>) - Constructor for class magellan.client.swing.TradeOrganizer
Creates a new TradeOrganizer object.
TradeOrganizer.BuyTable - Class in magellan.client.swing
A JTable adaption for the buying panel.
TradeOrganizer.SellTable - Class in magellan.client.swing
A JTable adaption for luxury good selling dialog.
TradeOrganizer.SortableRegionTable - Class in magellan.client.swing
 
TradeOrganizer.SortableRegionTableModel - Class in magellan.client.swing
A table model where rows correspond to regions and sortable by columns.
TradeOrganizer.SortableRegionTableModel.ColumnInfo - Class in magellan.client.swing
 
TradeOrganizerAction - Class in magellan.client.actions.extras
Just a little class to invoke a trade organizer
TradeOrganizerAction(Client) - Constructor for class magellan.client.actions.extras.TradeOrganizerAction
Creates a new TradeOrganizerAction object.
TradeOrganizerOld - Class in magellan.client.swing
DOCUMENT ME!
TradeOrganizerOld(Frame, EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.TradeOrganizerOld
Creates a new TradeOrganizer object.
TradeOrganizerOld(Frame, EventDispatcher, GameData, Properties, Collection<Region>) - Constructor for class magellan.client.swing.TradeOrganizerOld
Creates a new TradeOrganizer object.
TradeOrganizerOld.BuyTable - Class in magellan.client.swing
DOCUMENT-ME
TradeOrganizerOld.SellTable - Class in magellan.client.swing
DOCUMENT-ME
TradeReplacer - Class in magellan.library.utils.replacers
Shows the type of trade in a region
TradeReplacer() - Constructor for class magellan.library.utils.replacers.TradeReplacer
 
TradeTextCellRenderer - Class in magellan.client.swing.map
Simple extension of the default text cell renderer that has two modes: Sell-Mode: Shows the luxury sold in the region(first char) and the trade value Price-Mode: Shows the price of a luxury.
TradeTextCellRenderer(CellGeometry, MagellanContext) - Constructor for class magellan.client.swing.map.TradeTextCellRenderer
Creates new TradeTextCellRenderer
transfer - Variable in class magellan.client.swing.TempUnitDialog
 
TransferInspector - Class in magellan.library.tasks
 
TransferInspector(GameData) - Constructor for class magellan.library.tasks.TransferInspector
 
TransferInspector.TransferProblemTypes - Enum in magellan.library.tasks
 
TransferRelation - Class in magellan.library.relation
A (possibly abstract) relation indicating that the source unit transfers a certain amount of some objects to the target unit.
TransferRelation(Unit, Unit, int, int) - Constructor for class magellan.library.relation.TransferRelation
Creates a new TransferRelation object without warning.
TransferRelation(Unit, Unit, Unit, int, int) - Constructor for class magellan.library.relation.TransferRelation
Creates a new TransferRelation object.
transform(CoordinateID) - Method in class magellan.library.utils.transformation.BoxTransformer
 
transform(CoordinateID) - Method in class magellan.library.utils.transformation.IdentityTransformer
 
transform(CoordinateID) - Method in class magellan.library.utils.transformation.MapTransformer
Transforms a coordinate according to the stored translations.
transform(CoordinateID) - Method in interface magellan.library.utils.transformation.ReportTransformer
Return a coordinate related to c.
transform(CoordinateID) - Method in class magellan.library.utils.transformation.TwoLevelTransformer
If c is in the layer of bestAstralTranslation, transform it by this value, if it's in bestTranslation's level, transform it by this one.
transformer - Variable in class magellan.library.io.AbstractReportParser
 
TransformerFinder - Class in magellan.library.utils.transformation
 
TransformerFinder(GameData, GameData, UserInterface, boolean, boolean) - Constructor for class magellan.library.utils.transformation.TransformerFinder
 
transformTranslation(CoordinateID) - Method in class magellan.library.io.AbstractReportParser
Transform a coordinate translation: mirror at origin, translate, mirror again.
translate(CoordinateID) - Method in class magellan.library.CoordinateID
Return a new CoordinateID that is this one modified by c.x on the x-axis and c.y on the y-axis and c.z on the z-axis.
translate(CoordinateID, String) - Method in class magellan.library.io.nr.NRParser
 
translate(CoordinateID, Direction) - Method in class magellan.library.gamebinding.EresseaMapMetric
 
translate(CoordinateID, Direction) - Method in interface magellan.library.gamebinding.MapMetric
Returns the coordinate that is adjacent to c in the specified direction.
translateInLayer(CoordinateID) - Method in class magellan.library.CoordinateID
Return a new CoordinateID that is this one modified by c.x on the x-axis and c.y on the y-axis but has the same z-coordinate.
translateReport(ReportMerger.ReportCache, Score<CoordinateID>, Score<CoordinateID>) - Method in class magellan.library.utils.ReportMerger
Translate the report in two layers.
TranslateStroke(Dialog) - Constructor for class magellan.client.preferences.DesktopShortCutPreferences.TranslateStroke
Creates a new TranslateStroke object.
TranslateStroke(Frame) - Constructor for class magellan.client.preferences.DesktopShortCutPreferences.TranslateStroke
Creates a new TranslateStroke object.
translations - Variable in class magellan.library.CompleteData
 
translations() - Method in class magellan.library.CompleteData
 
translations() - Method in class magellan.library.EmptyData
 
translations() - Method in class magellan.library.GameData
Represents the table of translations from the report.
Translations - Class in magellan.library.utils
class contains and handles translations from the CR or default Magellan translations.
Translations() - Constructor for class magellan.library.utils.Translations
 
TranslationType - Class in magellan.library.utils
Stores information of an translated string used in Translation Map
TranslationType(String, int) - Constructor for class magellan.library.utils.TranslationType
Constructs new Translation Type
TransportiereReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.TransportiereReader
 
TransportOrder - Class in magellan.library.gamebinding
A TRANSPORTIERE order
TransportOrder(List<OrderToken>, String, UnitID) - Constructor for class magellan.library.gamebinding.TransportOrder
 
TransportRelation - Class in magellan.library.relation
This relation indicates that the source unit is transporting the the target unit.
TransportRelation(Unit, Unit, Unit, int) - Constructor for class magellan.library.relation.TransportRelation
Creates a new relation indicating that unit s transports unit t
TRAVEL - Static variable in class magellan.library.Region.Visibility
3..travel
travelThru - Variable in class magellan.library.impl.MagellanRegionImpl
Special messages related to this region.
travelThruShips - Variable in class magellan.library.impl.MagellanRegionImpl
Special messages related to this region.
tree - Variable in class magellan.client.swing.ArmyStatsPanel
 
tree - Variable in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
 
tree2 - Variable in class magellan.client.swing.ArmyStatsPanel
 
tree2Root - Variable in class magellan.client.swing.ArmyStatsPanel
 
TreeBuilder - Class in magellan.client.utils
 
TreeBuilder(Properties, NodeWrapperFactory) - Constructor for class magellan.client.utils.TreeBuilder
Creates a new treebuilder.
treeCollapsed(TreeExpansionEvent) - Method in class magellan.client.EMapOverviewPanel
Event handler for TreeCollapsedEvents
treeContainer - Variable in class magellan.client.EMapDetailsPanel
 
treeExpanded(TreeExpansionEvent) - Method in class magellan.client.EMapOverviewPanel
Event handler for TreeExpansionEvents (recenters the tree if necessary)
TreeHelper - Class in magellan.client.swing.tree
To help constructing the tree structure.
TreeHelper() - Constructor for class magellan.client.swing.tree.TreeHelper
 
treeModel - Variable in class magellan.client.preferences.IconStyleSetPreferences
 
TreeObject(String) - Constructor for class magellan.client.preferences.IconStyleSetPreferences.TreeObject
Creates a new TreeObject object.
TreeObject(String, String) - Constructor for class magellan.client.preferences.IconStyleSetPreferences.TreeObject
Creates a new TreeObject object.
TreePopupMenu() - Constructor for class magellan.plugin.battleanalyzer.BattleDock.TreePopupMenu
 
treeRoot - Variable in class magellan.client.swing.ArmyStatsPanel
 
TreeUpdate - Interface in magellan.client.swing.tree
An interface for notifiying a GUI element that it should update its tree.
TreeUtils() - Constructor for class magellan.plugin.battleanalyzer.BattleDock.TreeUtils
 
TreibeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.TreibeReader
 
Triplet(int, int, int) - Constructor for class magellan.library.CoordinateID.Triplet
Creates a new triplet.
TRUE - Static variable in class magellan.client.swing.preferences.DetailedPreferencesAdapter
DOCUMENT-ME
TRUE - Static variable in interface magellan.library.utils.replacers.Replacer
The true keyword.
trustlevel - Variable in class magellan.client.preferences.RegionOverviewPreferences.ExpandPanel
 
TRUSTLEVEL - Static variable in class magellan.client.swing.tree.TreeHelper
DOCUMENT-ME
TrustLevels - Class in magellan.library.utils
A class providing useful methods on handling factions' trustlevels.
TrustLevels() - Constructor for class magellan.library.utils.TrustLevels
 
trustLevelSetByUser - Variable in class magellan.library.impl.MagellanFactionImpl
true: indicates that this trustlevel was explicitly set by the user or read from a CR-file false: indicates that this is either a default level or was calculated by Magellan based on the alliances of the privileged factions.
TrustlevelSwitch - Class in magellan.library.utils.replacers
Selects unit with given trust level
TrustlevelSwitch(int) - Constructor for class magellan.library.utils.replacers.TrustlevelSwitch
Creates new FactionSwitch.
TT_CLOSING_QUOTE - Static variable in class magellan.library.utils.OrderToken
A token that is a quote which matches an opening quote
TT_COMMENT - Static variable in class magellan.library.utils.OrderToken
A comment (starting with ; or //)
TT_EOC - Static variable in class magellan.library.utils.OrderToken
End-of-order token type
TT_EXCLAM - Static variable in class magellan.library.utils.OrderToken
A token making the order persistent
TT_ID - Static variable in class magellan.library.utils.OrderToken
An ID of a unit, building etc.
TT_KEYWORD - Static variable in class magellan.library.utils.OrderToken
Well known keyword token type
TT_NUMBER - Static variable in class magellan.library.utils.OrderToken
A number specifying some amount in contrast to an ID
TT_OPENING_QUOTE - Static variable in class magellan.library.utils.OrderToken
A token that is a quote which starts a string
TT_PERSIST - Static variable in class magellan.library.utils.OrderToken
A token making the order persistent
TT_STRING - Static variable in class magellan.library.utils.OrderToken
A quoted or non-quoted string
TT_UNDEF - Static variable in class magellan.library.utils.OrderToken
Undefined token type
tTime - Variable in class magellan.client.preferences.DetailsViewAutoCompletionPreferences
 
TTShortcutListener() - Constructor for class magellan.client.swing.tasks.TaskTablePanel.TTShortcutListener
 
ttype - Variable in class magellan.library.utils.OrderToken
the type of the token
TwoLevelTransformer - Class in magellan.library.utils.transformation
Translates coordinates in two levels by a given translation.
TwoLevelTransformer(CoordinateID, CoordinateID) - Constructor for class magellan.library.utils.transformation.TwoLevelTransformer
 
TwoPassMerger - Interface in magellan.library.merge
 
twoQuotes - Variable in class magellan.library.gamebinding.AbstractOrderCompleter
 
TXT_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Deprecated.
replaced by TXT_ORDERS_FILTER
TXT_ORDERS_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Selects .txt-files
txtCRBackupsCount - Variable in class magellan.client.preferences.ClientFilePreferences
 
txtFileHistorySize - Variable in class magellan.client.preferences.ClientFilePreferences
 
type - Variable in enum magellan.library.gamebinding.GiveOrder.GiveProblemTypes
 
type - Variable in class magellan.library.gamebinding.GiveOrder
 
type - Variable in class magellan.library.gamebinding.RenameOrder
The order type (Unit, Faction, etc.)
type - Variable in class magellan.library.gamebinding.UCArgumentOrder
type - Variable in enum magellan.library.tasks.AttackInspector.AttackProblemTypes
 
type - Variable in enum magellan.library.tasks.GameDataInspector.GameDataProblemTypes
 
type - Variable in enum magellan.library.tasks.MaintenanceInspector.MaintenanceProblemTypes
 
type - Variable in enum magellan.library.tasks.OrderSyntaxInspector.OrderSemanticsProblemTypes
 
type - Variable in enum magellan.library.tasks.OrderSyntaxInspector.OrderSyntaxProblemTypes
 
type - Variable in class magellan.library.tasks.SimpleProblem
 
type - Variable in enum magellan.library.tasks.TeachInspector.TeachProblemTypes
 
type - Variable in enum magellan.library.tasks.TransferInspector.TransferProblemTypes
 
type - Variable in class magellan.library.utils.replacers.RegionTypeSwitch
For use if constructed with Region Type.
TYPE_LONG - Static variable in class magellan.library.rules.Date
Long format
TYPE_PHRASE - Static variable in class magellan.library.rules.Date
Phrase format
TYPE_PHRASE_AND_SEASON - Static variable in class magellan.library.rules.Date
Phrase and season format
TYPE_SHORT - Static variable in class magellan.library.rules.Date
Short format
typeCmp - Variable in class magellan.library.utils.comparator.MessageTypeComparator
 
typelessColor - Static variable in class magellan.client.swing.map.RegionShapeCellRenderer
A default color for regions without type.
typeSets - Static variable in class magellan.client.swing.tree.CellRenderer
 
TypeTree(boolean) - Constructor for class magellan.client.preferences.TaskTablePreferences.TypeTree
 

U

UCArgumentOrder - Class in magellan.library.gamebinding
An order with one or more units as arguments.
UCArgumentOrder(List<OrderToken>, String, EntityID, int) - Constructor for class magellan.library.gamebinding.UCArgumentOrder
 
UCOrderHandler(OrderParser) - Constructor for class magellan.library.gamebinding.AbstractOrderParser.UCOrderHandler
 
ui - Variable in class magellan.library.io.AbstractReportParser
 
ui - Variable in class magellan.library.io.GameDataReader
 
ui - Variable in class magellan.library.utils.ReportMerger
 
UIFactory - Class in magellan.client.swing.ui
DOCUMENT-ME
UIFactory() - Constructor for class magellan.client.swing.ui.UIFactory
 
UISplitPane - Class in magellan.client.swing.ui
DOCUMENT-ME
UISplitPane(int) - Constructor for class magellan.client.swing.ui.UISplitPane
Creates a new UISplitPane object.
UISplitPane(int, boolean) - Constructor for class magellan.client.swing.ui.UISplitPane
Creates a new UISplitPane object.
Umlaut - Class in magellan.library.utils
DOCUMENT ME!
Umlaut() - Constructor for class magellan.library.utils.Umlaut
 
unAcknowledge() - Method in class magellan.client.swing.tasks.TaskTablePanel
 
unarmed - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmies
 
unarmed - Variable in class magellan.client.swing.ArmyStatsPanel.IslandArmy
 
unarmed - Variable in class magellan.client.swing.ArmyStatsPanel.RegionArmies
 
unarmed - Variable in class magellan.client.swing.ArmyStatsPanel.WarLine
 
unarmed - Variable in class magellan.client.swing.ArmyStatsPanel.WholeArmy
 
uncheckedCast(Collection, Class<T>) - Static method in class magellan.library.utils.filters.CollectionFilters
Casts any collection to a generic collection.
UnconfirmAction - Class in magellan.client.actions.orders
DOCUMENT ME!
UnconfirmAction(Client, EMapOverviewPanel) - Constructor for class magellan.client.actions.orders.UnconfirmAction
Creates a new UnconfirmAction object.
under(CoordinateID) - Method in class magellan.library.gamebinding.EresseaMapMetric.EBBox
Returns true if the coordinate is under the box.
under(CoordinateID) - Method in interface magellan.library.utils.transformation.BoxTransformer.BBox
Returns true if the coordinate is below this box (smaller y value).
undo() - Method in class magellan.client.MagellanUndoManager
Calls super.undo() and fires property change for menu actions.
UNDO - Static variable in class magellan.client.MagellanUndoManager
UNDO Property name
UndoAction - Class in magellan.client.actions.edit
DOCUMENT ME!
UndoAction(Client, MagellanUndoManager) - Constructor for class magellan.client.actions.edit.UndoAction
Creates a new UndoAction object.
undoMgr - Variable in class magellan.client.EMapDetailsPanel
 
unexpected(OrderToken) - Method in class magellan.library.gamebinding.AbstractOrderParser
 
unignoreSource(Object) - Static method in class magellan.client.utils.SelectionHistory
Events from this source will no longer be ignored.
UnionCollection<T> - Class in magellan.library.utils
A collection which acts as the union of two collections.
UnionCollection(Collection<? extends T>...) - Constructor for class magellan.library.utils.UnionCollection
Creates a new collection that behaves like a concatenation of the given collections.
UnionCollection(Collection<? extends T>, Collection<? extends T>) - Constructor for class magellan.library.utils.UnionCollection
Creates a new collection that behaves like a concatenation of the given collections.
UnionList<T> - Class in magellan.library.utils
A list which acts as the union of two collections.
UnionList(List<? extends T>...) - Constructor for class magellan.library.utils.UnionList
Creates a new list that behaves like a concatenation of the given collections.
Unique - Interface in magellan.library
An interface for all objects to be uniquely identifiable by a different object.
unit - Variable in class magellan.client.swing.tree.ItemNodeWrapper
 
unit - Variable in class magellan.library.gamebinding.AbstractOrderCompleter
 
unit - Variable in class magellan.library.gamebinding.EresseaRelationFactory.OrderInfo
 
unit - Variable in class magellan.library.io.cr.CRParser.UnitParseState
The new unit object.
unit - Variable in class magellan.library.tasks.ProblemFactory.MessageOrBattleProblem
 
Unit - Interface in magellan.library
This is a Unit.
UNIT - magellan.library.Bookmark.BookmarkType
 
UNIT - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for unit nodes
UNIT - Static variable in class magellan.library.Region.Visibility
5..qualified unit in region (->visibility=null)
UNIT_ID - magellan.library.io.cr.CRParser.Type
UnitID
UNIT_LINE - Static variable in class magellan.library.io.nr.NRParser
 
UNIT_MESSAGE_LINE - Static variable in class magellan.library.io.nr.NRParser
 
UnitArgumentOrder - Class in magellan.library.gamebinding
An order with one or more units as arguments.
UnitArgumentOrder(List<OrderToken>, String, UnitID) - Constructor for class magellan.library.gamebinding.UnitArgumentOrder
 
UnitCapacityContextMenu - Class in magellan.client.swing.context
Context menu for the capacity nodes (in EmapDetailsPanel)
UnitCapacityContextMenu(EMapDetailsPanel, EventDispatcher, GameData, Properties) - Constructor for class magellan.client.swing.context.UnitCapacityContextMenu
Creates new UnitCapacityContextMenu
unitChanged(UnitChangeEvent) - Method in class magellan.client.swing.map.Mapper
 
unitChanged(UnitChangeEvent) - Method in class magellan.client.swing.tasks.TaskTablePanel
 
unitChanged(UnitChangeEvent) - Method in interface magellan.library.event.UnitChangeListener
Called when a unit has changed in some way.
UnitChangeEvent - Class in magellan.library.event
An event representing a change to a unit
UnitChangeEvent(Object, Unit, Object) - Constructor for class magellan.library.event.UnitChangeEvent
Creates a new event for a unit.
UnitChangeListener - Interface in magellan.library.event
An interface for notifying listeners of unit changes.
UnitCombatStatusComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit objects by comparing their combat status
UnitCombatStatusComparator(Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitCombatStatusComparator
Creates a new UnitCombatStautsComparator object.
unitCommentContext - Variable in class magellan.client.EMapDetailsPanel
 
UnitCommentNodeWrapper - Class in magellan.client.swing.tree
DOCUMENT-ME
UnitCommentNodeWrapper(Unit, String) - Constructor for class magellan.client.swing.tree.UnitCommentNodeWrapper
Creates a new BorderNodeWrapper object.
UnitContainer - Interface in magellan.library
A unit container is a structure that contains units, like a region, building etc.
UNITCONTAINER - Static variable in class magellan.client.swing.tree.NodeWrapperFactory
The index of the policy adapter for unit container nodes
UnitContainerCommentNodeWrapper - Class in magellan.client.swing.tree
DOCUMENT-ME
UnitContainerCommentNodeWrapper(UnitContainer, String) - Constructor for class magellan.client.swing.tree.UnitContainerCommentNodeWrapper
Creates a new BorderNodeWrapper object.
UnitContainerContextFactory - Class in magellan.client.swing.context
Context Factory for unit-container contexts.
UnitContainerContextFactory(Properties) - Constructor for class magellan.client.swing.context.UnitContainerContextFactory
Creates a new UnitContainerContextFactory object.
UnitContainerContextMenu - Class in magellan.client.swing.context
A context menu for UnitContainers like ships or buildings.
UnitContainerContextMenu(UnitContainer, EventDispatcher, GameData, Properties, Collection<?>) - Constructor for class magellan.client.swing.context.UnitContainerContextMenu
Creates a new UnitContainerContextMenu object.
UnitContainerContextMenu.AddToIslandDialog - Class in magellan.client.swing.context
 
UnitContainerContextMenuProvider - Interface in magellan.client.swing.context
PlugIns should implement this interface if the provide a JMenu as contextMenu after right-click on a Unit.
UnitContainerNodeWrapper - Class in magellan.client.swing.tree
DOCUMENT-ME
UnitContainerNodeWrapper(UnitContainer) - Constructor for class magellan.client.swing.tree.UnitContainerNodeWrapper
Creates a new container node wrapper.
UnitContainerNodeWrapper(UnitContainer, boolean) - Constructor for class magellan.client.swing.tree.UnitContainerNodeWrapper
Creates a new UnitContainerNodeWrapper object.
UnitContainerNodeWrapper(UnitContainer, boolean, boolean, String) - Constructor for class magellan.client.swing.tree.UnitContainerNodeWrapper
Creates a new UnitContainerNodeWrapper object.
UnitContainerOwnerComparator - Class in magellan.library.utils.comparator
A comparator imposing a total ordering on unit containers based on their owner
UnitContainerOwnerComparator(Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitContainerOwnerComparator
Creates a new UnitContainerOwnerComparator object.
UnitContainerRelation - Class in magellan.library.relation
A (possibly abstract) relation indicating that the source unit interacts with the target unit container.
UnitContainerRelation(Unit, UnitContainer, int) - Constructor for class magellan.library.relation.UnitContainerRelation
Creates a new UnitContainerRelation object.
UnitContainerType - Class in magellan.library.rules
DOCUMENT-ME
UnitContainerType(StringID) - Constructor for class magellan.library.rules.UnitContainerType
Creates a new UnitContainerType object.
unitContext - Variable in class magellan.client.EMapDetailsPanel
 
UnitContextFactory - Class in magellan.client.swing.context
Context Factory for unit contexts.
UnitContextFactory() - Constructor for class magellan.client.swing.context.UnitContextFactory
 
UnitContextMenu - Class in magellan.client.swing.context
This is a contextmenu provider for one or more selected units.
UnitContextMenu(Unit, Collection<?>, EventDispatcher, GameData) - Constructor for class magellan.client.swing.context.UnitContextMenu
Creates new UnitContextMenu
UnitContextMenuProvider - Interface in magellan.client.swing.context
PlugIns should implement this interface if the provide a JMenu as contextMenu after right-click on a Unit.
UnitCountReplacer - Class in magellan.library.utils.replacers
Counts persons of all units.
UnitCountReplacer() - Constructor for class magellan.library.utils.replacers.UnitCountReplacer
Creates a new UnitCountReplacer object.
UnitCountReplacer(boolean) - Constructor for class magellan.library.utils.replacers.UnitCountReplacer
Creates a new UnitCountReplacer object.
UnitDefaultTagHandler(CRParser.BlockParser) - Constructor for class magellan.library.io.cr.CRParser.UnitDefaultTagHandler
 
UnitFactionComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit objects by comparing the factions they belong to.
UnitFactionComparator(Comparator<? super Faction>, Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitFactionComparator
Creates a new UnitFactionComparator object.
UnitFactionDisguisedComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit objects by comparing whether they are faction disguised or not.
UnitFactionDisguisedComparator(Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitFactionDisguisedComparator
Creates a new UnitFactionDisguisedComparator object.
UnitFactionFilter - Class in magellan.library.utils.filters
DOCUMENT ME!
UnitFactionFilter(String) - Constructor for class magellan.library.utils.filters.UnitFactionFilter
Creates a new UnitFactionFilter object.
UnitFactionFilter(Faction) - Constructor for class magellan.library.utils.filters.UnitFactionFilter
Creates a new UnitFactionFilter object.
UnitFactionTLFilter - Class in magellan.library.utils.filters
DOCUMENT ME!
UnitFactionTLFilter(int, int) - Constructor for class magellan.library.utils.filters.UnitFactionTLFilter
Creates a new UnitFactionTLFilter object.
UnitFilter - Class in magellan.library.utils.filters
The base class for filtering units.
UnitFilter() - Constructor for class magellan.library.utils.filters.UnitFilter
 
UnitGraphicsElement(Object) - Constructor for class magellan.client.swing.tree.MultiIconNodeWrapper.UnitGraphicsElement
Deprecated.
Creates a new UnitGraphicsElement object.
UnitGraphicsElement(Object) - Constructor for class magellan.client.swing.tree.UnitNodeWrapper.UnitGraphicsElement
Creates a new UnitGraphicsElement object.
UnitGraphicsElement(Object, Icon, Image, String) - Constructor for class magellan.client.swing.tree.MultiIconNodeWrapper.UnitGraphicsElement
Deprecated.
Creates a new UnitGraphicsElement object.
UnitGraphicsElement(Object, Icon, Image, String) - Constructor for class magellan.client.swing.tree.UnitNodeWrapper.UnitGraphicsElement
Creates a new UnitGraphicsElement object.
UnitGraphicsElement(Icon, Image, String) - Constructor for class magellan.client.swing.tree.MultiIconNodeWrapper.UnitGraphicsElement
Deprecated.
Creates a new UnitGraphicsElement object.
UnitGraphicsElement(Icon, Image, String) - Constructor for class magellan.client.swing.tree.UnitNodeWrapper.UnitGraphicsElement
Creates a new UnitGraphicsElement object.
UnitGroupComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit objects by comparing the groups they belong to.
UnitGroupComparator(Comparator<? super Group>, Comparator<? super Unit>, Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitGroupComparator
Creates a new UnitGroupComparator object.
UnitGuiseFactionComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit objects by comparing the factions they pretend to belong to.
UnitGuiseFactionComparator(Comparator<? super Faction>, Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitGuiseFactionComparator
Creates a new UnitFactionComparator object.
UnitHandler() - Constructor for class magellan.library.utils.OrderReader.UnitHandler
 
UnitHealthComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit objects by comparing their health status
UnitHealthComparator(Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitHealthComparator
Creates a new UnitHealthComparator object.
UnitID - Class in magellan.library
A class for identifying unit objects through an integer.
UnitID(int, int) - Constructor for class magellan.library.UnitID
Constructs a new UnitID object based on an Integer object created from the specified int.
UnitIDMapping - Class in magellan.library.utils.mapping
 
UnitIDMapping() - Constructor for class magellan.library.utils.mapping.UnitIDMapping
 
UnitInfo() - Constructor for class magellan.plugin.battleanalyzer.BattleInfo.UnitInfo
 
unitIsInRegion(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
UnitIslandComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Island objects
UnitIslandComparator(Comparator<? super Island>) - Constructor for class magellan.library.utils.comparator.UnitIslandComparator
Creates a new UnitIslandComparator object.
unitLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
UnitListNodeWrapper - Class in magellan.client.swing.tree
DOCUMENT ME!
UnitListNodeWrapper(String, String, Collection<Unit>) - Constructor for class magellan.client.swing.tree.UnitListNodeWrapper
Creates a new UnitListNodeWrapper object.
UnitListNodeWrapper(String, String, Collection<Unit>, String) - Constructor for class magellan.client.swing.tree.UnitListNodeWrapper
Creates a new UnitListNodeWrapper object.
UnitListNodeWrapper(String, String, Collection<Unit>, Collection<String>) - Constructor for class magellan.client.swing.tree.UnitListNodeWrapper
Creates a new UnitListNodeWrapper object.
UnitMaintenanceOrder - Class in magellan.library.gamebinding
Virtual order for paying maintenance
UnitMaintenanceOrder() - Constructor for class magellan.library.gamebinding.UnitMaintenanceOrder
 
unitMessageLinePattern - Static variable in class magellan.library.io.nr.NRParser
 
UnitMetric(Map<CoordinateID, Region>, Map<ID, RegionType>, CoordinateID, CoordinateID) - Constructor for class magellan.library.utils.Regions.UnitMetric
 
UnitNodeWrapper - Class in magellan.client.swing.tree
A UnitNodeWrapper serves as an abstraction layer between a tree cell renderer and the unit to render.
UnitNodeWrapper(Unit, String) - Constructor for class magellan.client.swing.tree.UnitNodeWrapper
Creates a new UnitNodeWrapper with specified text.
UnitNodeWrapper(Unit, String, long, long) - Constructor for class magellan.client.swing.tree.UnitNodeWrapper
Creates a new UnitNodeWrapper object.
UnitNodeWrapper.UnitGraphicsElement - Class in magellan.client.swing.tree
 
UnitOrderHandler(OrderParser) - Constructor for class magellan.library.gamebinding.AbstractOrderParser.UnitOrderHandler
 
unitOrdersChanged(UnitOrdersEvent) - Method in class magellan.client.Client.ReportObserver
Sets the state to changed if the event occurred after the last clear event.
unitOrdersChanged(UnitOrdersEvent) - Method in interface magellan.client.event.UnitOrdersListener
Invoked when the orders of a unit are modified.
unitOrdersChanged(UnitOrdersEvent) - Method in class magellan.client.swing.map.Mapper
 
unitOrdersChanged(UnitOrdersEvent) - Method in class magellan.client.swing.tasks.TaskTablePanel
Updates reviews when orders have changed.
unitOrdersChanged(UnitOrdersEvent) - Method in class magellan.client.utils.logging.EventDisplayPanel
 
UnitOrdersEvent - Class in magellan.client.event
An event indicating that the orders of a certain unit were modified.
UnitOrdersEvent(Object, Unit) - Constructor for class magellan.client.event.UnitOrdersEvent
Creates an event for a change of a single unit.
UnitOrdersListener - Interface in magellan.client.event
The listener interface for receiving unit orders events.
UnitParseState(Unit, int) - Constructor for class magellan.library.io.cr.CRParser.UnitParseState
Initializes the parser.
unitPattern - Variable in class magellan.plugin.battleanalyzer.BattleInfo
 
unitPerceivesOtherUnit(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns true, if the unit with unitId is in the same region as the active unit and perception skill of the current unit' faction is greater than the other unit.
UnitPreferredFactionComparator - Class in magellan.library.utils.comparator
A comparator sorting units according to whether they belong to a specified faction or not.
UnitPreferredFactionComparator(Comparator<? super Unit>, Comparator<? super Unit>, int) - Constructor for class magellan.library.utils.comparator.UnitPreferredFactionComparator
Creates a new UnitPreferredFactionComparator object with the specified sub-comparators and the specified faction id.
UnitPriorityComparator - Class in magellan.plugin.extendedcommands
Compares two units with their script priorities
UnitPriorityComparator(ExtendedCommands) - Constructor for class magellan.plugin.extendedcommands.UnitPriorityComparator
 
UnitRegionComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit objects by comparing the regions they are in.
UnitRegionComparator(Comparator<? super Region>, Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitRegionComparator
Creates a new UnitRegionComparator object.
UnitRelation - Class in magellan.library.relation
A (possibly abstract) relation originating from a source unit.
UnitRelation(Unit, int) - Constructor for class magellan.library.relation.UnitRelation
Creates a new UnitRelation object.
UnitRelation(Unit, Unit, int) - Constructor for class magellan.library.relation.UnitRelation
Creates a new UnitRelation object.
UnitRelation.ID - Class in magellan.library.relation
 
UnitRelationNodeWrapper - Class in magellan.client.swing.tree
A node that represents a unit relation and is wrapped around another node.
UnitRelationNodeWrapper(Unit, UnitRelation, CellObject) - Constructor for class magellan.client.swing.tree.UnitRelationNodeWrapper
Creates a node representing a relation to another unit.
UnitRelationNodeWrapper2 - Class in magellan.client.swing.tree
 
UnitRelationNodeWrapper2(Unit, UnitRelation, CellObject2) - Constructor for class magellan.client.swing.tree.UnitRelationNodeWrapper2
 
UnitRoutePlanner - Class in magellan.client.utils
Deprecated.
UnitRoutePlanner - Class in magellan.library.utils
Handles user input for changing unit movement orders.
UnitRoutePlanner() - Constructor for class magellan.client.utils.UnitRoutePlanner
Deprecated.
 
UnitRoutePlanner() - Constructor for class magellan.library.utils.UnitRoutePlanner
 
UnitRoutePlanner.LandCosts - Class in magellan.library.utils
Cost function for overland movement.
units - Variable in class magellan.client.swing.ArmyStatsPanel.WarLine
 
units - Variable in class magellan.client.swing.ArmyStatsPanel.WeaponGroup
 
units - Variable in class magellan.client.swing.tree.UnitListNodeWrapper
 
units - Variable in class magellan.library.CompleteData
 
units - Variable in class magellan.library.gamebinding.GameSpecificOrderReader.Status
Counts the number of units for which orders where read.
units - Variable in class magellan.library.utils.Units.StatItem
units having this item
units() - Method in class magellan.library.GameData
Deprecated.
units() - Method in interface magellan.library.Group
Returns an unmodifiable collection of all the units in this container.
units() - Method in class magellan.library.impl.MagellanGroupImpl
Returns an unmodifiable collection of all the units in this container.
units() - Method in class magellan.library.impl.MagellanUnitContainerImpl
Returns an unmodifiable collection of all the units in this container.
units() - Method in interface magellan.library.UnitContainer
Returns an unmodifiable collection of all the units in this container.
Units - Class in magellan.client.utils
A class providing various utility functions regarding units.
Units - Class in magellan.library.utils
 
Units() - Constructor for class magellan.library.utils.Units
 
Units(Rules) - Constructor for class magellan.client.utils.Units
Creates a new Units object.
UNITS - Static variable in class magellan.client.utils.TreeBuilder
Units are interesting.
Units.StatItem - Class in magellan.library.utils
a specialized container that behaves much like item
Units.UnitWrapper - Class in magellan.library.utils
Contains extended info about a unit.
unitSeesOtherUnit(String) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
Returns true, if the current unit sees another unit with the given unit id.
UnitSelection - Class in magellan.library.utils.replacers
DOCUMENT ME!
UnitSelection() - Constructor for class magellan.library.utils.replacers.UnitSelection
 
UNITSELECTION_PART - Static variable in class magellan.library.utils.replacers.ReplacerEnvironment
Identifier for the unit selection part.
UnitSkillComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit objects by comparing their skills.
UnitSkillComparator(Comparator<? super Map<? extends ID, Skill>>, Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitSkillComparator
Creates a new UnitSkillComparator object.
UnitSkillCountReplacer - Class in magellan.library.utils.replacers
Counts skill points or persons with a skill.
UnitSkillCountReplacer(int) - Constructor for class magellan.library.utils.replacers.UnitSkillCountReplacer
Creates new UnitSkillCountReplacer
unitSortIndex - Variable in class magellan.library.io.cr.CRParser.RegionParseState
 
UNITSTARVING - magellan.library.tasks.MaintenanceInspector.MaintenanceProblemTypes
 
unitSubCmp - Variable in class magellan.library.utils.comparator.UnitTempUnitComparator
 
UnitTagHandler(CRParser.BlockParser) - Constructor for class magellan.library.io.cr.CRParser.UnitTagHandler
Creates a new handler
UnitTempUnitComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit and TempUnit objects by sorting them according to a parent-child relation.
UnitTempUnitComparator(Comparator<? super Unit>, Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitTempUnitComparator
Creates a new UnitTempUnitComparator object.
UnitTransferRelation - Class in magellan.library.relation
A relation indicating that a unit is transferred as a whole to another unit.
UnitTransferRelation(Unit, Unit, Race, int) - Constructor for class magellan.library.relation.UnitTransferRelation
Creates a new UnitTransferRelation object.
UnitTrustComparator - Class in magellan.library.utils.comparator
A comparator imposing an ordering on Unit objects by comparing their health status
UnitTrustComparator(Comparator<? super Unit>) - Constructor for class magellan.library.utils.comparator.UnitTrustComparator
Creates a new UnitTrustComparator object.
unitView() - Method in class magellan.library.CompleteData
 
unitView() - Method in class magellan.library.EmptyData
 
unitView() - Method in class magellan.library.GameData
Returns a modifiable view of the units.
unitWeight - Variable in class magellan.library.utils.Cache
Deprecated.
currently unused
UnitWrapper(Unit) - Constructor for class magellan.library.utils.Units.UnitWrapper
Creates a new UnitWrapper object.
UnitWrapper(Unit, long) - Constructor for class magellan.library.utils.Units.UnitWrapper
Creates a new UnitWrapper object.
unknown - Variable in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRSet
 
unknown - Variable in class magellan.library.relation.MovementRelation
 
unknown - Static variable in class magellan.library.rules.RegionType
A static instance of the unknown region type
unknown - Variable in class magellan.library.utils.replacers.DefinitionMaker
 
unknown - Variable in class magellan.library.utils.replacers.ListReplacer
 
unknown(String, boolean) - Method in class magellan.library.io.cr.CRParser
Print an error message on the standard output channel.
unknown(String, boolean, int) - Method in class magellan.library.io.cr.CRParser
 
UNKNOWN - magellan.library.Bookmark.BookmarkType
 
UNKNOWN - magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn.PlugInAction
unknown action
UNKNOWN - magellan.plugin.extendedcommands.ContainerType
 
UNKNOWN - magellan.plugin.extendedcommands.PlugInAction
 
UNKNOWN - Static variable in class magellan.library.rules.Date
a constant representing the season "unknown"
UNKNOWN - Static variable in class magellan.library.utils.JVMUtilities
DOCUMENT-ME
UNKNOWN_ERROR_MESSAGE - Static variable in class magellan.client.utils.ErrorWindow
 
UNKNOWN_TARGET - magellan.library.tasks.TeachInspector.TeachProblemTypes
 
UNKNOWN_UNIT - magellan.library.gamebinding.GiveOrder.GiveProblemTypes
target unit unknown
unknownColor - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer
 
unknownColor - Variable in class magellan.client.swing.map.RegionShapeCellRenderer
All regions which can't be assigned to a faction are rendered with this color.
UNKNOWNDESTINATION - magellan.library.tasks.MaintenanceInspector.MaintenanceProblemTypes
 
UnknownFileType - Class in magellan.library.io.file
This FileType represent an not specified FileType.
unknownItemType - Static variable in class magellan.plugin.battleanalyzer.BattleInfo
 
UNKNOWNREGION - magellan.library.tasks.MovementInspector.MovementProblemTypes
 
unknownSkillType - Static variable in class magellan.plugin.battleanalyzer.BattleInfo
 
UNKNOWNTARGET - magellan.library.tasks.AttackInspector.AttackProblemTypes
 
unknownUnits - Variable in class magellan.library.gamebinding.GameSpecificOrderReader.Status
counts units in orders that were not present in the report
unmatchedcounter - Variable in class magellan.library.io.nr.NRParser
 
unmodifiedAmount - Variable in class magellan.client.swing.tree.ItemNodeWrapper
 
unread(char[]) - Method in class magellan.library.utils.MergeLineReader
DOCUMENT-ME
unread(char[], int, int) - Method in class magellan.library.utils.MergeLineReader
DOCUMENT-ME
unread(int) - Method in class magellan.library.utils.MergeLineReader
 
unregisterTree(JTree) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
unscaled - Variable in class magellan.client.swing.map.ImageCellRenderer.ImageContainer
DOCUMENT-ME
unscaledFont - Variable in class magellan.client.swing.map.AbstractTextCellRenderer
 
unscaledFont - Variable in class magellan.client.swing.map.SignTextCellRenderer
 
unscaledFont - Variable in class magellan.client.swing.map.TextCellRenderer
 
unSuppress(Faction) - Method in class magellan.library.tasks.AbstractInspector
Does nothing.
unSuppress(Faction) - Method in interface magellan.library.tasks.Inspector
Removes all additions made by suppress of this Inspector to the faction.
unSuppress(Faction) - Method in class magellan.library.tasks.MessageInspector
 
unSuppress(Region) - Method in class magellan.library.tasks.AbstractInspector
Does nothing.
unSuppress(Region) - Method in interface magellan.library.tasks.Inspector
Removes all additions made by suppress of this Inspector to the region.
unSuppress(Region) - Method in class magellan.library.tasks.MessageInspector
 
unSuppress(Unit) - Method in class magellan.library.tasks.AbstractInspector
 
unSuppress(Unit) - Method in interface magellan.library.tasks.Inspector
Removes all additions made by suppress of this Inspector to the Unit's orders.
unSuppress(Unit) - Method in class magellan.library.tasks.MessageInspector
 
unSuppressGlobal() - Method in class magellan.library.tasks.AbstractInspector
Does nothing.
unSuppressGlobal() - Method in interface magellan.library.tasks.Inspector
Removes all additions made by suppress of this Inspector to the global objects.
UnterhalteReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.UnterhalteReader
 
update() - Method in class magellan.plugin.battleanalyzer.BattleDock
This method updates the list of factions inside the faction choose box.
update() - Method in class magellan.plugin.groupeditor.GroupEditorDock
This method updates the list of factions inside the faction choose box.
update(CoordinateID, Region, CoordinateID, Region) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator.LandMetric
 
update(CoordinateID, Region, CoordinateID, Region) - Method in interface magellan.library.gamebinding.EresseaMovementEvaluator.Metric
 
update(CoordinateID, Region, CoordinateID, Region) - Method in class magellan.library.gamebinding.EresseaMovementEvaluator.ShipMetric
 
update(Region) - Method in interface magellan.client.swing.context.MapContextMenuProvider
MapContextMenu "inits" the compenents when object selected here we update the plugin
update(Region) - Method in class magellan.plugin.MagellanMapEditPlugIn
update the PlugIn-Menu to the current region
update(Unit) - Method in class magellan.client.EMapOverviewPanel
Updates the nodes of this unit and all nodes that are related to this unit indirectly by no more than updateRelationPartersDistance.
update(Unit) - Method in class magellan.client.swing.tasks.TaskTablePanel
 
updateAppIconCaption() - Method in class magellan.client.Client
This method updates the app icon based on not confirmed units
updateClientSelection() - Method in class magellan.client.actions.map.AbstractSelectionAction
Notifies the client of the new selection.
updateCombatState() - Method in class magellan.client.swing.TempUnitDialog
This method updates the combobox with the possible combat states and sets the new possible combat state based on the parent unit combat state.
updateContextMenu() - Method in class magellan.client.swing.tree.NodeWrapperFactory
Update the context menu, which governs certain display properties.
updateData() - Method in class magellan.client.utils.BookmarkDock
Rebuilds the whole list from the manager.
updateData(GameData, Collection<Region>) - Method in class magellan.client.swing.ArmyStatsPanel
 
UpdateDialog - Class in magellan.client
A Dialog for informing the user about new versions.
UpdateDialog(Client, String, String) - Constructor for class magellan.client.UpdateDialog
The constructor of the dialogs sets some variables and initializes the GUI.
UpdateEvent(boolean) - Constructor for class magellan.client.swing.tasks.TaskTablePanel.UpdateEvent
Creates a "clear" or "global" event.
UpdateEvent(Region, boolean) - Constructor for class magellan.client.swing.tasks.TaskTablePanel.UpdateEvent
Creates a region update event.
UpdateEvent(Unit, boolean) - Constructor for class magellan.client.swing.tasks.TaskTablePanel.UpdateEvent
Creates a unit update event.
UpdateEventDispatcher() - Constructor for class magellan.client.swing.tasks.TaskTablePanel.UpdateEventDispatcher
Creates a dispatcher and starts the dispatch thread.
updateFromFactions(List<Faction>, List<Region>) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Update stocks with items from units of specified factions in selected regions.
updateFromRegions(List<Region>) - Method in class magellan.client.swing.AlchemyDialog.PlannerModel
Update stocks with region herbs in selected regions.
updateGroupList() - Method in class magellan.client.swing.TempUnitDialog
This method updates the group data inside the TEMP Unit dialog.
updateLaF() - Method in class magellan.client.actions.extras.OptionAction
DOCUMENT-ME
updateLaF() - Method in class magellan.client.Client
DOCUMENT-ME
updateLaF() - Static method in class magellan.client.desktop.DesktopEnvironment
 
updateLaF() - Method in class magellan.client.desktop.MagellanDesktop
 
updateLaF() - Method in class magellan.client.swing.preferences.PreferencesDialog
DOCUMENT-ME
updateLayoutMenu() - Method in class magellan.client.desktop.DFBInstance
Updates all Docking Layouts in the Desktop>Layout menu by removing them and recreate the list of available docking layouts.
updateLayoutMenu() - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
updateMenu(Region) - Method in class magellan.client.swing.context.PathfinderMapContextMenu
enables / disables according to selectedObjects and given Region
updatePreferences() - Method in class magellan.client.preferences.IconStyleSetPreferences
Re-builds the tree from CellRenderer.getStylesets() and re-fills the styleset mappings.
Updater() - Constructor for class magellan.library.gamebinding.EresseaRelationFactory.Updater
 
updateRecipient() - Method in class magellan.client.swing.OrderWriterDialog
 
updateRenderers(Mapper) - Method in class magellan.client.swing.context.MapContextMenu
DOCUMENT-ME
updateSet() - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
 
updateTableFromFaction() - Method in class magellan.client.swing.AlchemyDialog
Update stocks with items of faction's units in selected regions.
updateTableFromRegions() - Method in class magellan.client.swing.AlchemyDialog
Updates stocks with herbs in selected regions.
updateTables() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
updateTooltipLabel() - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
updateTooltips(Mapper) - Method in class magellan.client.swing.context.MapContextMenu
Update the menu items from the sources tooltip definition.
updateTree(Object) - Method in class magellan.client.EMapDetailsPanel
Repaint the tree.
updateTree(Object) - Method in class magellan.client.EMapOverviewPanel
 
updateTree(Object) - Method in interface magellan.client.swing.tree.TreeUpdate
Called when the tree should be updated.
updateTree(JTree) - Method in class magellan.client.swing.tree.LineWrapCellRenderer
 
updateUI() - Method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
 
updateUI() - Method in class magellan.client.swing.ui.UISplitPane
DOCUMENT-ME
updateUI() - Method in class magellan.client.utils.SimpleInternalFrame
Updates the UI.
updateUnit(Unit) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsHelper
This method notifies the GUI that the unit's orders have changed.
updateUnknownRegion(CoordinateID) - Method in interface magellan.client.swing.context.MapContextMenuProvider
Gives the ContextMenu the chance to react on clicks on non-region areas
updateUnknownRegion(CoordinateID) - Method in class magellan.plugin.MagellanMapEditPlugIn
update the plugin menu and react to a click on an non-region area
updateWindowSettings() - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDialog
Sets the window positions in the configuration.
UrsprungReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.UrsprungReader
 
useChecker() - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderWriter
 
useChecker() - Method in class magellan.library.gamebinding.e3a.E3AOrderWriter
 
useChecker() - Method in class magellan.library.gamebinding.EresseaOrderWriter
 
useChecker() - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Returns true, if this game specific order writer uses a syntax check tool like ECheck.
useRange - Variable in class magellan.client.swing.RoutingDialog.RetValue
whether to consider the ship's range
useRange() - Method in class magellan.client.swing.RoutingDialog.RetValue
 
useRange() - Method in interface magellan.library.utils.guiwrapper.RoutingDialogData
 
UserInterface - Interface in magellan.library.utils
This interface represents a UserInterface that shows the user the progress of an action.
UserInterface.ClosingListener - Interface in magellan.library.utils
A listener that reacts on WINDOW_CLOSING events of the dialog.
useThread - Variable in class magellan.plugin.extendedcommands.ExtendedCommands
 
useVorlage - Variable in class magellan.client.swing.RoutingDialog.RetValue
whether to create Vorlage orders
useVorlage() - Method in class magellan.client.swing.RoutingDialog.RetValue
 
useVorlage() - Method in interface magellan.library.utils.guiwrapper.RoutingDialogData
 
uText - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
 
UTF8 - magellan.library.utils.Encoding
UTF-8 Encoding
Utils - Class in magellan.library.utils
Contains some useful methods...
Utils() - Constructor for class magellan.library.utils.Utils
 
Utils.SpiralVisitor<T> - Interface in magellan.library.utils
Helper class for spiralPattern

V

valid - Variable in class magellan.library.gamebinding.AbstractOrderParser.StringChecker
 
valid - Variable in class magellan.library.gamebinding.OrderHandler
 
validateDesktopMenu() - Method in class magellan.client.desktop.MagellanDesktop
Checks if allo checkboxes in the menu are correctly set
value - Variable in class magellan.client.preferences.IconColorMappingPreferences.MapElement
 
value - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.ColorPanel
 
value - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences.MappingPanel
 
value - Variable in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog.AddTooltipDialog
 
value - Variable in class magellan.library.utils.TagMap.Tag
Deprecated.
DOCUMENT-ME
valueChanged(ListSelectionEvent) - Method in class magellan.client.preferences.IconColorMappingPreferences
 
valueChanged(ListSelectionEvent) - Method in class magellan.client.swing.FindDialog
Fire a selection event for the object selected in the result list.
valueChanged(ListSelectionEvent) - Method in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.Preferences
DOCUMENT-ME
valueChanged(ListSelectionEvent) - Method in class magellan.client.swing.map.AdvancedTextCellRenderer.ATRPreferences
Changes the active set.
valueChanged(ListSelectionEvent) - Method in class magellan.client.swing.map.MapperPreferences.ToolTipSwitcherDialog
 
valueChanged(TreeSelectionEvent) - Method in class magellan.client.EMapOverviewPanel
TreeSelection event handler, notifies event listeners.
valueChanged(TreeSelectionEvent) - Method in class magellan.client.preferences.IconStyleSetPreferences
Updates stylePanel and buttons after a new styleset has been selected in the tree.
valueChanged(TreeSelectionEvent) - Method in class magellan.client.swing.ArmyStatsPanel
DOCUMENT-ME
valueChanged(TreeSelectionEvent) - Method in class magellan.client.swing.FactionStatsPanel
 
valueChanged(TreeSelectionEvent) - Method in class magellan.client.swing.preferences.PreferencesDialog.DialogTree
Show adapter corresponding to selected node.
valueExists(String) - Method in class magellan.client.preferences.IconColorMappingPreferences
 
ValueMapping() - Constructor for class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
Creates a new ValueMapping object.
ValueMarker(Integer) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.ValueMarker
 
ValueMarker(String) - Constructor for class magellan.client.swing.AlchemyDialog.PlannerModel.ValueMarker
 
valueOf(String) - Static method in enum magellan.client.actions.file.SaveOrdersAction.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.client.EMapDetailsPanel.ShowItems
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.Bookmark.BookmarkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.gamebinding.AbstractOrderParser.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.gamebinding.GiveOrder.GiveProblemTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.gamebinding.RenameOrder.RenameObject
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.io.cr.CRParser.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.io.GameDataTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.io.TagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.tasks.AttackInspector.AttackProblemTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.tasks.GameDataInspector.GameDataProblemTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.tasks.MaintenanceInspector.MaintenanceProblemTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.tasks.MovementInspector.MovementProblemTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.tasks.OrderSyntaxInspector.OrderSemanticsProblemTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.tasks.OrderSyntaxInspector.OrderSyntaxProblemTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.tasks.Problem.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.tasks.TeachInspector.TeachProblemTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.tasks.TransferInspector.TransferProblemTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.library.utils.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn.PlugInAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.plugin.extendedcommands.ContainerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.plugin.extendedcommands.PlugInAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum magellan.plugin.extendedcommands.Priority
Returns the enum constant of this type with the specified name.
values - Variable in class magellan.client.swing.map.AdvancedRegionShapeCellRenderer.ValueMapping
 
values() - Static method in enum magellan.client.actions.file.SaveOrdersAction.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.client.EMapDetailsPanel.ShowItems
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.Bookmark.BookmarkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.gamebinding.AbstractOrderParser.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.gamebinding.GiveOrder.GiveProblemTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.gamebinding.RenameOrder.RenameObject
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.io.cr.CRParser.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.io.GameDataTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.io.TagType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.tasks.AttackInspector.AttackProblemTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.tasks.GameDataInspector.GameDataProblemTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.tasks.MaintenanceInspector.MaintenanceProblemTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.tasks.MovementInspector.MovementProblemTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.tasks.OrderSyntaxInspector.OrderSemanticsProblemTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.tasks.OrderSyntaxInspector.OrderSyntaxProblemTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.tasks.Problem.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.tasks.TeachInspector.TeachProblemTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.tasks.TransferInspector.TransferProblemTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.library.utils.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class magellan.library.utils.OrderedHashtable
Returns a Collection view of the values contained in this Hashtable.
values() - Method in class magellan.library.utils.RadixTreeImpl
!!
values() - Method in class magellan.library.utils.TagMap
Deprecated.
 
values() - Static method in enum magellan.plugin.battleanalyzer.BattleAnalyzerPlugIn.PlugInAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.plugin.extendedcommands.ContainerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.plugin.extendedcommands.PlugInAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum magellan.plugin.extendedcommands.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
VergesseReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.VergesseReader
 
VerkaufeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.VerkaufeReader
 
VerlasseReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.VerlasseReader
 
version - Variable in class magellan.library.GameData
version number of computer report (CR)
version - Variable in class magellan.library.io.AbstractReportParser
 
Version - Class in magellan.library.utils
Represents a Versionnumber.
Version(String, String) - Constructor for class magellan.library.utils.Version
Creates a new Version object.
Version(String, String, boolean) - Constructor for class magellan.library.utils.Version
Creates a new Version object.
VERSION - magellan.library.io.GameDataTag
 
VERSION_Basis - magellan.library.io.GameDataTag
 
VERSION_charset - magellan.library.io.GameDataTag
 
VERSION_date - magellan.library.io.GameDataTag
 
VERSION_Konfiguration - magellan.library.io.GameDataTag
 
VERSION_Koordinaten - magellan.library.io.GameDataTag
 
VERSION_locale - magellan.library.io.GameDataTag
 
VERSION_mailcmd - magellan.library.io.GameDataTag
 
VERSION_mailto - magellan.library.io.GameDataTag
 
VERSION_NIGHTLY - Static variable in class magellan.library.utils.MagellanUrl
Key for nightly version
VERSION_noskillpoints - magellan.library.io.GameDataTag
 
VERSION_RELEASE - Static variable in class magellan.library.utils.MagellanUrl
Key for stable version
VERSION_Runde - magellan.library.io.GameDataTag
 
VERSION_Spiel - magellan.library.io.GameDataTag
 
VERSION_Zeitalter - magellan.library.io.GameDataTag
 
VersionInfo - Class in magellan.library.utils
A class for retrieving versioning information about Magellan.
VersionInfo() - Constructor for class magellan.library.utils.VersionInfo
 
versionText - Variable in class magellan.client.swing.StartWindow
 
VerticalBarPlot - Class in magellan.client.skillchart
A Plot that displays data in the form of a bar chart, using data from any class that implements the CategoryDataSource interface.
VerticalBarPlot(JFreeChart, Axis, Axis) - Constructor for class magellan.client.skillchart.VerticalBarPlot
Standard constructor - builds a VerticalBarPlot with mostly default attributes.
VerticalBarPlot(JFreeChart, Axis, Axis, Insets, int, int, int, int) - Constructor for class magellan.client.skillchart.VerticalBarPlot
Standard constructor: returns a BarPlot with attributes specified by the caller.
view() - Method in class magellan.client.swing.BasicRegionPanel.HTMLLabel
 
view2modelColumn(int) - Method in class magellan.client.swing.AlchemyDialog
Convert a row from the view (the JTable) to a row in the model (AlchemyDialog.planner).
view2modelRow(int) - Method in class magellan.client.swing.AlchemyDialog
Convert a row from the view (the JTable) to a row in the model (AlchemyDialog.planner).
viewFocusChanged(View, View) - Method in class magellan.client.desktop.MagellanDesktop
 
viewFocusChanged(View, View) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
VIS_STR_BATTLE - Static variable in interface magellan.library.Region
A visibility string for Region.Visibility.BATTLE
VIS_STR_FAR - Static variable in interface magellan.library.Region
A visibility string for Region.Visibility.FAR
VIS_STR_LIGHTHOUSE - Static variable in interface magellan.library.Region
A visibility string for Region.Visibility.LIGHTHOUSE
VIS_STR_NEIGHBOUR - Static variable in interface magellan.library.Region
A visibility string for Region.Visibility.NEIGHBOR
VIS_STR_TRAVEL - Static variable in interface magellan.library.Region
A visibility string for Region.Visibility.TRAVEL
VIS_STR_UNIT - Static variable in interface magellan.library.Region
A visibility string for Region.Visibility.UNIT
VIS_STR_WRAP - Static variable in interface magellan.library.Region
A visibility string for Region.Visibility.WRAP
Visibility(int, String) - Constructor for class magellan.library.Region.Visibility
 
VISIBLE_REGIONS - Static variable in class magellan.client.swing.map.RenderingPlane
Indicates that all visible (on screen) regions should be painted.
visit(String, int, StringBuffer, RadixTreeImpl.RadixTreeNode<T>, RadixTreeImpl.RadixTreeNode<T>) - Method in interface magellan.library.utils.RadixTreeImpl.Visitor
This method gets called by visit when it finds a node matching the key given to it.
visit(String, int, StringBuffer, RadixTreeImpl.RadixTreeNode<T>, RadixTreeImpl.RadixTreeNode<T>) - Method in class magellan.library.utils.RadixTreeImpl.VisitorImpl
 
visit(String, RadixTreeImpl.Visitor<T, R>) - Method in class magellan.library.utils.RadixTreeImpl
visit the node those key matches the given key
visit(CoordinateID, int) - Method in interface magellan.library.utils.Utils.SpiralVisitor
 
visited - Variable in class magellan.library.utils.Regions.MultiDimensionalInfo
true if this id's neighbors have been touched in the search
VisitorImpl() - Constructor for class magellan.library.utils.RadixTreeImpl.VisitorImpl
 
VisitorImpl(R) - Constructor for class magellan.library.utils.RadixTreeImpl.VisitorImpl
 
voids - Variable in class magellan.library.GameData
 
voids() - Method in class magellan.library.GameData
Returns all "void" regions, i.e., regions inserted only because we should have seen a region at this place, but there is none for some region.
VorlageAction - Class in magellan.client.actions.extras
DOCUMENT ME!
VorlageAction(Client) - Constructor for class magellan.client.actions.extras.VorlageAction
Creates a new VorlageAction object.

W

W - Static variable in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
The direction West
W - Static variable in class magellan.library.gamebinding.EresseaMapMetric
Direction west
wage - Variable in class magellan.library.impl.MagellanRegionImpl
The wage persons can earn by working in this region.
waitForImage(Image) - Method in class magellan.client.utils.ImageFactory
Wait until an image is loaded.
waitingMillis - Static variable in class magellan.library.utils.MemoryManagment
after calling gc in case of low memory we wait this amount of millisecs
WarLine(int) - Constructor for class magellan.client.swing.ArmyStatsPanel.WarLine
Creates a new WarLine object.
warLines - Variable in class magellan.client.swing.ArmyStatsPanel.Army
 
warn(Object) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.WARN level.
warn(Object, Throwable) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.WARN level.
warn(String) - Method in class magellan.client.swing.DebugDock
 
WARN - Static variable in class magellan.library.utils.logging.Logger
Warning messages are info messages with warning character
warning - Variable in class magellan.library.relation.MaintenanceRelation
indicates whether there is some kind of problem with this relation
WARNING - magellan.library.tasks.Problem.Severity
 
WARNING - Static variable in class magellan.library.utils.JECheck.ECheckMessage
A warning message
warnOnce(Object) - Method in class magellan.library.utils.logging.Logger
Logs a message at the Logger.WARN level, but only if no equals event has been logged before.
wasExtendedDialog() - Method in class magellan.client.swing.TempUnitDialog
 
weapon - Variable in class magellan.client.swing.ArmyStatsPanel.PartUnit
 
weapon - Variable in class magellan.client.swing.ArmyStatsPanel
 
weapon - Variable in class magellan.client.swing.ArmyStatsPanel.WeaponGroup
 
WeaponGroup(ItemType) - Constructor for class magellan.client.swing.ArmyStatsPanel.WeaponGroup
Creates a new WeaponGroup object.
weapons - Variable in class magellan.client.swing.ArmyStatsPanel
 
weightNumberFormat - Static variable in class magellan.client.swing.tree.ItemNodeWrapper
 
WholeArmy(Faction) - Constructor for class magellan.client.swing.ArmyStatsPanel.WholeArmy
Creates a new WholeArmy object.
width - Variable in class magellan.client.preferences.IconColorMappingPreferences.ColorMappingListCellRenderer.RoundRectIcon
 
width - Variable in class magellan.library.utils.FixedWidthWriter
 
windowActivated(WindowEvent) - Method in class magellan.client.desktop.MagellanDesktop
Check the activation modus: DO NOTHING ON ACTIVATION ACTIVATE ALL WHEN CLIENT IS ACTIVATED ACTIVATE ALL IF ANY WINDOW IS ACTIVATED
windowAdded(DockingWindow, DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowAdded(DockingWindow, DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowClosed(WindowEvent) - Method in class magellan.client.desktop.MagellanDesktop
Just empty - do nothing if a frame is closed.
windowClosed(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowClosed(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowClosing() - Method in class magellan.client.utils.ErrorWindow
 
windowClosing(WindowEvent) - Method in class magellan.client.desktop.MagellanDesktop
Update the frames menu.
windowClosing(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowClosing(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowDeactivated(WindowEvent) - Method in class magellan.client.desktop.MagellanDesktop
Just empty - do nothing if a frame is inactivated.
windowDeiconified(WindowEvent) - Method in class magellan.client.desktop.MagellanDesktop
Check if this event comes from the client window and if all windows should be deiconified - if so, deiconify all and put them to front.
windowDocked(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowDocked(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowDocking(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowDocking(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowHidden(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowHidden(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowIconified(WindowEvent) - Method in class magellan.client.desktop.MagellanDesktop
Check if this event comes from the client window and if all windows should be iconified - if so, iconify them.
windowMaximized(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowMaximized(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowMaximizing(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowMaximizing(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowMinimized(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowMinimized(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowMinimizing(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowMinimizing(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowOpened(WindowEvent) - Method in class magellan.client.desktop.MagellanDesktop
Just empty - do nothing if a frame is opened.
windowRemoved(DockingWindow, DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowRemoved(DockingWindow, DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowRestored(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowRestored(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowRestoring(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowRestoring(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowShown(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowShown(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowUndocked(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowUndocked(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
windowUndocking(DockingWindow) - Method in class magellan.client.desktop.MagellanDesktop
 
windowUndocking(DockingWindow) - Method in class magellan.plugin.extendedcommands.ExtendedCommandsDock
 
WINTER - Static variable in class magellan.library.rules.Date
a constant representing the season winter
word - Static variable in class magellan.library.io.nr.NRParser
 
wordPattern - Static variable in class magellan.library.io.nr.NRParser
 
WorkReader(OrderParser) - Constructor for class magellan.library.gamebinding.atlantis.AtlantisOrderParser.WorkReader
 
WorkSpace - Class in magellan.client.swing.desktop
DOCUMENT-ME
WorkSpace() - Constructor for class magellan.client.swing.desktop.WorkSpace
 
world - Variable in class magellan.library.io.AbstractReportParser
 
wrap - Static variable in class magellan.library.rules.RegionType
A static instance of the wrapping region type
WRAP - Static variable in class magellan.library.Region.Visibility
7..for toroidal worlds
WrapLayout - Class in magellan.client.swing.ui
FlowLayout subclass that fully supports wrapping of components.
WrapLayout() - Constructor for class magellan.client.swing.ui.WrapLayout
Constructs a new WrapLayout with a left alignment and a default 5-unit horizontal and vertical gap.
WrapLayout(int) - Constructor for class magellan.client.swing.ui.WrapLayout
Constructs a new FlowLayout with the specified alignment and a default 5-unit horizontal and vertical gap.
WrapLayout(int, int, int) - Constructor for class magellan.client.swing.ui.WrapLayout
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
wrappers - Variable in class magellan.library.GameData
 
wrappers() - Method in class magellan.library.EmptyData
 
wrappers() - Method in class magellan.library.GameData
Returns a view of al "wraparound" regions.
write(char[], int, int) - Method in class magellan.library.utils.FixedWidthWriter
DOCUMENT-ME
write(int) - Method in class magellan.library.utils.FixedWidthWriter
DOCUMENT-ME
write(BufferedWriter) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
Writes the faction's orders to the stream.
write(BufferedWriter) - Method in class magellan.library.utils.OrderWriter
Writes the faction's orders to the stream.
write(File) - Method in class magellan.client.desktop.DFBInstance
This method writes a docking configuration to the given file.
write(File) - Method in interface magellan.client.desktop.DockingFrameworkBuilder
 
write(File) - Method in class magellan.plugin.extendedcommands.ExtendedCommands
Writes the commands
write(Writer) - Method in interface magellan.library.gamebinding.GameSpecificOrderWriter
As GameSpecificOrderWriter.write(BufferedWriter), but using a plain writer.
write(Writer) - Method in class magellan.library.utils.OrderWriter
As OrderWriter.write(BufferedWriter), but using a writer.
write(String) - Method in class magellan.library.utils.FixedWidthWriter
DOCUMENT-ME
write(String, int, int) - Method in class magellan.library.utils.FixedWidthWriter
DOCUMENT-ME
write(Alliance) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of an Alliance object to the underlying stream.
write(Battle) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Battle object to the underlying stream.
write(CombatSpell) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a CombatSpell object to the underlying stream.
write(Island) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of an Island object to the underlying stream.
write(Item) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Item object to the underlying stream.
write(LuxuryPrice) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a LuxuryPrice object to the underlying stream.
write(Potion) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Potion object to the underlying stream.
write(Options) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Option object to the underlying stream.
write(Spell) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Spell object to the underlying stream.
writeAlliances(Map<EntityID, Alliance>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of alliance (ALLIANZ) blocks to the underlying stream.
writeAsynchronously() - Method in class magellan.library.io.cr.CRWriter
Write the complete game data from world in the cr format.
writeAttributes(Addeable) - Method in class magellan.library.io.cr.CRWriter
Writes all attributes to the stream
writeBattles(List<Battle>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of battle (BATTLE) blocks to the underlying stream.
writeBookmark(Selectable) - Method in class magellan.library.io.cr.CRWriter
 
writeBorder(Border) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Border object to the underlying stream.
writeBorders(Collection<Border>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of region border (GRENZE) blocks to the underlying stream.
writeBuilding(Building) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Building object to the underlying stream.
writeBuildings(Collection<Building>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of building (BURG) blocks to the underlying stream.
writeCommentLine(BufferedWriter, String) - Method in class magellan.library.utils.OrderWriter
 
writeFaction(Faction, boolean) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Faction object to the underlying stream.
writeFactions(Collection<Faction>, boolean) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of faction (PARTEI) blocks to the underlying stream.
writeFooter(BufferedWriter) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderWriter
 
writeFooter(BufferedWriter) - Method in class magellan.library.utils.OrderWriter
 
writeGroup(Group) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Group object to the underlying stream.
writeGroups(Map<? extends ID, Group>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of group (GRUPPE) blocks to the underlying stream.
writeHeader(BufferedWriter) - Method in class magellan.library.utils.OrderWriter
 
writeIslands(Collection<Island>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of island blocks to the underlying stream.
writeItems(Iterator<Item>) - Method in class magellan.library.io.cr.CRWriter
Write a unit's items (GEGENSTAENDE) block to the underlying stream.
writeln(BufferedWriter, String) - Method in class magellan.library.utils.OrderWriter
 
writeLocale(BufferedWriter) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderWriter
 
writeLocale(BufferedWriter) - Method in class magellan.library.utils.OrderWriter
 
writeMessage(Message) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Message object to the underlying stream.
writeMessageBlock(String, Collection<Message>) - Method in class magellan.library.io.cr.CRWriter
Write the data as one block named blockName to the underlying stream.
writeMessages(List<Message>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of message blocks to the underlying stream.
writeMessageSequence(Collection<Message>) - Method in class magellan.library.io.cr.CRWriter
Write the data as one sequence of simple cr strings.
writeMessageType(MessageType) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a MessageType object to the underlying stream.
writeMsgTypes(Map<? extends ID, MessageType>) - Method in class magellan.library.io.cr.CRWriter
Write message type blocks to the underlying stream.
writeOldPrices(Map<? extends ID, LuxuryPrice>) - Method in class magellan.library.io.cr.CRWriter
Write region block containing the luxury prices of the last turn (LETZTEPREISE) to the underlying stream.
writeOldUnits(Map<Region, List<Unit>>, Region) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of old unit (ALTEINHEIT) blocks for the given region to the underlying stream.
writeOrderfileStartingString(BufferedWriter) - Method in class magellan.library.utils.OrderWriter
 
writeOrders(Collection<Order>, BufferedWriter) - Method in class magellan.library.utils.OrderWriter
 
writeOrders(List<Order>) - Method in class magellan.library.io.cr.CRWriter
Write a COMMANDS block to the underlying stream.
writePotionIngredients(Collection<Item>) - Method in class magellan.library.io.cr.CRWriter
Writes the ingredients of a potion as a ZUTATEN block to the underlying stream.
writePotions(Collection<Potion>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of potion (TRANK) blocks to the underlying stream.
writePrices(Map<? extends ID, LuxuryPrice>) - Method in class magellan.library.io.cr.CRWriter
Write a region prices (PREISE) block to the underlying stream.
writeRegion(Region) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Region object to the underlying stream.
writeRegion(Region, Collection<Unit>, BufferedWriter) - Method in class magellan.library.utils.OrderWriter
 
writeRegionLine(BufferedWriter, Region) - Method in class magellan.library.gamebinding.atlantis.AtlantisOrderWriter
 
writeRegionLine(BufferedWriter, Region) - Method in class magellan.library.utils.OrderWriter
 
writeRegionResource(RegionResource) - Method in class magellan.library.io.cr.CRWriter
Writes the cr representation of a region resource object to the underlying stream.
writeRegionResources(Collection<RegionResource>) - Method in class magellan.library.io.cr.CRWriter
Write a collection of region resources to the underlying stream
writeRegions(Collection<? extends Region>, BufferedWriter) - Method in class magellan.library.utils.OrderWriter
 
writeRegions(Collection<Region>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of region (REGION) blocks to the underlying stream.
writeScheme(Scheme) - Method in class magellan.library.io.cr.CRWriter
Writes the cr representation of a Scheme object to the underlying stream.
writeSchemes(Collection<Scheme>) - Method in class magellan.library.io.cr.CRWriter
Write a collection of schemes to the underlying stream
writeShip(Ship) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Ship object to the underlying stream.
writeShips(Collection<Ship>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of ship (SCHIFF) blocks to the underlying stream.
writeSkill(Skill, int) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Skill object to the underlying stream.
writeSkills(Iterator<Skill>, int) - Method in class magellan.library.io.cr.CRWriter
Write a skills (TALENTE) block to the underlying stream.
writeSpellComponents(Map<String, String>) - Method in class magellan.library.io.cr.CRWriter
Write a spell components (KOMPONENTEN) block to the underyling.
writeSpells(Collection<Spell>) - Method in class magellan.library.io.cr.CRWriter
Write a spells (ZAUBER) block to the underlying stream.
writeStringBlock(String, Collection<String>) - Method in class magellan.library.io.cr.CRWriter
Write the data as one block named blockName to the underlying stream.
writeStringSequence(Collection<String>) - Method in class magellan.library.io.cr.CRWriter
Write a the data as one sequence of simple cr strings.
writeSynchronously() - Method in class magellan.library.io.cr.CRWriter
Writes the GameData in the current thread.
writeTranslations(Translations) - Method in class magellan.library.io.cr.CRWriter
Write the translation table to underlying stream.
writeUnit(Unit) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Unit object to the underyling
writeUnit(Unit, boolean) - Method in class magellan.library.io.cr.CRWriter
Write the cr representation of a Unit object to the underyling
writeUnit(Unit, BufferedWriter) - Method in class magellan.library.utils.OrderWriter
 
writeUnitCombatSpells(Map<? extends ID, CombatSpell>) - Method in class magellan.library.io.cr.CRWriter
Write a unit's combat spell (KAMPFZAUBER) blocks to the underlying stream.
writeUnitLine(BufferedWriter, Unit) - Method in class magellan.library.utils.OrderWriter
 
writeUnits(Collection<Unit>) - Method in class magellan.library.io.cr.CRWriter
Write a sequence of unit (EINHEIT) blocks to the underlying stream.
writeUnitSpells(Map<? extends ID, Spell>) - Method in class magellan.library.io.cr.CRWriter
Write a unit's spell (SPRUECHE) block to the underlying stream.
writeVersion(GameData) - Method in class magellan.library.io.cr.CRWriter
Write the VERSION block for the specified game data to the underyling
WWW_BUGS - Static variable in class magellan.library.utils.MagellanUrl
Key for Magellan bugtracker URL
WWW_DOWNLOAD - Static variable in class magellan.library.utils.MagellanUrl
Key for download URL
WWW_FILES - Static variable in class magellan.library.utils.MagellanUrl
Key for files URL
WWW_ROOT - Static variable in class magellan.library.utils.MagellanUrl
Key for basic Magellan URL

X

x - Variable in class magellan.library.CoordinateID.Triplet
x-coordinate
XCMD_FILENAME - Static variable in class magellan.client.utils.ProfileManager
 
XML - Static variable in class magellan.library.io.file.FileType
 
XML_PARSER_FOUND - Static variable in class magellan.library.utils.JVMUtilities
!
XML2CR - Class in magellan.library.io.xml
This class uses xslt to transform an xml file to a cr file
XML2CR() - Constructor for class magellan.library.io.xml.XML2CR
 
XMLFileFilter - Class in magellan.client.utils
Accepts XML files.
XMLFileFilter() - Constructor for class magellan.client.utils.XMLFileFilter
 
XMLGameDataIO - Class in magellan.library.io.xml
An unfinished class for reading GameData from XML files.
XMLGameDataIO() - Constructor for class magellan.library.io.xml.XMLGameDataIO
 
XMLGameNameIO - Class in magellan.library.io.xml
DOCUMENT-ME
XMLGameNameIO() - Constructor for class magellan.library.io.xml.XMLGameNameIO
 
XMLIO - Class in magellan.library.io.xml
DOCUMENT-ME
XMLIO() - Constructor for class magellan.library.io.xml.XMLIO
 
XMLIOException - Exception in magellan.library.io.xml
This class encapsulates some occuring exceptions as IOException.
XMLIOException(Exception) - Constructor for exception magellan.library.io.xml.XMLIOException
Creates a new XMLIOException object.
XMLIOException(String) - Constructor for exception magellan.library.io.xml.XMLIOException
Creates a new XMLIOException object.
XMLRulesIO - Class in magellan.library.io.xml
DOCUMENT-ME
XMLRulesIO() - Constructor for class magellan.library.io.xml.XMLRulesIO
 
xSize - Variable in class magellan.client.utils.ErrorWindow
 

Y

y - Variable in class magellan.library.CoordinateID.Triplet
y-coordinate
Y - Static variable in class magellan.library.gamebinding.atlantis.AtlantisMapMetric
The direction Mir ("northeast")
ySize - Variable in class magellan.client.utils.ErrorWindow
 

Z

z - Variable in class magellan.library.CoordinateID.Triplet
z-coordinate
ZaubereReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader
 
ZaubereSpruchChecker(boolean, boolean, boolean, boolean) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.ZaubereReader.ZaubereSpruchChecker
 
ZeigeReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.ZeigeReader
 
ZERO - Static variable in class magellan.library.CoordinateID
The coordinate (0,0,0).
ZERO - Static variable in class magellan.library.utils.replacers.AbstractOperator
 
ZERO - Static variable in class magellan.library.utils.replacers.MaxTradeReplacer
 
ZERO_COSTS - Static variable in class magellan.library.utils.RoutePlanner
A cost function which never exhausts.
ZERO_ONE - magellan.library.io.cr.CRParser.Type
0 = false, true otherwise
ZeroCosts() - Constructor for class magellan.library.utils.RoutePlanner.ZeroCosts
 
ZeroUnit - Interface in magellan.library
A ZeroUnit mimics behaviour of a unit called "0".
ZerstoereReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.ZerstoereReader
 
ZIP - Static variable in class magellan.library.io.file.FileType
 
ZIP_FILTER - Static variable in class magellan.client.swing.EresseaFileFilter
Selects .zip-files
ZipClassLoader() - Constructor for class magellan.client.utils.RendererLoader.ZipClassLoader
 
zipentry - Variable in class magellan.library.io.file.ZipFileType
 
ZipFileType - Class in magellan.library.io.file
TODO: ZipEntry may also be a "normal" FileType
ZuechteReader(OrderParser) - Constructor for class magellan.library.gamebinding.EresseaOrderParser.ZuechteReader
 

_

_instance - Static variable in class magellan.library.utils.comparator.ItemCategoryComparator
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages